|
17 | 17 | 0CE1C1F824B77D9500D88A05 /* CheckoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CE1C1F624B77D9500D88A05 /* CheckoutViewController.swift */; }; |
18 | 18 | 0CE1C1F924B77D9500D88A05 /* SettingsTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CE1C1F724B77D9500D88A05 /* SettingsTableViewController.swift */; }; |
19 | 19 | 0CE1C1FB24B77DAA00D88A05 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0CE1C1FA24B77DAA00D88A05 /* Main.storyboard */; }; |
| 20 | + D3D8199634457362FD65136D /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9A9D6EE18FBB87F8F8932BE7 /* Pods_Example.framework */; }; |
20 | 21 | /* End PBXBuildFile section */ |
21 | 22 |
|
22 | 23 | /* Begin PBXContainerItemProxy section */ |
|
30 | 31 | /* End PBXContainerItemProxy section */ |
31 | 32 |
|
32 | 33 | /* Begin PBXFileReference section */ |
| 34 | + 02F8756D5735B0E6C3D05DCB /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = "<group>"; }; |
33 | 35 | 0C1A133C23E858E10015A0BD /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
34 | 36 | 0C1A133F23E858E10015A0BD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
35 | 37 | 0C1A134123E858E10015A0BD /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
|
44 | 46 | 0CE1C1F624B77D9500D88A05 /* CheckoutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckoutViewController.swift; sourceTree = "<group>"; }; |
45 | 47 | 0CE1C1F724B77D9500D88A05 /* SettingsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsTableViewController.swift; sourceTree = "<group>"; }; |
46 | 48 | 0CE1C1FA24B77DAA00D88A05 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; }; |
| 49 | + 9A9D6EE18FBB87F8F8932BE7 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 50 | + D771CFAB1FBDDC650944848E /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = "<group>"; }; |
47 | 51 | /* End PBXFileReference section */ |
48 | 52 |
|
49 | 53 | /* Begin PBXFrameworksBuildPhase section */ |
50 | 54 | 0C1A133923E858E10015A0BD /* Frameworks */ = { |
51 | 55 | isa = PBXFrameworksBuildPhase; |
52 | 56 | buildActionMask = 2147483647; |
53 | 57 | files = ( |
| 58 | + D3D8199634457362FD65136D /* Pods_Example.framework in Frameworks */, |
54 | 59 | ); |
55 | 60 | runOnlyForDeploymentPostprocessing = 0; |
56 | 61 | }; |
|
71 | 76 | 0C89ACE9246E79150097C815 /* ExampleTests */, |
72 | 77 | 0C1A133D23E858E10015A0BD /* Products */, |
73 | 78 | B0E5AD7052C9FE9580DEAAAD /* Pods */, |
| 79 | + 8B1395950B23E4714CE2A621 /* Frameworks */, |
74 | 80 | ); |
75 | 81 | sourceTree = "<group>"; |
76 | 82 | }; |
|
117 | 123 | path = Resources; |
118 | 124 | sourceTree = "<group>"; |
119 | 125 | }; |
| 126 | + 8B1395950B23E4714CE2A621 /* Frameworks */ = { |
| 127 | + isa = PBXGroup; |
| 128 | + children = ( |
| 129 | + 9A9D6EE18FBB87F8F8932BE7 /* Pods_Example.framework */, |
| 130 | + ); |
| 131 | + name = Frameworks; |
| 132 | + sourceTree = "<group>"; |
| 133 | + }; |
120 | 134 | B0E5AD7052C9FE9580DEAAAD /* Pods */ = { |
121 | 135 | isa = PBXGroup; |
122 | 136 | children = ( |
| 137 | + D771CFAB1FBDDC650944848E /* Pods-Example.debug.xcconfig */, |
| 138 | + 02F8756D5735B0E6C3D05DCB /* Pods-Example.release.xcconfig */, |
123 | 139 | ); |
124 | 140 | path = Pods; |
125 | 141 | sourceTree = "<group>"; |
|
131 | 147 | isa = PBXNativeTarget; |
132 | 148 | buildConfigurationList = 0C1A135023E858E30015A0BD /* Build configuration list for PBXNativeTarget "Example" */; |
133 | 149 | buildPhases = ( |
| 150 | + 2CF6DFE14BD8DB4ECA42572C /* [CP] Check Pods Manifest.lock */, |
134 | 151 | 0C1A133823E858E10015A0BD /* Sources */, |
135 | 152 | 0C1A133923E858E10015A0BD /* Frameworks */, |
136 | 153 | 0C1A133A23E858E10015A0BD /* Resources */, |
| 154 | + 198535D574741F1B150364E2 /* [CP] Embed Pods Frameworks */, |
137 | 155 | ); |
138 | 156 | buildRules = ( |
139 | 157 | ); |
|
220 | 238 | }; |
221 | 239 | /* End PBXResourcesBuildPhase section */ |
222 | 240 |
|
| 241 | +/* Begin PBXShellScriptBuildPhase section */ |
| 242 | + 198535D574741F1B150364E2 /* [CP] Embed Pods Frameworks */ = { |
| 243 | + isa = PBXShellScriptBuildPhase; |
| 244 | + buildActionMask = 2147483647; |
| 245 | + files = ( |
| 246 | + ); |
| 247 | + inputFileListPaths = ( |
| 248 | + "${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
| 249 | + ); |
| 250 | + name = "[CP] Embed Pods Frameworks"; |
| 251 | + outputFileListPaths = ( |
| 252 | + "${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
| 253 | + ); |
| 254 | + runOnlyForDeploymentPostprocessing = 0; |
| 255 | + shellPath = /bin/sh; |
| 256 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; |
| 257 | + showEnvVarsInLog = 0; |
| 258 | + }; |
| 259 | + 2CF6DFE14BD8DB4ECA42572C /* [CP] Check Pods Manifest.lock */ = { |
| 260 | + isa = PBXShellScriptBuildPhase; |
| 261 | + buildActionMask = 2147483647; |
| 262 | + files = ( |
| 263 | + ); |
| 264 | + inputFileListPaths = ( |
| 265 | + ); |
| 266 | + inputPaths = ( |
| 267 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 268 | + "${PODS_ROOT}/Manifest.lock", |
| 269 | + ); |
| 270 | + name = "[CP] Check Pods Manifest.lock"; |
| 271 | + outputFileListPaths = ( |
| 272 | + ); |
| 273 | + outputPaths = ( |
| 274 | + "$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt", |
| 275 | + ); |
| 276 | + runOnlyForDeploymentPostprocessing = 0; |
| 277 | + shellPath = /bin/sh; |
| 278 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
| 279 | + showEnvVarsInLog = 0; |
| 280 | + }; |
| 281 | +/* End PBXShellScriptBuildPhase section */ |
| 282 | + |
223 | 283 | /* Begin PBXSourcesBuildPhase section */ |
224 | 284 | 0C1A133823E858E10015A0BD /* Sources */ = { |
225 | 285 | isa = PBXSourcesBuildPhase; |
|
382 | 442 | }; |
383 | 443 | 0C1A135123E858E30015A0BD /* Debug */ = { |
384 | 444 | isa = XCBuildConfiguration; |
| 445 | + baseConfigurationReference = D771CFAB1FBDDC650944848E /* Pods-Example.debug.xcconfig */; |
385 | 446 | buildSettings = { |
386 | 447 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
387 | 448 | CODE_SIGN_STYLE = Automatic; |
|
400 | 461 | }; |
401 | 462 | 0C1A135223E858E30015A0BD /* Release */ = { |
402 | 463 | isa = XCBuildConfiguration; |
| 464 | + baseConfigurationReference = 02F8756D5735B0E6C3D05DCB /* Pods-Example.release.xcconfig */; |
403 | 465 | buildSettings = { |
404 | 466 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
405 | 467 | CODE_SIGN_STYLE = Automatic; |
|
0 commit comments