|
16 | 16 | /* Begin PBXFileReference section */ |
17 | 17 | 05E67C72B2BDBC81379103CB /* Pods-iosApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iosApp.release.xcconfig"; path = "Target Support Files/Pods-iosApp/Pods-iosApp.release.xcconfig"; sourceTree = "<group>"; }; |
18 | 18 | 73FFDDCA9C728FEE3DFEF2F4 /* Pods-iosApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-iosApp.debug.xcconfig"; path = "Target Support Files/Pods-iosApp/Pods-iosApp.debug.xcconfig"; sourceTree = "<group>"; }; |
19 | | - A93A953729CC810C00F8E227 /* Kronos Multiplatform.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kronos Multiplatform.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 19 | + 751C49B92CF2A16F00D81888 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
| 20 | + A93A953729CC810C00F8E227 /* Kronos Multiplatform.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Kronos Multiplatform.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
20 | 21 | A93A953A29CC810C00F8E227 /* iosApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iosApp.swift; sourceTree = "<group>"; }; |
21 | 22 | A93A953E29CC810D00F8E227 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
22 | 23 | A93A954129CC810D00F8E227 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
|
65 | 66 | A93A953929CC810C00F8E227 /* iosApp */ = { |
66 | 67 | isa = PBXGroup; |
67 | 68 | children = ( |
| 69 | + 751C49B92CF2A16F00D81888 /* Info.plist */, |
68 | 70 | A93A953A29CC810C00F8E227 /* iosApp.swift */, |
69 | 71 | A93A953E29CC810D00F8E227 /* Assets.xcassets */, |
70 | 72 | A93A954029CC810D00F8E227 /* Preview Content */, |
|
99 | 101 | A93A953329CC810C00F8E227 /* Sources */, |
100 | 102 | A93A953429CC810C00F8E227 /* Frameworks */, |
101 | 103 | A93A953529CC810C00F8E227 /* Resources */, |
| 104 | + FC29032C0717E1CCFA494848 /* [CP] Copy Pods Resources */, |
102 | 105 | ); |
103 | 106 | buildRules = ( |
104 | 107 | ); |
|
177 | 180 | 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"; |
178 | 181 | showEnvVarsInLog = 0; |
179 | 182 | }; |
| 183 | + FC29032C0717E1CCFA494848 /* [CP] Copy Pods Resources */ = { |
| 184 | + isa = PBXShellScriptBuildPhase; |
| 185 | + buildActionMask = 2147483647; |
| 186 | + files = ( |
| 187 | + ); |
| 188 | + inputFileListPaths = ( |
| 189 | + "${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources-${CONFIGURATION}-input-files.xcfilelist", |
| 190 | + ); |
| 191 | + name = "[CP] Copy Pods Resources"; |
| 192 | + outputFileListPaths = ( |
| 193 | + "${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources-${CONFIGURATION}-output-files.xcfilelist", |
| 194 | + ); |
| 195 | + runOnlyForDeploymentPostprocessing = 0; |
| 196 | + shellPath = /bin/sh; |
| 197 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-iosApp/Pods-iosApp-resources.sh\"\n"; |
| 198 | + showEnvVarsInLog = 0; |
| 199 | + }; |
180 | 200 | /* End PBXShellScriptBuildPhase section */ |
181 | 201 |
|
182 | 202 | /* Begin PBXSourcesBuildPhase section */ |
|
316 | 336 | DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\""; |
317 | 337 | ENABLE_PREVIEWS = YES; |
318 | 338 | GENERATE_INFOPLIST_FILE = YES; |
| 339 | + INFOPLIST_FILE = iosApp/Info.plist; |
319 | 340 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
320 | 341 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
321 | 342 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
345 | 366 | DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\""; |
346 | 367 | ENABLE_PREVIEWS = YES; |
347 | 368 | GENERATE_INFOPLIST_FILE = YES; |
| 369 | + INFOPLIST_FILE = iosApp/Info.plist; |
348 | 370 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
349 | 371 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
350 | 372 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
0 commit comments