|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 154CE52873EEBDF8EF05A61F /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0DB1D3E89AB75183DB104E0 /* Pods_Example.framework */; }; |
10 | 11 | B548C5A71C8D55A8009D5AEE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B548C5A51C8D55A8009D5AEE /* InfoPlist.strings */; }; |
11 | 12 | B5E9F8FF1C8D3B6E00443DC7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E9F8FE1C8D3B6E00443DC7 /* AppDelegate.swift */; }; |
12 | 13 | B5E9F9011C8D3B6E00443DC7 /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E9F9001C8D3B6E00443DC7 /* ExampleViewController.swift */; }; |
|
22 | 23 | B5E9F9051C8D3B6E00443DC7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
23 | 24 | B5E9F9081C8D3B6E00443DC7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
24 | 25 | B5E9F90A1C8D3B6E00443DC7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 26 | + CA708B7D49E7D80A75ED81E3 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; }; |
| 27 | + D0DB1D3E89AB75183DB104E0 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 28 | + FE1A89C8A77ED0438A206A24 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; }; |
25 | 29 | /* End PBXFileReference section */ |
26 | 30 |
|
27 | 31 | /* Begin PBXFrameworksBuildPhase section */ |
28 | 32 | B5E9F8F81C8D3B6E00443DC7 /* Frameworks */ = { |
29 | 33 | isa = PBXFrameworksBuildPhase; |
30 | 34 | buildActionMask = 2147483647; |
31 | 35 | files = ( |
| 36 | + 154CE52873EEBDF8EF05A61F /* Pods_Example.framework in Frameworks */, |
32 | 37 | ); |
33 | 38 | runOnlyForDeploymentPostprocessing = 0; |
34 | 39 | }; |
35 | 40 | /* End PBXFrameworksBuildPhase section */ |
36 | 41 |
|
37 | 42 | /* Begin PBXGroup section */ |
| 43 | + 2360BA848BFD7B4A1C83DD92 /* Pods */ = { |
| 44 | + isa = PBXGroup; |
| 45 | + children = ( |
| 46 | + CA708B7D49E7D80A75ED81E3 /* Pods-Example.debug.xcconfig */, |
| 47 | + FE1A89C8A77ED0438A206A24 /* Pods-Example.release.xcconfig */, |
| 48 | + ); |
| 49 | + name = Pods; |
| 50 | + sourceTree = "<group>"; |
| 51 | + }; |
| 52 | + 5EEA7B5ACE2834D63EB8CB50 /* Frameworks */ = { |
| 53 | + isa = PBXGroup; |
| 54 | + children = ( |
| 55 | + D0DB1D3E89AB75183DB104E0 /* Pods_Example.framework */, |
| 56 | + ); |
| 57 | + name = Frameworks; |
| 58 | + sourceTree = "<group>"; |
| 59 | + }; |
38 | 60 | B5E9F8F21C8D3B6E00443DC7 = { |
39 | 61 | isa = PBXGroup; |
40 | 62 | children = ( |
41 | 63 | B5E9F8FD1C8D3B6E00443DC7 /* Example */, |
| 64 | + 5EEA7B5ACE2834D63EB8CB50 /* Frameworks */, |
| 65 | + 2360BA848BFD7B4A1C83DD92 /* Pods */, |
42 | 66 | B5E9F8FC1C8D3B6E00443DC7 /* Products */, |
43 | 67 | ); |
44 | 68 | sourceTree = "<group>"; |
|
71 | 95 | isa = PBXNativeTarget; |
72 | 96 | buildConfigurationList = B5E9F90D1C8D3B6E00443DC7 /* Build configuration list for PBXNativeTarget "Example" */; |
73 | 97 | buildPhases = ( |
| 98 | + 96705876C946719953BCD0C6 /* Check Pods Manifest.lock */, |
74 | 99 | B5E9F8F71C8D3B6E00443DC7 /* Sources */, |
75 | 100 | B5E9F8F81C8D3B6E00443DC7 /* Frameworks */, |
76 | 101 | B5E9F8F91C8D3B6E00443DC7 /* Resources */, |
| 102 | + CAB3B20531AAE2438C48D751 /* Embed Pods Frameworks */, |
| 103 | + 7B2FB96C7361D5883F3ADD14 /* Copy Pods Resources */, |
77 | 104 | ); |
78 | 105 | buildRules = ( |
79 | 106 | ); |
|
130 | 157 | }; |
131 | 158 | /* End PBXResourcesBuildPhase section */ |
132 | 159 |
|
| 160 | +/* Begin PBXShellScriptBuildPhase section */ |
| 161 | + 7B2FB96C7361D5883F3ADD14 /* Copy Pods Resources */ = { |
| 162 | + isa = PBXShellScriptBuildPhase; |
| 163 | + buildActionMask = 2147483647; |
| 164 | + files = ( |
| 165 | + ); |
| 166 | + inputPaths = ( |
| 167 | + ); |
| 168 | + name = "Copy Pods Resources"; |
| 169 | + outputPaths = ( |
| 170 | + ); |
| 171 | + runOnlyForDeploymentPostprocessing = 0; |
| 172 | + shellPath = /bin/sh; |
| 173 | + shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n"; |
| 174 | + showEnvVarsInLog = 0; |
| 175 | + }; |
| 176 | + 96705876C946719953BCD0C6 /* Check Pods Manifest.lock */ = { |
| 177 | + isa = PBXShellScriptBuildPhase; |
| 178 | + buildActionMask = 2147483647; |
| 179 | + files = ( |
| 180 | + ); |
| 181 | + inputPaths = ( |
| 182 | + ); |
| 183 | + name = "Check Pods Manifest.lock"; |
| 184 | + outputPaths = ( |
| 185 | + ); |
| 186 | + runOnlyForDeploymentPostprocessing = 0; |
| 187 | + shellPath = /bin/sh; |
| 188 | + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; |
| 189 | + showEnvVarsInLog = 0; |
| 190 | + }; |
| 191 | + CAB3B20531AAE2438C48D751 /* Embed Pods Frameworks */ = { |
| 192 | + isa = PBXShellScriptBuildPhase; |
| 193 | + buildActionMask = 2147483647; |
| 194 | + files = ( |
| 195 | + ); |
| 196 | + inputPaths = ( |
| 197 | + ); |
| 198 | + name = "Embed Pods Frameworks"; |
| 199 | + outputPaths = ( |
| 200 | + ); |
| 201 | + runOnlyForDeploymentPostprocessing = 0; |
| 202 | + shellPath = /bin/sh; |
| 203 | + shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; |
| 204 | + showEnvVarsInLog = 0; |
| 205 | + }; |
| 206 | +/* End PBXShellScriptBuildPhase section */ |
| 207 | + |
133 | 208 | /* Begin PBXSourcesBuildPhase section */ |
134 | 209 | B5E9F8F71C8D3B6E00443DC7 /* Sources */ = { |
135 | 210 | isa = PBXSourcesBuildPhase; |
|
245 | 320 | }; |
246 | 321 | B5E9F90E1C8D3B6E00443DC7 /* Debug */ = { |
247 | 322 | isa = XCBuildConfiguration; |
| 323 | + baseConfigurationReference = CA708B7D49E7D80A75ED81E3 /* Pods-Example.debug.xcconfig */; |
248 | 324 | buildSettings = { |
249 | 325 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
250 | 326 | INFOPLIST_FILE = Example/Info.plist; |
|
256 | 332 | }; |
257 | 333 | B5E9F90F1C8D3B6E00443DC7 /* Release */ = { |
258 | 334 | isa = XCBuildConfiguration; |
| 335 | + baseConfigurationReference = FE1A89C8A77ED0438A206A24 /* Pods-Example.release.xcconfig */; |
259 | 336 | buildSettings = { |
260 | 337 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
261 | 338 | INFOPLIST_FILE = Example/Info.plist; |
|
0 commit comments