|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 065DD5E421673BC100704028 /* BitByteData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06F0656C1FFAEA4B00312A82 /* BitByteData.framework */; }; |
10 | 11 | 06ADF4CB214BB86600B8F0E9 /* ByteReaderBenchmarks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06ADF4CA214BB86600B8F0E9 /* ByteReaderBenchmarks.swift */; }; |
11 | 12 | 06F065751FFAEA8700312A82 /* LsbBitReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06F065571FFAEA1F00312A82 /* LsbBitReader.swift */; }; |
12 | 13 | 06F065761FFAEA8700312A82 /* BitReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06F065581FFAEA1F00312A82 /* BitReader.swift */; }; |
|
25 | 26 | /* End PBXBuildFile section */ |
26 | 27 |
|
27 | 28 | /* Begin PBXContainerItemProxy section */ |
| 29 | + 065DD5E521673BC100704028 /* PBXContainerItemProxy */ = { |
| 30 | + isa = PBXContainerItemProxy; |
| 31 | + containerPortal = 06F065501FFAE9EC00312A82 /* Project object */; |
| 32 | + proxyType = 1; |
| 33 | + remoteGlobalIDString = 06F0656B1FFAEA4B00312A82; |
| 34 | + remoteInfo = BitByteData; |
| 35 | + }; |
28 | 36 | 06F065871FFAEAA000312A82 /* PBXContainerItemProxy */ = { |
29 | 37 | isa = PBXContainerItemProxy; |
30 | 38 | containerPortal = 06F065501FFAE9EC00312A82 /* Project object */; |
|
36 | 44 |
|
37 | 45 | /* Begin PBXFileReference section */ |
38 | 46 | 062BE3301FFBB9E300343CAD /* LinuxMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxMain.swift; sourceTree = "<group>"; }; |
| 47 | + 065DD5DF21673BC100704028 /* BitByteDataBenchmarks.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BitByteDataBenchmarks.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
39 | 48 | 06ADF4CA214BB86600B8F0E9 /* ByteReaderBenchmarks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteReaderBenchmarks.swift; sourceTree = "<group>"; }; |
40 | 49 | 06F065571FFAEA1F00312A82 /* LsbBitReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LsbBitReader.swift; sourceTree = "<group>"; }; |
41 | 50 | 06F065581FFAEA1F00312A82 /* BitReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BitReader.swift; sourceTree = "<group>"; }; |
|
55 | 64 | /* End PBXFileReference section */ |
56 | 65 |
|
57 | 66 | /* Begin PBXFrameworksBuildPhase section */ |
| 67 | + 065DD5DC21673BC100704028 /* Frameworks */ = { |
| 68 | + isa = PBXFrameworksBuildPhase; |
| 69 | + buildActionMask = 2147483647; |
| 70 | + files = ( |
| 71 | + 065DD5E421673BC100704028 /* BitByteData.framework in Frameworks */, |
| 72 | + ); |
| 73 | + runOnlyForDeploymentPostprocessing = 0; |
| 74 | + }; |
58 | 75 | 06F0657E1FFAEAA000312A82 /* Frameworks */ = { |
59 | 76 | isa = PBXFrameworksBuildPhase; |
60 | 77 | buildActionMask = 2147483647; |
|
66 | 83 | /* End PBXFrameworksBuildPhase section */ |
67 | 84 |
|
68 | 85 | /* Begin PBXGroup section */ |
| 86 | + 065DD5E021673BC100704028 /* BitByteDataBenchmarks */ = { |
| 87 | + isa = PBXGroup; |
| 88 | + children = ( |
| 89 | + 06ADF4CA214BB86600B8F0E9 /* ByteReaderBenchmarks.swift */, |
| 90 | + ); |
| 91 | + path = BitByteDataBenchmarks; |
| 92 | + sourceTree = "<group>"; |
| 93 | + }; |
69 | 94 | 06F0654F1FFAE9EC00312A82 = { |
70 | 95 | isa = PBXGroup; |
71 | 96 | children = ( |
|
93 | 118 | 06F0655F1FFAEA1F00312A82 /* Tests */ = { |
94 | 119 | isa = PBXGroup; |
95 | 120 | children = ( |
| 121 | + 065DD5E021673BC100704028 /* BitByteDataBenchmarks */, |
96 | 122 | 06F065611FFAEA1F00312A82 /* BitByteDataTests */, |
97 | 123 | 062BE3301FFBB9E300343CAD /* LinuxMain.swift */, |
98 | 124 | ); |
|
107 | 133 | 06F065631FFAEA1F00312A82 /* MsbBitReaderTests.swift */, |
108 | 134 | 06F065641FFAEA1F00312A82 /* LsbBitWriterTests.swift */, |
109 | 135 | 06F065621FFAEA1F00312A82 /* MsbBitWriterTests.swift */, |
110 | | - 06ADF4CA214BB86600B8F0E9 /* ByteReaderBenchmarks.swift */, |
111 | 136 | ); |
112 | 137 | path = BitByteDataTests; |
113 | 138 | sourceTree = "<group>"; |
|
117 | 142 | children = ( |
118 | 143 | 06F0656C1FFAEA4B00312A82 /* BitByteData.framework */, |
119 | 144 | 06F065811FFAEAA000312A82 /* TestBitByteData.xctest */, |
| 145 | + 065DD5DF21673BC100704028 /* BitByteDataBenchmarks.xctest */, |
120 | 146 | ); |
121 | 147 | name = Products; |
122 | 148 | sourceTree = "<group>"; |
123 | 149 | }; |
124 | 150 | /* End PBXGroup section */ |
125 | 151 |
|
126 | 152 | /* Begin PBXNativeTarget section */ |
| 153 | + 065DD5DE21673BC100704028 /* BitByteDataBenchmarks */ = { |
| 154 | + isa = PBXNativeTarget; |
| 155 | + buildConfigurationList = 065DD5E921673BC100704028 /* Build configuration list for PBXNativeTarget "BitByteDataBenchmarks" */; |
| 156 | + buildPhases = ( |
| 157 | + 065DD5DB21673BC100704028 /* Sources */, |
| 158 | + 065DD5DC21673BC100704028 /* Frameworks */, |
| 159 | + ); |
| 160 | + buildRules = ( |
| 161 | + ); |
| 162 | + dependencies = ( |
| 163 | + 065DD5E621673BC100704028 /* PBXTargetDependency */, |
| 164 | + ); |
| 165 | + name = BitByteDataBenchmarks; |
| 166 | + productName = BitByteDataBenchmarks; |
| 167 | + productReference = 065DD5DF21673BC100704028 /* BitByteDataBenchmarks.xctest */; |
| 168 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 169 | + }; |
127 | 170 | 06F0656B1FFAEA4B00312A82 /* BitByteData */ = { |
128 | 171 | isa = PBXNativeTarget; |
129 | 172 | buildConfigurationList = 06F065721FFAEA4C00312A82 /* Build configuration list for PBXNativeTarget "BitByteData" */; |
|
166 | 209 | LastUpgradeCheck = 0930; |
167 | 210 | ORGANIZATIONNAME = "Timofey Solomko"; |
168 | 211 | TargetAttributes = { |
| 212 | + 065DD5DE21673BC100704028 = { |
| 213 | + CreatedOnToolsVersion = 10.0; |
| 214 | + }; |
169 | 215 | 06F0656B1FFAEA4B00312A82 = { |
170 | 216 | CreatedOnToolsVersion = 9.2; |
171 | 217 | ProvisioningStyle = Manual; |
|
190 | 236 | targets = ( |
191 | 237 | 06F0656B1FFAEA4B00312A82 /* BitByteData */, |
192 | 238 | 06F065801FFAEAA000312A82 /* TestBitByteData */, |
| 239 | + 065DD5DE21673BC100704028 /* BitByteDataBenchmarks */, |
193 | 240 | ); |
194 | 241 | }; |
195 | 242 | /* End PBXProject section */ |
196 | 243 |
|
197 | 244 | /* Begin PBXSourcesBuildPhase section */ |
| 245 | + 065DD5DB21673BC100704028 /* Sources */ = { |
| 246 | + isa = PBXSourcesBuildPhase; |
| 247 | + buildActionMask = 2147483647; |
| 248 | + files = ( |
| 249 | + ); |
| 250 | + runOnlyForDeploymentPostprocessing = 0; |
| 251 | + }; |
198 | 252 | 06F065671FFAEA4B00312A82 /* Sources */ = { |
199 | 253 | isa = PBXSourcesBuildPhase; |
200 | 254 | buildActionMask = 2147483647; |
|
226 | 280 | /* End PBXSourcesBuildPhase section */ |
227 | 281 |
|
228 | 282 | /* Begin PBXTargetDependency section */ |
| 283 | + 065DD5E621673BC100704028 /* PBXTargetDependency */ = { |
| 284 | + isa = PBXTargetDependency; |
| 285 | + target = 06F0656B1FFAEA4B00312A82 /* BitByteData */; |
| 286 | + targetProxy = 065DD5E521673BC100704028 /* PBXContainerItemProxy */; |
| 287 | + }; |
229 | 288 | 06F065881FFAEAA000312A82 /* PBXTargetDependency */ = { |
230 | 289 | isa = PBXTargetDependency; |
231 | 290 | target = 06F0656B1FFAEA4B00312A82 /* BitByteData */; |
|
234 | 293 | /* End PBXTargetDependency section */ |
235 | 294 |
|
236 | 295 | /* Begin XCBuildConfiguration section */ |
| 296 | + 065DD5E721673BC100704028 /* Debug */ = { |
| 297 | + isa = XCBuildConfiguration; |
| 298 | + buildSettings = { |
| 299 | + COPY_PHASE_STRIP = NO; |
| 300 | + INFOPLIST_FILE = BitByteData.xcodeproj/BitByteDataBenchmarks.plist; |
| 301 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 302 | + "$(inherited)", |
| 303 | + "@loader_path/Frameworks", |
| 304 | + "@executable_path/Frameworks", |
| 305 | + "@loader_path/../Frameworks", |
| 306 | + "@executable_path/../Frameworks", |
| 307 | + ); |
| 308 | + PRODUCT_BUNDLE_IDENTIFIER = me.tsolomko.BitByteDataBenchmarks; |
| 309 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 310 | + SWIFT_VERSION = 4.2; |
| 311 | + }; |
| 312 | + name = Debug; |
| 313 | + }; |
| 314 | + 065DD5E821673BC100704028 /* Release */ = { |
| 315 | + isa = XCBuildConfiguration; |
| 316 | + buildSettings = { |
| 317 | + COPY_PHASE_STRIP = NO; |
| 318 | + INFOPLIST_FILE = BitByteData.xcodeproj/BitByteDataBenchmarks.plist; |
| 319 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 320 | + "$(inherited)", |
| 321 | + "@loader_path/Frameworks", |
| 322 | + "@executable_path/Frameworks", |
| 323 | + "@loader_path/../Frameworks", |
| 324 | + "@executable_path/../Frameworks", |
| 325 | + ); |
| 326 | + PRODUCT_BUNDLE_IDENTIFIER = me.tsolomko.BitByteDataBenchmarks; |
| 327 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 328 | + SWIFT_VERSION = 4.2; |
| 329 | + }; |
| 330 | + name = Release; |
| 331 | + }; |
237 | 332 | 06F065541FFAE9EC00312A82 /* Debug */ = { |
238 | 333 | isa = XCBuildConfiguration; |
239 | 334 | buildSettings = { |
|
413 | 508 | /* End XCBuildConfiguration section */ |
414 | 509 |
|
415 | 510 | /* Begin XCConfigurationList section */ |
| 511 | + 065DD5E921673BC100704028 /* Build configuration list for PBXNativeTarget "BitByteDataBenchmarks" */ = { |
| 512 | + isa = XCConfigurationList; |
| 513 | + buildConfigurations = ( |
| 514 | + 065DD5E721673BC100704028 /* Debug */, |
| 515 | + 065DD5E821673BC100704028 /* Release */, |
| 516 | + ); |
| 517 | + defaultConfigurationIsVisible = 0; |
| 518 | + defaultConfigurationName = Release; |
| 519 | + }; |
416 | 520 | 06F065531FFAE9EC00312A82 /* Build configuration list for PBXProject "BitByteData" */ = { |
417 | 521 | isa = XCConfigurationList; |
418 | 522 | buildConfigurations = ( |
|
0 commit comments