|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - C0E1F5E92C8F1A9400123456 /* IosIapExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0E1F5E82C8F1A9400123456 /* IosIapExampleApp.swift */; }; |
| 10 | + C0E1F5E92C8F1A9400123456 /* OpenIapExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0E1F5E82C8F1A9400123456 /* OpenIapExampleApp.swift */; }; |
11 | 11 | C0E1F5EB2C8F1A9400123456 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0E1F5EA2C8F1A9400123456 /* ContentView.swift */; }; |
12 | 12 | C0E1F5ED2C8F1A9500123456 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0E1F5EC2C8F1A9500123456 /* Assets.xcassets */; }; |
13 | 13 | C0E1F5F02C8F1A9500123456 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0E1F5EF2C8F1A9500123456 /* Preview Assets.xcassets */; }; |
|
18 | 18 | C0E1F6002C8F1ABA00123456 /* OfferCodeScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0E1F5FF2C8F1ABA00123456 /* OfferCodeScreen.swift */; }; |
19 | 19 | C0E1F6022C8F1AC000123456 /* StoreViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0E1F6012C8F1AC000123456 /* StoreViewModel.swift */; }; |
20 | 20 | C0E1F6042C8F1AC500123456 /* AppColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0E1F6032C8F1AC500123456 /* AppColors.swift */; }; |
21 | | - C0E1F6072C8F1AD000123456 /* IosIAP in Frameworks */ = {isa = PBXBuildFile; productRef = C0E1F6062C8F1AD000123456 /* IosIAP */; }; |
| 21 | + C0E1F6072C8F1AD000123456 /* OpenIAP in Frameworks */ = {isa = PBXBuildFile; productRef = C0E1F6062C8F1AD000123456 /* OpenIAP */; }; |
22 | 22 | /* End PBXBuildFile section */ |
23 | 23 |
|
24 | 24 | /* Begin PBXFileReference section */ |
25 | | - C0E1F5E52C8F1A9400123456 /* IosIapExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IosIapExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
26 | | - C0E1F5E82C8F1A9400123456 /* IosIapExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IosIapExampleApp.swift; sourceTree = "<group>"; }; |
| 25 | + C0E1F5E52C8F1A9400123456 /* OpenIapExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenIapExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 26 | + C0E1F5E82C8F1A9400123456 /* OpenIapExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OpenIapExampleApp.swift; sourceTree = "<group>"; }; |
27 | 27 | C0E1F5EA2C8F1A9400123456 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
28 | 28 | C0E1F5EC2C8F1A9500123456 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
29 | 29 | C0E1F5EF2C8F1A9500123456 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
|
41 | 41 | isa = PBXFrameworksBuildPhase; |
42 | 42 | buildActionMask = 2147483647; |
43 | 43 | files = ( |
44 | | - C0E1F6072C8F1AD000123456 /* IosIAP in Frameworks */, |
| 44 | + C0E1F6072C8F1AD000123456 /* OpenIAP in Frameworks */, |
45 | 45 | ); |
46 | 46 | runOnlyForDeploymentPostprocessing = 0; |
47 | 47 | }; |
|
51 | 51 | C0E1F5DC2C8F1A9400123456 = { |
52 | 52 | isa = PBXGroup; |
53 | 53 | children = ( |
54 | | - C0E1F5E72C8F1A9400123456 /* IosIapExample */, |
| 54 | + C0E1F5E72C8F1A9400123456 /* OpenIapExample */, |
55 | 55 | C0E1F5E62C8F1A9400123456 /* Products */, |
56 | 56 | ); |
57 | 57 | sourceTree = "<group>"; |
58 | 58 | }; |
59 | 59 | C0E1F5E62C8F1A9400123456 /* Products */ = { |
60 | 60 | isa = PBXGroup; |
61 | 61 | children = ( |
62 | | - C0E1F5E52C8F1A9400123456 /* IosIapExample.app */, |
| 62 | + C0E1F5E52C8F1A9400123456 /* OpenIapExample.app */, |
63 | 63 | ); |
64 | 64 | name = Products; |
65 | 65 | sourceTree = "<group>"; |
66 | 66 | }; |
67 | | - C0E1F5E72C8F1A9400123456 /* IosIapExample */ = { |
| 67 | + C0E1F5E72C8F1A9400123456 /* OpenIapExample */ = { |
68 | 68 | isa = PBXGroup; |
69 | 69 | children = ( |
70 | 70 | C0E1F6082C8F1AD500123456 /* Screens */, |
71 | 71 | C0E1F6092C8F1ADB00123456 /* ViewModels */, |
72 | 72 | C0E1F60A2C8F1AE000123456 /* Models */, |
73 | | - C0E1F5E82C8F1A9400123456 /* IosIapExampleApp.swift */, |
| 73 | + C0E1F5E82C8F1A9400123456 /* OpenIapExampleApp.swift */, |
74 | 74 | C0E1F5EA2C8F1A9400123456 /* ContentView.swift */, |
75 | 75 | C0E1F5EC2C8F1A9500123456 /* Assets.xcassets */, |
76 | 76 | C0E1F5EE2C8F1A9500123456 /* Preview Content */, |
77 | 77 | ); |
78 | | - path = IosIapExample; |
| 78 | + path = OpenIapExample; |
79 | 79 | sourceTree = "<group>"; |
80 | 80 | }; |
81 | 81 | C0E1F5EE2C8F1A9500123456 /* Preview Content */ = { |
|
117 | 117 | /* End PBXGroup section */ |
118 | 118 |
|
119 | 119 | /* Begin PBXNativeTarget section */ |
120 | | - C0E1F5E42C8F1A9400123456 /* IosIapExample */ = { |
| 120 | + C0E1F5E42C8F1A9400123456 /* OpenIapExample */ = { |
121 | 121 | isa = PBXNativeTarget; |
122 | | - buildConfigurationList = C0E1F5F32C8F1A9500123456 /* Build configuration list for PBXNativeTarget "IosIapExample" */; |
| 122 | + buildConfigurationList = C0E1F5F32C8F1A9500123456 /* Build configuration list for PBXNativeTarget "OpenIapExample" */; |
123 | 123 | buildPhases = ( |
124 | 124 | C0E1F5E12C8F1A9400123456 /* Sources */, |
125 | 125 | C0E1F5E22C8F1A9400123456 /* Frameworks */, |
|
129 | 129 | ); |
130 | 130 | dependencies = ( |
131 | 131 | ); |
132 | | - name = IosIapExample; |
| 132 | + name = OpenIapExample; |
133 | 133 | packageProductDependencies = ( |
134 | | - C0E1F6062C8F1AD000123456 /* IosIAP */, |
| 134 | + C0E1F6062C8F1AD000123456 /* OpenIAP */, |
135 | 135 | ); |
136 | | - productName = IosIapExample; |
137 | | - productReference = C0E1F5E52C8F1A9400123456 /* IosIapExample.app */; |
| 136 | + productName = OpenIapExample; |
| 137 | + productReference = C0E1F5E52C8F1A9400123456 /* OpenIapExample.app */; |
138 | 138 | productType = "com.apple.product-type.application"; |
139 | 139 | }; |
140 | 140 | /* End PBXNativeTarget section */ |
|
152 | 152 | }; |
153 | 153 | }; |
154 | 154 | }; |
155 | | - buildConfigurationList = C0E1F5E02C8F1A9400123456 /* Build configuration list for PBXProject "IosIapExample" */; |
| 155 | + buildConfigurationList = C0E1F5E02C8F1A9400123456 /* Build configuration list for PBXProject "OpenIapExample" */; |
156 | 156 | compatibilityVersion = "Xcode 14.0"; |
157 | 157 | developmentRegion = en; |
158 | 158 | hasScannedForEncodings = 0; |
|
168 | 168 | projectDirPath = ""; |
169 | 169 | projectRoot = ""; |
170 | 170 | targets = ( |
171 | | - C0E1F5E42C8F1A9400123456 /* IosIapExample */, |
| 171 | + C0E1F5E42C8F1A9400123456 /* OpenIapExample */, |
172 | 172 | ); |
173 | 173 | }; |
174 | 174 | /* End PBXProject section */ |
|
198 | 198 | C0E1F6002C8F1ABA00123456 /* OfferCodeScreen.swift in Sources */, |
199 | 199 | C0E1F6022C8F1AC000123456 /* StoreViewModel.swift in Sources */, |
200 | 200 | C0E1F6042C8F1AC500123456 /* AppColors.swift in Sources */, |
201 | | - C0E1F5E92C8F1A9400123456 /* IosIapExampleApp.swift in Sources */, |
| 201 | + C0E1F5E92C8F1A9400123456 /* OpenIapExampleApp.swift in Sources */, |
202 | 202 | ); |
203 | 203 | runOnlyForDeploymentPostprocessing = 0; |
204 | 204 | }; |
|
331 | 331 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
332 | 332 | CODE_SIGN_STYLE = Automatic; |
333 | 333 | CURRENT_PROJECT_VERSION = 1; |
334 | | - DEVELOPMENT_ASSET_PATHS = "\"IosIapExample/Preview Content\""; |
| 334 | + DEVELOPMENT_ASSET_PATHS = "\"OpenIapExample/Preview Content\""; |
335 | 335 | DEVELOPMENT_TEAM = PRDQGB267K; |
336 | 336 | ENABLE_PREVIEWS = YES; |
337 | 337 | GENERATE_INFOPLIST_FILE = YES; |
338 | | - INFOPLIST_KEY_CFBundleDisplayName = "IosIAP Example"; |
| 338 | + INFOPLIST_KEY_CFBundleDisplayName = "OpenIAP Example"; |
339 | 339 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
340 | 340 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
341 | 341 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
362 | 362 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
363 | 363 | CODE_SIGN_STYLE = Automatic; |
364 | 364 | CURRENT_PROJECT_VERSION = 1; |
365 | | - DEVELOPMENT_ASSET_PATHS = "\"IosIapExample/Preview Content\""; |
| 365 | + DEVELOPMENT_ASSET_PATHS = "\"OpenIapExample/Preview Content\""; |
366 | 366 | DEVELOPMENT_TEAM = PRDQGB267K; |
367 | 367 | ENABLE_PREVIEWS = YES; |
368 | 368 | GENERATE_INFOPLIST_FILE = YES; |
369 | | - INFOPLIST_KEY_CFBundleDisplayName = "IosIAP Example"; |
| 369 | + INFOPLIST_KEY_CFBundleDisplayName = "OpenIAP Example"; |
370 | 370 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
371 | 371 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
372 | 372 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
389 | 389 | /* End XCBuildConfiguration section */ |
390 | 390 |
|
391 | 391 | /* Begin XCConfigurationList section */ |
392 | | - C0E1F5E02C8F1A9400123456 /* Build configuration list for PBXProject "IosIapExample" */ = { |
| 392 | + C0E1F5E02C8F1A9400123456 /* Build configuration list for PBXProject "OpenIapExample" */ = { |
393 | 393 | isa = XCConfigurationList; |
394 | 394 | buildConfigurations = ( |
395 | 395 | C0E1F5F12C8F1A9500123456 /* Debug */, |
|
398 | 398 | defaultConfigurationIsVisible = 0; |
399 | 399 | defaultConfigurationName = Release; |
400 | 400 | }; |
401 | | - C0E1F5F32C8F1A9500123456 /* Build configuration list for PBXNativeTarget "IosIapExample" */ = { |
| 401 | + C0E1F5F32C8F1A9500123456 /* Build configuration list for PBXNativeTarget "OpenIapExample" */ = { |
402 | 402 | isa = XCConfigurationList; |
403 | 403 | buildConfigurations = ( |
404 | 404 | C0E1F5F42C8F1A9500123456 /* Debug */, |
|
417 | 417 | /* End XCLocalSwiftPackageReference section */ |
418 | 418 |
|
419 | 419 | /* Begin XCSwiftPackageProductDependency section */ |
420 | | - C0E1F6062C8F1AD000123456 /* IosIAP */ = { |
| 420 | + C0E1F6062C8F1AD000123456 /* OpenIAP */ = { |
421 | 421 | isa = XCSwiftPackageProductDependency; |
422 | 422 | package = C0E1F6052C8F1AD000123456 /* XCLocalSwiftPackageReference ".." */; |
423 | | - productName = IosIAP; |
| 423 | + productName = OpenIAP; |
424 | 424 | }; |
425 | 425 | /* End XCSwiftPackageProductDependency section */ |
426 | 426 | }; |
|
0 commit comments