|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 48; |
| 6 | + objectVersion = 60; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; }; |
| 11 | + 4D22ABE92AF431CB00220026 /* CapApp-SPM in Frameworks */ = {isa = PBXBuildFile; productRef = 4D22ABE82AF431CB00220026 /* CapApp-SPM */; }; |
11 | 12 | 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; }; |
12 | 13 | 504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; }; |
13 | 14 | 504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; }; |
14 | 15 | 504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; }; |
15 | 16 | 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; }; |
16 | 17 | 50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; }; |
17 | | - A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; }; |
18 | 18 | /* End PBXBuildFile section */ |
19 | 19 |
|
20 | 20 | /* Begin PBXFileReference section */ |
|
27 | 27 | 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
28 | 28 | 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
29 | 29 | 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; }; |
30 | | - AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
31 | | - AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; }; |
32 | | - DB71AA3C2EEFE04D00F88B08 /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; }; |
33 | | - FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; }; |
| 30 | + 958DCC722DB07C7200EA8C5F /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = debug.xcconfig; path = ../debug.xcconfig; sourceTree = SOURCE_ROOT; }; |
| 31 | + DB1B01042EF5576C003B61CF /* App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = App.entitlements; sourceTree = "<group>"; }; |
34 | 32 | /* End PBXFileReference section */ |
35 | 33 |
|
36 | 34 | /* Begin PBXFrameworksBuildPhase section */ |
37 | 35 | 504EC3011FED79650016851F /* Frameworks */ = { |
38 | 36 | isa = PBXFrameworksBuildPhase; |
39 | 37 | buildActionMask = 2147483647; |
40 | 38 | files = ( |
41 | | - A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */, |
| 39 | + 4D22ABE92AF431CB00220026 /* CapApp-SPM in Frameworks */, |
42 | 40 | ); |
43 | 41 | runOnlyForDeploymentPostprocessing = 0; |
44 | 42 | }; |
45 | 43 | /* End PBXFrameworksBuildPhase section */ |
46 | 44 |
|
47 | 45 | /* Begin PBXGroup section */ |
48 | | - 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = { |
49 | | - isa = PBXGroup; |
50 | | - children = ( |
51 | | - AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */, |
52 | | - ); |
53 | | - name = Frameworks; |
54 | | - sourceTree = "<group>"; |
55 | | - }; |
56 | 46 | 504EC2FB1FED79650016851F = { |
57 | 47 | isa = PBXGroup; |
58 | 48 | children = ( |
| 49 | + 958DCC722DB07C7200EA8C5F /* debug.xcconfig */, |
59 | 50 | 504EC3061FED79650016851F /* App */, |
60 | 51 | 504EC3051FED79650016851F /* Products */, |
61 | | - 7F8756D8B27F46E3366F6CEA /* Pods */, |
62 | | - 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */, |
63 | 52 | ); |
64 | 53 | sourceTree = "<group>"; |
65 | 54 | }; |
|
74 | 63 | 504EC3061FED79650016851F /* App */ = { |
75 | 64 | isa = PBXGroup; |
76 | 65 | children = ( |
77 | | - DB71AA3C2EEFE04D00F88B08 /* App.entitlements */, |
| 66 | + DB1B01042EF5576C003B61CF /* App.entitlements */, |
78 | 67 | 50379B222058CBB4000EE86E /* capacitor.config.json */, |
79 | 68 | 504EC3071FED79650016851F /* AppDelegate.swift */, |
80 | 69 | 504EC30B1FED79650016851F /* Main.storyboard */, |
|
87 | 76 | path = App; |
88 | 77 | sourceTree = "<group>"; |
89 | 78 | }; |
90 | | - 7F8756D8B27F46E3366F6CEA /* Pods */ = { |
91 | | - isa = PBXGroup; |
92 | | - children = ( |
93 | | - FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */, |
94 | | - AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */, |
95 | | - ); |
96 | | - name = Pods; |
97 | | - sourceTree = "<group>"; |
98 | | - }; |
99 | 79 | /* End PBXGroup section */ |
100 | 80 |
|
101 | 81 | /* Begin PBXNativeTarget section */ |
102 | 82 | 504EC3031FED79650016851F /* App */ = { |
103 | 83 | isa = PBXNativeTarget; |
104 | 84 | buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */; |
105 | 85 | buildPhases = ( |
106 | | - 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */, |
107 | 86 | 504EC3001FED79650016851F /* Sources */, |
108 | 87 | 504EC3011FED79650016851F /* Frameworks */, |
109 | 88 | 504EC3021FED79650016851F /* Resources */, |
110 | | - 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */, |
111 | 89 | ); |
112 | 90 | buildRules = ( |
113 | 91 | ); |
114 | 92 | dependencies = ( |
115 | 93 | ); |
116 | 94 | name = App; |
| 95 | + packageProductDependencies = ( |
| 96 | + 4D22ABE82AF431CB00220026 /* CapApp-SPM */, |
| 97 | + ); |
117 | 98 | productName = App; |
118 | 99 | productReference = 504EC3041FED79650016851F /* App.app */; |
119 | 100 | productType = "com.apple.product-type.application"; |
|
144 | 125 | ); |
145 | 126 | mainGroup = 504EC2FB1FED79650016851F; |
146 | 127 | packageReferences = ( |
| 128 | + D4C12C0A2AAA248700AAC8A2 /* XCLocalSwiftPackageReference "CapApp-SPM" */, |
147 | 129 | ); |
148 | 130 | productRefGroup = 504EC3051FED79650016851F /* Products */; |
149 | 131 | projectDirPath = ""; |
|
170 | 152 | }; |
171 | 153 | /* End PBXResourcesBuildPhase section */ |
172 | 154 |
|
173 | | -/* Begin PBXShellScriptBuildPhase section */ |
174 | | - 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = { |
175 | | - isa = PBXShellScriptBuildPhase; |
176 | | - buildActionMask = 2147483647; |
177 | | - files = ( |
178 | | - ); |
179 | | - inputPaths = ( |
180 | | - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
181 | | - "${PODS_ROOT}/Manifest.lock", |
182 | | - ); |
183 | | - name = "[CP] Check Pods Manifest.lock"; |
184 | | - outputPaths = ( |
185 | | - "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt", |
186 | | - ); |
187 | | - runOnlyForDeploymentPostprocessing = 0; |
188 | | - shellPath = /bin/sh; |
189 | | - 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"; |
190 | | - showEnvVarsInLog = 0; |
191 | | - }; |
192 | | - 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = { |
193 | | - isa = PBXShellScriptBuildPhase; |
194 | | - buildActionMask = 2147483647; |
195 | | - files = ( |
196 | | - ); |
197 | | - inputPaths = ( |
198 | | - ); |
199 | | - name = "[CP] Embed Pods Frameworks"; |
200 | | - outputPaths = ( |
201 | | - ); |
202 | | - runOnlyForDeploymentPostprocessing = 0; |
203 | | - shellPath = /bin/sh; |
204 | | - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n"; |
205 | | - showEnvVarsInLog = 0; |
206 | | - }; |
207 | | -/* End PBXShellScriptBuildPhase section */ |
208 | | - |
209 | 155 | /* Begin PBXSourcesBuildPhase section */ |
210 | 156 | 504EC3001FED79650016851F /* Sources */ = { |
211 | 157 | isa = PBXSourcesBuildPhase; |
|
239 | 185 | /* Begin XCBuildConfiguration section */ |
240 | 186 | 504EC3141FED79650016851F /* Debug */ = { |
241 | 187 | isa = XCBuildConfiguration; |
| 188 | + baseConfigurationReference = 958DCC722DB07C7200EA8C5F /* debug.xcconfig */; |
242 | 189 | buildSettings = { |
243 | 190 | ALWAYS_SEARCH_USER_PATHS = NO; |
244 | 191 | CLANG_ANALYZER_NONNULL = YES; |
|
339 | 286 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
340 | 287 | MTL_ENABLE_DEBUG_INFO = NO; |
341 | 288 | SDKROOT = iphoneos; |
342 | | - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 289 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 290 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
343 | 291 | VALIDATE_PRODUCT = YES; |
344 | 292 | }; |
345 | 293 | name = Release; |
346 | 294 | }; |
347 | 295 | 504EC3171FED79650016851F /* Debug */ = { |
348 | 296 | isa = XCBuildConfiguration; |
349 | | - baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */; |
| 297 | + baseConfigurationReference = 958DCC722DB07C7200EA8C5F /* debug.xcconfig */; |
350 | 298 | buildSettings = { |
351 | 299 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
352 | 300 | CODE_SIGN_ENTITLEMENTS = App/App.entitlements; |
353 | | - CODE_SIGN_IDENTITY = "Apple Development"; |
354 | 301 | CODE_SIGN_STYLE = Automatic; |
355 | 302 | CURRENT_PROJECT_VERSION = 1; |
356 | 303 | DEVELOPMENT_TEAM = P7E2DJ2G49; |
357 | 304 | INFOPLIST_FILE = App/Info.plist; |
358 | 305 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
359 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 306 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 307 | + "$(inherited)", |
| 308 | + "@executable_path/Frameworks", |
| 309 | + ); |
360 | 310 | MARKETING_VERSION = 1.0; |
361 | 311 | OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; |
362 | 312 | PRODUCT_BUNDLE_IDENTIFIER = com.capacitor.stripe; |
363 | 313 | PRODUCT_NAME = "$(TARGET_NAME)"; |
364 | | - PROVISIONING_PROFILE_SPECIFIER = ""; |
365 | 314 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
366 | 315 | SWIFT_VERSION = 5.0; |
367 | 316 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
370 | 319 | }; |
371 | 320 | 504EC3181FED79650016851F /* Release */ = { |
372 | 321 | isa = XCBuildConfiguration; |
373 | | - baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */; |
374 | 322 | buildSettings = { |
375 | 323 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
376 | 324 | CODE_SIGN_ENTITLEMENTS = App/App.entitlements; |
377 | | - CODE_SIGN_IDENTITY = "Apple Development"; |
378 | 325 | CODE_SIGN_STYLE = Automatic; |
379 | 326 | CURRENT_PROJECT_VERSION = 1; |
380 | 327 | DEVELOPMENT_TEAM = P7E2DJ2G49; |
381 | 328 | INFOPLIST_FILE = App/Info.plist; |
382 | 329 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
383 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 330 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 331 | + "$(inherited)", |
| 332 | + "@executable_path/Frameworks", |
| 333 | + ); |
384 | 334 | MARKETING_VERSION = 1.0; |
385 | 335 | PRODUCT_BUNDLE_IDENTIFIER = com.capacitor.stripe; |
386 | 336 | PRODUCT_NAME = "$(TARGET_NAME)"; |
387 | | - PROVISIONING_PROFILE_SPECIFIER = ""; |
388 | 337 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; |
389 | 338 | SWIFT_VERSION = 5.0; |
390 | 339 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
413 | 362 | defaultConfigurationName = Release; |
414 | 363 | }; |
415 | 364 | /* End XCConfigurationList section */ |
| 365 | + |
| 366 | +/* Begin XCLocalSwiftPackageReference section */ |
| 367 | + D4C12C0A2AAA248700AAC8A2 /* XCLocalSwiftPackageReference "CapApp-SPM" */ = { |
| 368 | + isa = XCLocalSwiftPackageReference; |
| 369 | + relativePath = "CapApp-SPM"; |
| 370 | + }; |
| 371 | +/* End XCLocalSwiftPackageReference section */ |
| 372 | + |
| 373 | +/* Begin XCSwiftPackageProductDependency section */ |
| 374 | + 4D22ABE82AF431CB00220026 /* CapApp-SPM */ = { |
| 375 | + isa = XCSwiftPackageProductDependency; |
| 376 | + package = D4C12C0A2AAA248700AAC8A2 /* XCLocalSwiftPackageReference "CapApp-SPM" */; |
| 377 | + productName = "CapApp-SPM"; |
| 378 | + }; |
| 379 | +/* End XCSwiftPackageProductDependency section */ |
416 | 380 | }; |
417 | 381 | rootObject = 504EC2FC1FED79650016851F /* Project object */; |
418 | 382 | } |
0 commit comments