|
28 | 28 | /* End PBXContainerItemProxy section */ |
29 | 29 |
|
30 | 30 | /* Begin PBXFileReference section */ |
31 | | - 38A66F51DCEDC7A1402A1B3C /* SKApmTools.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = SKApmTools.podspec; path = ../SKApmTools.podspec; sourceTree = "<group>"; }; |
| 31 | + 38A66F51DCEDC7A1402A1B3C /* SKApmTools.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SKApmTools.podspec; path = ../SKApmTools.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; |
32 | 32 | 3BEF9F7CC1F42865D6943A18 /* Pods_SKApmTools_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SKApmTools_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | 33 | 5041EE459CFA300E4A81FA37 /* Pods_SKApmTools_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SKApmTools_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
34 | 34 | 607FACD01AFB9204008FA782 /* SKApmTools_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SKApmTools_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
41 | 41 | 607FACE51AFB9204008FA782 /* SKApmTools_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SKApmTools_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
42 | 42 | 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
43 | 43 | 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
44 | | - BF4772EE6E8272398D769068 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
| 44 | + BF4772EE6E8272398D769068 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; }; |
45 | 45 | C8F8091C3D339A6776660E47 /* Pods-SKApmTools_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SKApmTools_Example.release.xcconfig"; path = "Target Support Files/Pods-SKApmTools_Example/Pods-SKApmTools_Example.release.xcconfig"; sourceTree = "<group>"; }; |
46 | 46 | EB2FD992DB3FE4743FB0FB73 /* Pods-SKApmTools_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SKApmTools_Tests.release.xcconfig"; path = "Target Support Files/Pods-SKApmTools_Tests/Pods-SKApmTools_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
47 | | - EE0C33DCEE5D33E686F53FAF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
| 47 | + EE0C33DCEE5D33E686F53FAF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
48 | 48 | F4484C6B15C8F7EFC2372833 /* Pods-SKApmTools_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SKApmTools_Example.debug.xcconfig"; path = "Target Support Files/Pods-SKApmTools_Example/Pods-SKApmTools_Example.debug.xcconfig"; sourceTree = "<group>"; }; |
49 | 49 | FCA58B36FC9AC7A26740ACFA /* Pods-SKApmTools_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SKApmTools_Tests.debug.xcconfig"; path = "Target Support Files/Pods-SKApmTools_Tests/Pods-SKApmTools_Tests.debug.xcconfig"; sourceTree = "<group>"; }; |
50 | 50 | /* End PBXFileReference section */ |
|
156 | 156 | FCA58B36FC9AC7A26740ACFA /* Pods-SKApmTools_Tests.debug.xcconfig */, |
157 | 157 | EB2FD992DB3FE4743FB0FB73 /* Pods-SKApmTools_Tests.release.xcconfig */, |
158 | 158 | ); |
159 | | - name = Pods; |
160 | 159 | path = Pods; |
161 | 160 | sourceTree = "<group>"; |
162 | 161 | }; |
|
227 | 226 | developmentRegion = English; |
228 | 227 | hasScannedForEncodings = 0; |
229 | 228 | knownRegions = ( |
| 229 | + English, |
230 | 230 | en, |
231 | 231 | Base, |
232 | 232 | ); |
|
479 | 479 | buildSettings = { |
480 | 480 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
481 | 481 | INFOPLIST_FILE = SKApmTools/Info.plist; |
| 482 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
482 | 483 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
483 | 484 | MODULE_NAME = ExampleApp; |
484 | 485 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
|
494 | 495 | buildSettings = { |
495 | 496 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
496 | 497 | INFOPLIST_FILE = SKApmTools/Info.plist; |
| 498 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
497 | 499 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
498 | 500 | MODULE_NAME = ExampleApp; |
499 | 501 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
|
516 | 518 | "$(inherited)", |
517 | 519 | ); |
518 | 520 | INFOPLIST_FILE = Tests/Info.plist; |
| 521 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
519 | 522 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
520 | 523 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
521 | 524 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
534 | 537 | "$(inherited)", |
535 | 538 | ); |
536 | 539 | INFOPLIST_FILE = Tests/Info.plist; |
| 540 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
537 | 541 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
538 | 542 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
539 | 543 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments