|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 2705946B1C4FA7A6002A3AA9 /* MockingjayXCTestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2705946A1C4FA7A6002A3AA9 /* MockingjayXCTestTests.swift */; }; |
11 | 10 | 274367921AA27A7C0030C97B /* Mockingjay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274367911AA27A7C0030C97B /* Mockingjay.swift */; }; |
12 | 11 | 274367941AA27AAD0030C97B /* MockingjayProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274367931AA27AAD0030C97B /* MockingjayProtocol.swift */; }; |
13 | | - 274367961AA27B170030C97B /* MockingjayProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274367951AA27B170030C97B /* MockingjayProtocolTests.swift */; }; |
14 | 12 | 274367981AA28AFC0030C97B /* Matchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274367971AA28AFC0030C97B /* Matchers.swift */; }; |
15 | | - 2743679A1AA28B0D0030C97B /* MatcherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274367991AA28B0D0030C97B /* MatcherTests.swift */; }; |
16 | 13 | 274367AE1AA29AED0030C97B /* URITemplate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 274367A91AA29ADA0030C97B /* URITemplate.framework */; }; |
17 | 14 | 274367B01AA29E510030C97B /* Builders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274367AF1AA29E510030C97B /* Builders.swift */; }; |
18 | | - 274367B21AA29E620030C97B /* BuildersTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274367B11AA29E620030C97B /* BuildersTests.swift */; }; |
19 | 15 | 274367C61AA35FD00030C97B /* NSURLSessionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274367C51AA35FD00030C97B /* NSURLSessionConfiguration.swift */; }; |
20 | 16 | 2746CDC51A702F7800719B66 /* Mockingjay.h in Headers */ = {isa = PBXBuildFile; fileRef = 2746CDC41A702F7800719B66 /* Mockingjay.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
21 | | - 2746CDCB1A702F7800719B66 /* Mockingjay.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2746CDBF1A702F7800719B66 /* Mockingjay.framework */; }; |
22 | | - 2746CDD21A702F7800719B66 /* MockingjayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2746CDD11A702F7800719B66 /* MockingjayTests.swift */; }; |
23 | 17 | 27703A631CE2560600194732 /* MockingjayURLSessionConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 27703A621CE2560600194732 /* MockingjayURLSessionConfiguration.m */; }; |
24 | | - 444EA6091C5261DE000C3A9F /* MockingjayAsyncProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 444EA6081C5261DE000C3A9F /* MockingjayAsyncProtocolTests.swift */; }; |
25 | | - 444EA60C1C52666D000C3A9F /* TestAudio.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 444EA60B1C52666D000C3A9F /* TestAudio.m4a */; }; |
26 | 18 | A1E3C5701AA4EA130069C998 /* XCTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2743679B1AA28D4D0030C97B /* XCTest.swift */; }; |
27 | 19 | /* End PBXBuildFile section */ |
28 | 20 |
|
|
48 | 40 | remoteGlobalIDString = 77356D7F1A253325002822CF; |
49 | 41 | remoteInfo = URITemplate; |
50 | 42 | }; |
51 | | - 2746CDCC1A702F7800719B66 /* PBXContainerItemProxy */ = { |
52 | | - isa = PBXContainerItemProxy; |
53 | | - containerPortal = 2746CDB61A702F7800719B66 /* Project object */; |
54 | | - proxyType = 1; |
55 | | - remoteGlobalIDString = 2746CDBE1A702F7800719B66; |
56 | | - remoteInfo = Mockingjay; |
57 | | - }; |
58 | 43 | /* End PBXContainerItemProxy section */ |
59 | 44 |
|
60 | 45 | /* Begin PBXFileReference section */ |
|
72 | 57 | 2746CDBF1A702F7800719B66 /* Mockingjay.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Mockingjay.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
73 | 58 | 2746CDC31A702F7800719B66 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
74 | 59 | 2746CDC41A702F7800719B66 /* Mockingjay.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Mockingjay.h; sourceTree = "<group>"; }; |
75 | | - 2746CDCA1A702F7800719B66 /* MockingjayTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MockingjayTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
76 | 60 | 2746CDD01A702F7800719B66 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
77 | 61 | 2746CDD11A702F7800719B66 /* MockingjayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockingjayTests.swift; sourceTree = "<group>"; }; |
78 | 62 | 2746CDDC1A702FC100719B66 /* UniversalFramework_Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = UniversalFramework_Base.xcconfig; sourceTree = "<group>"; }; |
|
92 | 76 | ); |
93 | 77 | runOnlyForDeploymentPostprocessing = 0; |
94 | 78 | }; |
95 | | - 2746CDC71A702F7800719B66 /* Frameworks */ = { |
96 | | - isa = PBXFrameworksBuildPhase; |
97 | | - buildActionMask = 2147483647; |
98 | | - files = ( |
99 | | - 2746CDCB1A702F7800719B66 /* Mockingjay.framework in Frameworks */, |
100 | | - ); |
101 | | - runOnlyForDeploymentPostprocessing = 0; |
102 | | - }; |
103 | 79 | /* End PBXFrameworksBuildPhase section */ |
104 | 80 |
|
105 | 81 | /* Begin PBXGroup section */ |
|
129 | 105 | isa = PBXGroup; |
130 | 106 | children = ( |
131 | 107 | 2746CDBF1A702F7800719B66 /* Mockingjay.framework */, |
132 | | - 2746CDCA1A702F7800719B66 /* MockingjayTests.xctest */, |
133 | 108 | ); |
134 | 109 | name = Products; |
135 | 110 | sourceTree = "<group>"; |
|
232 | 207 | productReference = 2746CDBF1A702F7800719B66 /* Mockingjay.framework */; |
233 | 208 | productType = "com.apple.product-type.framework"; |
234 | 209 | }; |
235 | | - 2746CDC91A702F7800719B66 /* MockingjayTests */ = { |
236 | | - isa = PBXNativeTarget; |
237 | | - buildConfigurationList = 2746CDD81A702F7800719B66 /* Build configuration list for PBXNativeTarget "MockingjayTests" */; |
238 | | - buildPhases = ( |
239 | | - 2746CDC61A702F7800719B66 /* Sources */, |
240 | | - 2746CDC71A702F7800719B66 /* Frameworks */, |
241 | | - 2746CDC81A702F7800719B66 /* Resources */, |
242 | | - ); |
243 | | - buildRules = ( |
244 | | - ); |
245 | | - dependencies = ( |
246 | | - 2746CDCD1A702F7800719B66 /* PBXTargetDependency */, |
247 | | - ); |
248 | | - name = MockingjayTests; |
249 | | - productName = MockingjayTests; |
250 | | - productReference = 2746CDCA1A702F7800719B66 /* MockingjayTests.xctest */; |
251 | | - productType = "com.apple.product-type.bundle.unit-test"; |
252 | | - }; |
253 | 210 | /* End PBXNativeTarget section */ |
254 | 211 |
|
255 | 212 | /* Begin PBXProject section */ |
|
265 | 222 | CreatedOnToolsVersion = 6.1.1; |
266 | 223 | LastSwiftMigration = 0800; |
267 | 224 | }; |
268 | | - 2746CDC91A702F7800719B66 = { |
269 | | - CreatedOnToolsVersion = 6.1.1; |
270 | | - LastSwiftMigration = 0800; |
271 | | - }; |
272 | 225 | }; |
273 | 226 | }; |
274 | 227 | buildConfigurationList = 2746CDB91A702F7800719B66 /* Build configuration list for PBXProject "Mockingjay" */; |
|
290 | 243 | projectRoot = ""; |
291 | 244 | targets = ( |
292 | 245 | 2746CDBE1A702F7800719B66 /* Mockingjay */, |
293 | | - 2746CDC91A702F7800719B66 /* MockingjayTests */, |
294 | 246 | ); |
295 | 247 | }; |
296 | 248 | /* End PBXProject section */ |
|
320 | 272 | ); |
321 | 273 | runOnlyForDeploymentPostprocessing = 0; |
322 | 274 | }; |
323 | | - 2746CDC81A702F7800719B66 /* Resources */ = { |
324 | | - isa = PBXResourcesBuildPhase; |
325 | | - buildActionMask = 2147483647; |
326 | | - files = ( |
327 | | - 444EA60C1C52666D000C3A9F /* TestAudio.m4a in Resources */, |
328 | | - ); |
329 | | - runOnlyForDeploymentPostprocessing = 0; |
330 | | - }; |
331 | 275 | /* End PBXResourcesBuildPhase section */ |
332 | 276 |
|
333 | 277 | /* Begin PBXSourcesBuildPhase section */ |
|
345 | 289 | ); |
346 | 290 | runOnlyForDeploymentPostprocessing = 0; |
347 | 291 | }; |
348 | | - 2746CDC61A702F7800719B66 /* Sources */ = { |
349 | | - isa = PBXSourcesBuildPhase; |
350 | | - buildActionMask = 2147483647; |
351 | | - files = ( |
352 | | - 2743679A1AA28B0D0030C97B /* MatcherTests.swift in Sources */, |
353 | | - 274367961AA27B170030C97B /* MockingjayProtocolTests.swift in Sources */, |
354 | | - 444EA6091C5261DE000C3A9F /* MockingjayAsyncProtocolTests.swift in Sources */, |
355 | | - 274367B21AA29E620030C97B /* BuildersTests.swift in Sources */, |
356 | | - 2705946B1C4FA7A6002A3AA9 /* MockingjayXCTestTests.swift in Sources */, |
357 | | - 2746CDD21A702F7800719B66 /* MockingjayTests.swift in Sources */, |
358 | | - ); |
359 | | - runOnlyForDeploymentPostprocessing = 0; |
360 | | - }; |
361 | 292 | /* End PBXSourcesBuildPhase section */ |
362 | 293 |
|
363 | 294 | /* Begin PBXTargetDependency section */ |
|
366 | 297 | name = URITemplate; |
367 | 298 | targetProxy = 274367AC1AA29AE70030C97B /* PBXContainerItemProxy */; |
368 | 299 | }; |
369 | | - 2746CDCD1A702F7800719B66 /* PBXTargetDependency */ = { |
370 | | - isa = PBXTargetDependency; |
371 | | - target = 2746CDBE1A702F7800719B66 /* Mockingjay */; |
372 | | - targetProxy = 2746CDCC1A702F7800719B66 /* PBXContainerItemProxy */; |
373 | | - }; |
374 | 300 | /* End PBXTargetDependency section */ |
375 | 301 |
|
376 | 302 | /* Begin XCBuildConfiguration section */ |
|
513 | 439 | }; |
514 | 440 | name = Release; |
515 | 441 | }; |
516 | | - 2746CDD91A702F7800719B66 /* Debug */ = { |
517 | | - isa = XCBuildConfiguration; |
518 | | - baseConfigurationReference = 2746CDDE1A702FC100719B66 /* UniversalFramework_Test.xcconfig */; |
519 | | - buildSettings = { |
520 | | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
521 | | - COMBINE_HIDPI_IMAGES = YES; |
522 | | - GCC_PREPROCESSOR_DEFINITIONS = ( |
523 | | - "DEBUG=1", |
524 | | - "$(inherited)", |
525 | | - ); |
526 | | - INFOPLIST_FILE = MockingjayTests/Info.plist; |
527 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocode.$(PRODUCT_NAME:rfc1034identifier)"; |
528 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
529 | | - }; |
530 | | - name = Debug; |
531 | | - }; |
532 | | - 2746CDDA1A702F7800719B66 /* Release */ = { |
533 | | - isa = XCBuildConfiguration; |
534 | | - baseConfigurationReference = 2746CDDE1A702FC100719B66 /* UniversalFramework_Test.xcconfig */; |
535 | | - buildSettings = { |
536 | | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
537 | | - COMBINE_HIDPI_IMAGES = YES; |
538 | | - INFOPLIST_FILE = MockingjayTests/Info.plist; |
539 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocode.$(PRODUCT_NAME:rfc1034identifier)"; |
540 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
541 | | - }; |
542 | | - name = Release; |
543 | | - }; |
544 | 442 | /* End XCBuildConfiguration section */ |
545 | 443 |
|
546 | 444 | /* Begin XCConfigurationList section */ |
|
562 | 460 | defaultConfigurationIsVisible = 0; |
563 | 461 | defaultConfigurationName = Release; |
564 | 462 | }; |
565 | | - 2746CDD81A702F7800719B66 /* Build configuration list for PBXNativeTarget "MockingjayTests" */ = { |
566 | | - isa = XCConfigurationList; |
567 | | - buildConfigurations = ( |
568 | | - 2746CDD91A702F7800719B66 /* Debug */, |
569 | | - 2746CDDA1A702F7800719B66 /* Release */, |
570 | | - ); |
571 | | - defaultConfigurationIsVisible = 0; |
572 | | - defaultConfigurationName = Release; |
573 | | - }; |
574 | 463 | /* End XCConfigurationList section */ |
575 | 464 | }; |
576 | 465 | rootObject = 2746CDB61A702F7800719B66 /* Project object */; |
|
0 commit comments