|
12 | 12 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
13 | 13 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
14 | 14 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
15 | | - 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; |
16 | 15 | 97BA591F6D0710A806541BEE /* Pods_APIKitExt_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C2A75DCD734D3B06DAC6668A /* Pods_APIKitExt_Example.framework */; }; |
17 | | - B70CB6A2A1C6EA941A77232D /* Pods_APIKitExt_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8A26930F936FFE51EF59D7B /* Pods_APIKitExt_Tests.framework */; }; |
18 | 16 | /* End PBXBuildFile section */ |
19 | 17 |
|
20 | | -/* Begin PBXContainerItemProxy section */ |
21 | | - 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = { |
22 | | - isa = PBXContainerItemProxy; |
23 | | - containerPortal = 607FACC81AFB9204008FA782 /* Project object */; |
24 | | - proxyType = 1; |
25 | | - remoteGlobalIDString = 607FACCF1AFB9204008FA782; |
26 | | - remoteInfo = APIKitExt; |
27 | | - }; |
28 | | -/* End PBXContainerItemProxy section */ |
29 | | - |
30 | 18 | /* Begin PBXFileReference section */ |
31 | 19 | 04A0643B4B1FD2845CC52587 /* Pods-APIKitExt_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Tests/Pods-APIKitExt_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
32 | 20 | 06F2A2D5B02D2A6357233AEA /* Pods-APIKitExt_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Example/Pods-APIKitExt_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
|
38 | 26 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
39 | 27 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
40 | 28 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
41 | | - 607FACE51AFB9204008FA782 /* APIKitExt_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = APIKitExt_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
42 | 29 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
43 | 30 | 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
44 | 31 | 71290121E9D27C33A61E770F /* Pods-APIKitExt_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-APIKitExt_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-APIKitExt_Tests/Pods-APIKitExt_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
|
58 | 45 | ); |
59 | 46 | runOnlyForDeploymentPostprocessing = 0; |
60 | 47 | }; |
61 | | - 607FACE21AFB9204008FA782 /* Frameworks */ = { |
62 | | - isa = PBXFrameworksBuildPhase; |
63 | | - buildActionMask = 2147483647; |
64 | | - files = ( |
65 | | - B70CB6A2A1C6EA941A77232D /* Pods_APIKitExt_Tests.framework in Frameworks */, |
66 | | - ); |
67 | | - runOnlyForDeploymentPostprocessing = 0; |
68 | | - }; |
69 | 48 | /* End PBXFrameworksBuildPhase section */ |
70 | 49 |
|
71 | 50 | /* Begin PBXGroup section */ |
|
85 | 64 | isa = PBXGroup; |
86 | 65 | children = ( |
87 | 66 | 607FACD01AFB9204008FA782 /* APIKitExt_Example.app */, |
88 | | - 607FACE51AFB9204008FA782 /* APIKitExt_Tests.xctest */, |
89 | 67 | ); |
90 | 68 | name = Products; |
91 | 69 | sourceTree = "<group>"; |
|
182 | 160 | productReference = 607FACD01AFB9204008FA782 /* APIKitExt_Example.app */; |
183 | 161 | productType = "com.apple.product-type.application"; |
184 | 162 | }; |
185 | | - 607FACE41AFB9204008FA782 /* APIKitExt_Tests */ = { |
186 | | - isa = PBXNativeTarget; |
187 | | - buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "APIKitExt_Tests" */; |
188 | | - buildPhases = ( |
189 | | - FD2A18E3BB9C9F6E3FF4F5F4 /* [CP] Check Pods Manifest.lock */, |
190 | | - 607FACE11AFB9204008FA782 /* Sources */, |
191 | | - 607FACE21AFB9204008FA782 /* Frameworks */, |
192 | | - 607FACE31AFB9204008FA782 /* Resources */, |
193 | | - 4B25DB3CEDC8550842969C15 /* [CP] Embed Pods Frameworks */, |
194 | | - 88E5BA572992DE412B656D45 /* [CP] Copy Pods Resources */, |
195 | | - ); |
196 | | - buildRules = ( |
197 | | - ); |
198 | | - dependencies = ( |
199 | | - 607FACE71AFB9204008FA782 /* PBXTargetDependency */, |
200 | | - ); |
201 | | - name = APIKitExt_Tests; |
202 | | - productName = Tests; |
203 | | - productReference = 607FACE51AFB9204008FA782 /* APIKitExt_Tests.xctest */; |
204 | | - productType = "com.apple.product-type.bundle.unit-test"; |
205 | | - }; |
206 | 163 | /* End PBXNativeTarget section */ |
207 | 164 |
|
208 | 165 | /* Begin PBXProject section */ |
|
215 | 172 | TargetAttributes = { |
216 | 173 | 607FACCF1AFB9204008FA782 = { |
217 | 174 | CreatedOnToolsVersion = 6.3.1; |
| 175 | + DevelopmentTeam = UNN39U2ELX; |
218 | 176 | LastSwiftMigration = 0820; |
219 | 177 | }; |
220 | | - 607FACE41AFB9204008FA782 = { |
221 | | - CreatedOnToolsVersion = 6.3.1; |
222 | | - LastSwiftMigration = 0820; |
223 | | - TestTargetID = 607FACCF1AFB9204008FA782; |
224 | | - }; |
225 | 178 | }; |
226 | 179 | }; |
227 | 180 | buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "APIKitExt" */; |
|
238 | 191 | projectRoot = ""; |
239 | 192 | targets = ( |
240 | 193 | 607FACCF1AFB9204008FA782 /* APIKitExt_Example */, |
241 | | - 607FACE41AFB9204008FA782 /* APIKitExt_Tests */, |
242 | 194 | ); |
243 | 195 | }; |
244 | 196 | /* End PBXProject section */ |
|
254 | 206 | ); |
255 | 207 | runOnlyForDeploymentPostprocessing = 0; |
256 | 208 | }; |
257 | | - 607FACE31AFB9204008FA782 /* Resources */ = { |
258 | | - isa = PBXResourcesBuildPhase; |
259 | | - buildActionMask = 2147483647; |
260 | | - files = ( |
261 | | - ); |
262 | | - runOnlyForDeploymentPostprocessing = 0; |
263 | | - }; |
264 | 209 | /* End PBXResourcesBuildPhase section */ |
265 | 210 |
|
266 | 211 | /* Begin PBXShellScriptBuildPhase section */ |
|
279 | 224 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-APIKitExt_Example/Pods-APIKitExt_Example-frameworks.sh\"\n"; |
280 | 225 | showEnvVarsInLog = 0; |
281 | 226 | }; |
282 | | - 4B25DB3CEDC8550842969C15 /* [CP] Embed Pods Frameworks */ = { |
283 | | - isa = PBXShellScriptBuildPhase; |
284 | | - buildActionMask = 2147483647; |
285 | | - files = ( |
286 | | - ); |
287 | | - inputPaths = ( |
288 | | - ); |
289 | | - name = "[CP] Embed Pods Frameworks"; |
290 | | - outputPaths = ( |
291 | | - ); |
292 | | - runOnlyForDeploymentPostprocessing = 0; |
293 | | - shellPath = /bin/sh; |
294 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-APIKitExt_Tests/Pods-APIKitExt_Tests-frameworks.sh\"\n"; |
295 | | - showEnvVarsInLog = 0; |
296 | | - }; |
297 | | - 88E5BA572992DE412B656D45 /* [CP] Copy Pods Resources */ = { |
298 | | - isa = PBXShellScriptBuildPhase; |
299 | | - buildActionMask = 2147483647; |
300 | | - files = ( |
301 | | - ); |
302 | | - inputPaths = ( |
303 | | - ); |
304 | | - name = "[CP] Copy Pods Resources"; |
305 | | - outputPaths = ( |
306 | | - ); |
307 | | - runOnlyForDeploymentPostprocessing = 0; |
308 | | - shellPath = /bin/sh; |
309 | | - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-APIKitExt_Tests/Pods-APIKitExt_Tests-resources.sh\"\n"; |
310 | | - showEnvVarsInLog = 0; |
311 | | - }; |
312 | 227 | C3145D23628836CA1D599CDA /* [CP] Check Pods Manifest.lock */ = { |
313 | 228 | isa = PBXShellScriptBuildPhase; |
314 | 229 | buildActionMask = 2147483647; |
|
339 | 254 | shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-APIKitExt_Example/Pods-APIKitExt_Example-resources.sh\"\n"; |
340 | 255 | showEnvVarsInLog = 0; |
341 | 256 | }; |
342 | | - FD2A18E3BB9C9F6E3FF4F5F4 /* [CP] Check Pods Manifest.lock */ = { |
343 | | - isa = PBXShellScriptBuildPhase; |
344 | | - buildActionMask = 2147483647; |
345 | | - files = ( |
346 | | - ); |
347 | | - inputPaths = ( |
348 | | - ); |
349 | | - name = "[CP] Check Pods Manifest.lock"; |
350 | | - outputPaths = ( |
351 | | - ); |
352 | | - runOnlyForDeploymentPostprocessing = 0; |
353 | | - shellPath = /bin/sh; |
354 | | - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; |
355 | | - showEnvVarsInLog = 0; |
356 | | - }; |
357 | 257 | /* End PBXShellScriptBuildPhase section */ |
358 | 258 |
|
359 | 259 | /* Begin PBXSourcesBuildPhase section */ |
|
366 | 266 | ); |
367 | 267 | runOnlyForDeploymentPostprocessing = 0; |
368 | 268 | }; |
369 | | - 607FACE11AFB9204008FA782 /* Sources */ = { |
370 | | - isa = PBXSourcesBuildPhase; |
371 | | - buildActionMask = 2147483647; |
372 | | - files = ( |
373 | | - 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */, |
374 | | - ); |
375 | | - runOnlyForDeploymentPostprocessing = 0; |
376 | | - }; |
377 | 269 | /* End PBXSourcesBuildPhase section */ |
378 | 270 |
|
379 | | -/* Begin PBXTargetDependency section */ |
380 | | - 607FACE71AFB9204008FA782 /* PBXTargetDependency */ = { |
381 | | - isa = PBXTargetDependency; |
382 | | - target = 607FACCF1AFB9204008FA782 /* APIKitExt_Example */; |
383 | | - targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */; |
384 | | - }; |
385 | | -/* End PBXTargetDependency section */ |
386 | | - |
387 | 271 | /* Begin PBXVariantGroup section */ |
388 | 272 | 607FACD91AFB9204008FA782 /* Main.storyboard */ = { |
389 | 273 | isa = PBXVariantGroup; |
|
441 | 325 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
442 | 326 | GCC_WARN_UNUSED_FUNCTION = YES; |
443 | 327 | GCC_WARN_UNUSED_VARIABLE = YES; |
444 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.3; |
| 328 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
445 | 329 | MTL_ENABLE_DEBUG_INFO = YES; |
446 | 330 | ONLY_ACTIVE_ARCH = YES; |
447 | 331 | SDKROOT = iphoneos; |
|
479 | 363 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
480 | 364 | GCC_WARN_UNUSED_FUNCTION = YES; |
481 | 365 | GCC_WARN_UNUSED_VARIABLE = YES; |
482 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.3; |
| 366 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
483 | 367 | MTL_ENABLE_DEBUG_INFO = NO; |
484 | 368 | SDKROOT = iphoneos; |
485 | 369 | VALIDATE_PRODUCT = YES; |
|
491 | 375 | baseConfigurationReference = 06F2A2D5B02D2A6357233AEA /* Pods-APIKitExt_Example.debug.xcconfig */; |
492 | 376 | buildSettings = { |
493 | 377 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 378 | + DEVELOPMENT_TEAM = UNN39U2ELX; |
494 | 379 | INFOPLIST_FILE = APIKitExt/Info.plist; |
495 | 380 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
496 | 381 | MODULE_NAME = ExampleApp; |
|
505 | 390 | baseConfigurationReference = 4ED79E5282E370AE85C92245 /* Pods-APIKitExt_Example.release.xcconfig */; |
506 | 391 | buildSettings = { |
507 | 392 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 393 | + DEVELOPMENT_TEAM = UNN39U2ELX; |
508 | 394 | INFOPLIST_FILE = APIKitExt/Info.plist; |
509 | 395 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
510 | 396 | MODULE_NAME = ExampleApp; |
|
514 | 400 | }; |
515 | 401 | name = Release; |
516 | 402 | }; |
517 | | - 607FACF31AFB9204008FA782 /* Debug */ = { |
518 | | - isa = XCBuildConfiguration; |
519 | | - baseConfigurationReference = 04A0643B4B1FD2845CC52587 /* Pods-APIKitExt_Tests.debug.xcconfig */; |
520 | | - buildSettings = { |
521 | | - FRAMEWORK_SEARCH_PATHS = ( |
522 | | - "$(SDKROOT)/Developer/Library/Frameworks", |
523 | | - "$(inherited)", |
524 | | - ); |
525 | | - GCC_PREPROCESSOR_DEFINITIONS = ( |
526 | | - "DEBUG=1", |
527 | | - "$(inherited)", |
528 | | - ); |
529 | | - INFOPLIST_FILE = Tests/Info.plist; |
530 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
531 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
532 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
533 | | - SWIFT_VERSION = 3.0; |
534 | | - }; |
535 | | - name = Debug; |
536 | | - }; |
537 | | - 607FACF41AFB9204008FA782 /* Release */ = { |
538 | | - isa = XCBuildConfiguration; |
539 | | - baseConfigurationReference = 71290121E9D27C33A61E770F /* Pods-APIKitExt_Tests.release.xcconfig */; |
540 | | - buildSettings = { |
541 | | - FRAMEWORK_SEARCH_PATHS = ( |
542 | | - "$(SDKROOT)/Developer/Library/Frameworks", |
543 | | - "$(inherited)", |
544 | | - ); |
545 | | - INFOPLIST_FILE = Tests/Info.plist; |
546 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
547 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
548 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
549 | | - SWIFT_VERSION = 3.0; |
550 | | - }; |
551 | | - name = Release; |
552 | | - }; |
553 | 403 | /* End XCBuildConfiguration section */ |
554 | 404 |
|
555 | 405 | /* Begin XCConfigurationList section */ |
|
571 | 421 | defaultConfigurationIsVisible = 0; |
572 | 422 | defaultConfigurationName = Release; |
573 | 423 | }; |
574 | | - 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "APIKitExt_Tests" */ = { |
575 | | - isa = XCConfigurationList; |
576 | | - buildConfigurations = ( |
577 | | - 607FACF31AFB9204008FA782 /* Debug */, |
578 | | - 607FACF41AFB9204008FA782 /* Release */, |
579 | | - ); |
580 | | - defaultConfigurationIsVisible = 0; |
581 | | - defaultConfigurationName = Release; |
582 | | - }; |
583 | 424 | /* End XCConfigurationList section */ |
584 | 425 | }; |
585 | 426 | rootObject = 607FACC81AFB9204008FA782 /* Project object */; |
|
0 commit comments