|
13 | 13 | 0C1021A71C8608380003D376 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0C1021A51C8608380003D376 /* Main.storyboard */; };
|
14 | 14 | 0C1021A91C8608380003D376 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0C1021A81C8608380003D376 /* Assets.xcassets */; };
|
15 | 15 | 0C1021AC1C8608380003D376 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0C1021AA1C8608380003D376 /* LaunchScreen.storyboard */; };
|
| 16 | + 9322B6BEF5D03BD1A7EADFF8 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B48553BF4953ED7C0FB382BE /* Pods.framework */; }; |
16 | 17 | /* End PBXBuildFile section */
|
17 | 18 |
|
18 | 19 | /* Begin PBXFileReference section */
|
|
24 | 25 | 0C1021A81C8608380003D376 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
25 | 26 | 0C1021AB1C8608380003D376 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
26 | 27 | 0C1021AD1C8608380003D376 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 28 | + A2A3BC033E6FA3229639FF80 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
| 29 | + B48553BF4953ED7C0FB382BE /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 30 | + D7153399E873BE52DA6CE434 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
27 | 31 | /* End PBXFileReference section */
|
28 | 32 |
|
29 | 33 | /* Begin PBXFrameworksBuildPhase section */
|
30 | 34 | 0C1021991C8608380003D376 /* Frameworks */ = {
|
31 | 35 | isa = PBXFrameworksBuildPhase;
|
32 | 36 | buildActionMask = 2147483647;
|
33 | 37 | files = (
|
| 38 | + 9322B6BEF5D03BD1A7EADFF8 /* Pods.framework in Frameworks */, |
34 | 39 | );
|
35 | 40 | runOnlyForDeploymentPostprocessing = 0;
|
36 | 41 | };
|
|
42 | 47 | children = (
|
43 | 48 | 0C10219E1C8608380003D376 /* Example */,
|
44 | 49 | 0C10219D1C8608380003D376 /* Products */,
|
| 50 | + E2C0D0128030B43E7EDE5659 /* Pods */, |
| 51 | + 0FA21B25CE7B3DA696E57065 /* Frameworks */, |
45 | 52 | );
|
46 | 53 | sourceTree = "<group>";
|
47 | 54 | };
|
|
67 | 74 | path = Example;
|
68 | 75 | sourceTree = "<group>";
|
69 | 76 | };
|
| 77 | + 0FA21B25CE7B3DA696E57065 /* Frameworks */ = { |
| 78 | + isa = PBXGroup; |
| 79 | + children = ( |
| 80 | + B48553BF4953ED7C0FB382BE /* Pods.framework */, |
| 81 | + ); |
| 82 | + name = Frameworks; |
| 83 | + sourceTree = "<group>"; |
| 84 | + }; |
| 85 | + E2C0D0128030B43E7EDE5659 /* Pods */ = { |
| 86 | + isa = PBXGroup; |
| 87 | + children = ( |
| 88 | + A2A3BC033E6FA3229639FF80 /* Pods.debug.xcconfig */, |
| 89 | + D7153399E873BE52DA6CE434 /* Pods.release.xcconfig */, |
| 90 | + ); |
| 91 | + name = Pods; |
| 92 | + sourceTree = "<group>"; |
| 93 | + }; |
70 | 94 | /* End PBXGroup section */
|
71 | 95 |
|
72 | 96 | /* Begin PBXNativeTarget section */
|
73 | 97 | 0C10219B1C8608380003D376 /* Example */ = {
|
74 | 98 | isa = PBXNativeTarget;
|
75 | 99 | buildConfigurationList = 0C1021B01C8608380003D376 /* Build configuration list for PBXNativeTarget "Example" */;
|
76 | 100 | buildPhases = (
|
| 101 | + A8B13DC6D219475901104011 /* Check Pods Manifest.lock */, |
77 | 102 | 0C1021981C8608380003D376 /* Sources */,
|
78 | 103 | 0C1021991C8608380003D376 /* Frameworks */,
|
79 | 104 | 0C10219A1C8608380003D376 /* Resources */,
|
| 105 | + DB5BA43D24C7157F253FBD69 /* Embed Pods Frameworks */, |
| 106 | + 93902C7130A9BDD70FD35AC8 /* Copy Pods Resources */, |
80 | 107 | );
|
81 | 108 | buildRules = (
|
82 | 109 | );
|
|
133 | 160 | };
|
134 | 161 | /* End PBXResourcesBuildPhase section */
|
135 | 162 |
|
| 163 | +/* Begin PBXShellScriptBuildPhase section */ |
| 164 | + 93902C7130A9BDD70FD35AC8 /* Copy Pods Resources */ = { |
| 165 | + isa = PBXShellScriptBuildPhase; |
| 166 | + buildActionMask = 2147483647; |
| 167 | + files = ( |
| 168 | + ); |
| 169 | + inputPaths = ( |
| 170 | + ); |
| 171 | + name = "Copy Pods Resources"; |
| 172 | + outputPaths = ( |
| 173 | + ); |
| 174 | + runOnlyForDeploymentPostprocessing = 0; |
| 175 | + shellPath = /bin/sh; |
| 176 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n"; |
| 177 | + showEnvVarsInLog = 0; |
| 178 | + }; |
| 179 | + A8B13DC6D219475901104011 /* Check Pods Manifest.lock */ = { |
| 180 | + isa = PBXShellScriptBuildPhase; |
| 181 | + buildActionMask = 2147483647; |
| 182 | + files = ( |
| 183 | + ); |
| 184 | + inputPaths = ( |
| 185 | + ); |
| 186 | + name = "Check Pods Manifest.lock"; |
| 187 | + outputPaths = ( |
| 188 | + ); |
| 189 | + runOnlyForDeploymentPostprocessing = 0; |
| 190 | + shellPath = /bin/sh; |
| 191 | + 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"; |
| 192 | + showEnvVarsInLog = 0; |
| 193 | + }; |
| 194 | + DB5BA43D24C7157F253FBD69 /* Embed Pods Frameworks */ = { |
| 195 | + isa = PBXShellScriptBuildPhase; |
| 196 | + buildActionMask = 2147483647; |
| 197 | + files = ( |
| 198 | + ); |
| 199 | + inputPaths = ( |
| 200 | + ); |
| 201 | + name = "Embed Pods Frameworks"; |
| 202 | + outputPaths = ( |
| 203 | + ); |
| 204 | + runOnlyForDeploymentPostprocessing = 0; |
| 205 | + shellPath = /bin/sh; |
| 206 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-frameworks.sh\"\n"; |
| 207 | + showEnvVarsInLog = 0; |
| 208 | + }; |
| 209 | +/* End PBXShellScriptBuildPhase section */ |
| 210 | + |
136 | 211 | /* Begin PBXSourcesBuildPhase section */
|
137 | 212 | 0C1021981C8608380003D376 /* Sources */ = {
|
138 | 213 | isa = PBXSourcesBuildPhase;
|
|
251 | 326 | };
|
252 | 327 | 0C1021B11C8608380003D376 /* Debug */ = {
|
253 | 328 | isa = XCBuildConfiguration;
|
| 329 | + baseConfigurationReference = A2A3BC033E6FA3229639FF80 /* Pods.debug.xcconfig */; |
254 | 330 | buildSettings = {
|
255 | 331 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
256 | 332 | INFOPLIST_FILE = Example/Info.plist;
|
|
262 | 338 | };
|
263 | 339 | 0C1021B21C8608380003D376 /* Release */ = {
|
264 | 340 | isa = XCBuildConfiguration;
|
| 341 | + baseConfigurationReference = D7153399E873BE52DA6CE434 /* Pods.release.xcconfig */; |
265 | 342 | buildSettings = {
|
266 | 343 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
267 | 344 | INFOPLIST_FILE = Example/Info.plist;
|
|
290 | 367 | 0C1021B21C8608380003D376 /* Release */,
|
291 | 368 | );
|
292 | 369 | defaultConfigurationIsVisible = 0;
|
| 370 | + defaultConfigurationName = Release; |
293 | 371 | };
|
294 | 372 | /* End XCConfigurationList section */
|
295 | 373 | };
|
|
0 commit comments