|
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 | + 7EAB71912E635DC2003F72CC /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = 7EAB71902E635DC2003F72CC /* Podfile */; }; |
15 | 16 | F72111BE3D6D8AF7B540B2D5 /* Pods_RIBs_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 904C7089FA30546DB519E5B6 /* Pods_RIBs_Example.framework */; }; |
16 | 17 | /* End PBXBuildFile section */ |
17 | 18 |
|
|
26 | 27 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
27 | 28 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
28 | 29 | 79412201A539E9C0ACDDCA67 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; }; |
| 30 | + 7EAB71902E635DC2003F72CC /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; }; |
29 | 31 | 8352C4F16B235B2430F102DC /* Pods-RIBs_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RIBs_Example.release.xcconfig"; path = "Target Support Files/Pods-RIBs_Example/Pods-RIBs_Example.release.xcconfig"; sourceTree = "<group>"; }; |
30 | 32 | 84C807AE5AA5710BFA3EE5FC /* Pods-RIBs_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RIBs_Tests.release.xcconfig"; path = "Target Support Files/Pods-RIBs_Tests/Pods-RIBs_Tests.release.xcconfig"; sourceTree = "<group>"; }; |
31 | 33 | 904C7089FA30546DB519E5B6 /* Pods_RIBs_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RIBs_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
49 | 51 | 607FACC71AFB9204008FA782 = { |
50 | 52 | isa = PBXGroup; |
51 | 53 | children = ( |
| 54 | + 7EAB71902E635DC2003F72CC /* Podfile */, |
52 | 55 | 607FACF51AFB993E008FA782 /* Podspec Metadata */, |
53 | 56 | 607FACD21AFB9204008FA782 /* Example for RIBs */, |
54 | 57 | 607FACD11AFB9204008FA782 /* Products */, |
|
181 | 184 | files = ( |
182 | 185 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */, |
183 | 186 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */, |
| 187 | + 7EAB71912E635DC2003F72CC /* Podfile in Resources */, |
184 | 188 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */, |
185 | 189 | ); |
186 | 190 | runOnlyForDeploymentPostprocessing = 0; |
|
373 | 377 | buildSettings = { |
374 | 378 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
375 | 379 | INFOPLIST_FILE = RIBs/Info.plist; |
| 380 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
376 | 381 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
377 | 382 | MODULE_NAME = ExampleApp; |
378 | 383 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
|
388 | 393 | buildSettings = { |
389 | 394 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
390 | 395 | INFOPLIST_FILE = RIBs/Info.plist; |
| 396 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
391 | 397 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
392 | 398 | MODULE_NAME = ExampleApp; |
393 | 399 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
|
0 commit comments