|
12 | 12 | 3430CB721D93D951001AB9C9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3430CB711D93D951001AB9C9 /* Assets.xcassets */; };
|
13 | 13 | 3430CB751D93D951001AB9C9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3430CB731D93D951001AB9C9 /* LaunchScreen.storyboard */; };
|
14 | 14 | 3430CB7D1D93DC96001AB9C9 /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3430CB7C1D93DC96001AB9C9 /* ExampleViewController.swift */; };
|
| 15 | + 37ADD6F991EDB11454DA382E /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C458CEB05FC81848170A1B2 /* Pods_Example.framework */; }; |
15 | 16 | /* End PBXBuildFile section */
|
16 | 17 |
|
17 | 18 | /* Begin PBXFileReference section */
|
| 19 | + 2F341EBAB2813C29B1B3D9F7 /* 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>"; }; |
18 | 20 | 3430CB671D93D951001AB9C9 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
19 | 21 | 3430CB6A1D93D951001AB9C9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
20 | 22 | 3430CB6F1D93D951001AB9C9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
21 | 23 | 3430CB711D93D951001AB9C9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
22 | 24 | 3430CB741D93D951001AB9C9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
23 | 25 | 3430CB761D93D951001AB9C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
24 | 26 | 3430CB7C1D93DC96001AB9C9 /* ExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; };
|
| 27 | + 4C458CEB05FC81848170A1B2 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 28 | + C4526166C65E31647E75A1F9 /* 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 | 3430CB641D93D951001AB9C9 /* Frameworks */ = {
|
29 | 33 | isa = PBXFrameworksBuildPhase;
|
30 | 34 | buildActionMask = 2147483647;
|
31 | 35 | files = (
|
| 36 | + 37ADD6F991EDB11454DA382E /* Pods_Example.framework in Frameworks */, |
32 | 37 | );
|
33 | 38 | runOnlyForDeploymentPostprocessing = 0;
|
34 | 39 | };
|
|
40 | 45 | children = (
|
41 | 46 | 3430CB691D93D951001AB9C9 /* Example */,
|
42 | 47 | 3430CB681D93D951001AB9C9 /* Products */,
|
| 48 | + 5BED26FFD91B066AE0730FDA /* Pods */, |
| 49 | + 94E596D5F904B4C428521F10 /* Frameworks */, |
43 | 50 | );
|
44 | 51 | sourceTree = "<group>";
|
45 | 52 | };
|
|
64 | 71 | path = Example;
|
65 | 72 | sourceTree = "<group>";
|
66 | 73 | };
|
| 74 | + 5BED26FFD91B066AE0730FDA /* Pods */ = { |
| 75 | + isa = PBXGroup; |
| 76 | + children = ( |
| 77 | + 2F341EBAB2813C29B1B3D9F7 /* Pods-Example.debug.xcconfig */, |
| 78 | + C4526166C65E31647E75A1F9 /* Pods-Example.release.xcconfig */, |
| 79 | + ); |
| 80 | + name = Pods; |
| 81 | + sourceTree = "<group>"; |
| 82 | + }; |
| 83 | + 94E596D5F904B4C428521F10 /* Frameworks */ = { |
| 84 | + isa = PBXGroup; |
| 85 | + children = ( |
| 86 | + 4C458CEB05FC81848170A1B2 /* Pods_Example.framework */, |
| 87 | + ); |
| 88 | + name = Frameworks; |
| 89 | + sourceTree = "<group>"; |
| 90 | + }; |
67 | 91 | /* End PBXGroup section */
|
68 | 92 |
|
69 | 93 | /* Begin PBXNativeTarget section */
|
70 | 94 | 3430CB661D93D951001AB9C9 /* Example */ = {
|
71 | 95 | isa = PBXNativeTarget;
|
72 | 96 | buildConfigurationList = 3430CB791D93D951001AB9C9 /* Build configuration list for PBXNativeTarget "Example" */;
|
73 | 97 | buildPhases = (
|
| 98 | + 33DFD21BCDF935BE1AE7A39B /* [CP] Check Pods Manifest.lock */, |
74 | 99 | 3430CB631D93D951001AB9C9 /* Sources */,
|
75 | 100 | 3430CB641D93D951001AB9C9 /* Frameworks */,
|
76 | 101 | 3430CB651D93D951001AB9C9 /* Resources */,
|
| 102 | + 88731D81C736F2EF9CB4197E /* [CP] Embed Pods Frameworks */, |
| 103 | + FBB6B77C0F9CEABC972B6D9B /* [CP] Copy Pods Resources */, |
77 | 104 | );
|
78 | 105 | buildRules = (
|
79 | 106 | );
|
|
130 | 157 | };
|
131 | 158 | /* End PBXResourcesBuildPhase section */
|
132 | 159 |
|
| 160 | +/* Begin PBXShellScriptBuildPhase section */ |
| 161 | + 33DFD21BCDF935BE1AE7A39B /* [CP] Check Pods Manifest.lock */ = { |
| 162 | + isa = PBXShellScriptBuildPhase; |
| 163 | + buildActionMask = 2147483647; |
| 164 | + files = ( |
| 165 | + ); |
| 166 | + inputPaths = ( |
| 167 | + ); |
| 168 | + name = "[CP] Check Pods Manifest.lock"; |
| 169 | + outputPaths = ( |
| 170 | + ); |
| 171 | + runOnlyForDeploymentPostprocessing = 0; |
| 172 | + shellPath = /bin/sh; |
| 173 | + 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"; |
| 174 | + showEnvVarsInLog = 0; |
| 175 | + }; |
| 176 | + 88731D81C736F2EF9CB4197E /* [CP] Embed Pods Frameworks */ = { |
| 177 | + isa = PBXShellScriptBuildPhase; |
| 178 | + buildActionMask = 2147483647; |
| 179 | + files = ( |
| 180 | + ); |
| 181 | + inputPaths = ( |
| 182 | + ); |
| 183 | + name = "[CP] Embed Pods Frameworks"; |
| 184 | + outputPaths = ( |
| 185 | + ); |
| 186 | + runOnlyForDeploymentPostprocessing = 0; |
| 187 | + shellPath = /bin/sh; |
| 188 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; |
| 189 | + showEnvVarsInLog = 0; |
| 190 | + }; |
| 191 | + FBB6B77C0F9CEABC972B6D9B /* [CP] Copy Pods Resources */ = { |
| 192 | + isa = PBXShellScriptBuildPhase; |
| 193 | + buildActionMask = 2147483647; |
| 194 | + files = ( |
| 195 | + ); |
| 196 | + inputPaths = ( |
| 197 | + ); |
| 198 | + name = "[CP] Copy Pods Resources"; |
| 199 | + outputPaths = ( |
| 200 | + ); |
| 201 | + runOnlyForDeploymentPostprocessing = 0; |
| 202 | + shellPath = /bin/sh; |
| 203 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n"; |
| 204 | + showEnvVarsInLog = 0; |
| 205 | + }; |
| 206 | +/* End PBXShellScriptBuildPhase section */ |
| 207 | + |
133 | 208 | /* Begin PBXSourcesBuildPhase section */
|
134 | 209 | 3430CB631D93D951001AB9C9 /* Sources */ = {
|
135 | 210 | isa = PBXSourcesBuildPhase;
|
|
247 | 322 | };
|
248 | 323 | 3430CB7A1D93D951001AB9C9 /* Debug */ = {
|
249 | 324 | isa = XCBuildConfiguration;
|
| 325 | + baseConfigurationReference = 2F341EBAB2813C29B1B3D9F7 /* Pods-Example.debug.xcconfig */; |
250 | 326 | buildSettings = {
|
251 | 327 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
252 | 328 | INFOPLIST_FILE = Example/Info.plist;
|
|
258 | 334 | };
|
259 | 335 | 3430CB7B1D93D951001AB9C9 /* Release */ = {
|
260 | 336 | isa = XCBuildConfiguration;
|
| 337 | + baseConfigurationReference = C4526166C65E31647E75A1F9 /* Pods-Example.release.xcconfig */; |
261 | 338 | buildSettings = {
|
262 | 339 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
263 | 340 | INFOPLIST_FILE = Example/Info.plist;
|
|
0 commit comments