|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 8E1846EB2E0AFF6000802D8B /* NetworkMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E1846EA2E0AFF5B00802D8B /* NetworkMonitor.swift */; };
|
11 | 11 | 8E1846EC2E0AFF6000802D8B /* NetworkMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E1846EA2E0AFF5B00802D8B /* NetworkMonitor.swift */; };
|
| 12 | + B536195B2E4B2D1B00B3E10D /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B536195A2E4B2D1B00B3E10D /* Launch Screen.storyboard */; }; |
| 13 | + B536195C2E4B2D1B00B3E10D /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B536195A2E4B2D1B00B3E10D /* Launch Screen.storyboard */; }; |
12 | 14 | D700B5F62C884C34000496D4 /* Mobileserver.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D76518BB2B1F8F7400DC03A9 /* Mobileserver.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
13 | 15 | D700B5FD2CA2FFAF000496D4 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76516322B1F3D1A00DC03A9 /* WebView.swift */; };
|
14 | 16 | D700B5FE2CA2FFAF000496D4 /* BitBoxAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76516082B1F3B1300DC03A9 /* BitBoxAppApp.swift */; };
|
|
74 | 76 |
|
75 | 77 | /* Begin PBXFileReference section */
|
76 | 78 | 8E1846EA2E0AFF5B00802D8B /* NetworkMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkMonitor.swift; sourceTree = "<group>"; };
|
| 79 | + B536195A2E4B2D1B00B3E10D /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; }; |
77 | 80 | D700B5F82C888CB9000496D4 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
|
78 | 81 | D700B5F92C986A3C000496D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
79 | 82 | D700B60A2CA2FFAF000496D4 /* BitBoxApp Testnet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "BitBoxApp Testnet.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
93 | 96 | D76518C12B1F910C00DC03A9 /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
|
94 | 97 | /* End PBXFileReference section */
|
95 | 98 |
|
| 99 | +/* Begin PBXFileSystemSynchronizedRootGroup section */ |
| 100 | + B536195D2E4B2D9E00B3E10D /* Assets */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Assets; sourceTree = "<group>"; }; |
| 101 | +/* End PBXFileSystemSynchronizedRootGroup section */ |
| 102 | + |
96 | 103 | /* Begin PBXFrameworksBuildPhase section */
|
97 | 104 | D700B5FF2CA2FFAF000496D4 /* Frameworks */ = {
|
98 | 105 | isa = PBXFrameworksBuildPhase;
|
|
130 | 137 | D76515FC2B1F3B1300DC03A9 = {
|
131 | 138 | isa = PBXGroup;
|
132 | 139 | children = (
|
| 140 | + B536195D2E4B2D9E00B3E10D /* Assets */, |
| 141 | + B536195A2E4B2D1B00B3E10D /* Launch Screen.storyboard */, |
133 | 142 | D700B5F82C888CB9000496D4 /* Config.xcconfig */,
|
134 | 143 | D76518BB2B1F8F7400DC03A9 /* Mobileserver.xcframework */,
|
135 | 144 | D76516072B1F3B1300DC03A9 /* BitBoxApp */,
|
|
216 | 225 | );
|
217 | 226 | dependencies = (
|
218 | 227 | );
|
| 228 | + fileSystemSynchronizedGroups = ( |
| 229 | + B536195D2E4B2D9E00B3E10D /* Assets */, |
| 230 | + ); |
219 | 231 | name = "BitBoxApp Testnet";
|
220 | 232 | productName = BitBoxApp;
|
221 | 233 | productReference = D700B60A2CA2FFAF000496D4 /* BitBoxApp Testnet.app */;
|
|
235 | 247 | );
|
236 | 248 | dependencies = (
|
237 | 249 | );
|
| 250 | + fileSystemSynchronizedGroups = ( |
| 251 | + B536195D2E4B2D9E00B3E10D /* Assets */, |
| 252 | + ); |
238 | 253 | name = BitBoxApp;
|
239 | 254 | productName = BitBoxApp;
|
240 | 255 | productReference = D76516052B1F3B1300DC03A9 /* BitBoxApp.app */;
|
|
327 | 342 | files = (
|
328 | 343 | D700B6022CA2FFAF000496D4 /* assets in Resources */,
|
329 | 344 | D700B6032CA2FFAF000496D4 /* Preview Assets.xcassets in Resources */,
|
| 345 | + B536195C2E4B2D1B00B3E10D /* Launch Screen.storyboard in Resources */, |
330 | 346 | D700B6042CA2FFAF000496D4 /* Assets.xcassets in Resources */,
|
331 | 347 | );
|
332 | 348 | runOnlyForDeploymentPostprocessing = 0;
|
|
337 | 353 | files = (
|
338 | 354 | D76518B62B1F45B300DC03A9 /* assets in Resources */,
|
339 | 355 | D76516102B1F3B1500DC03A9 /* Preview Assets.xcassets in Resources */,
|
| 356 | + B536195B2E4B2D1B00B3E10D /* Launch Screen.storyboard in Resources */, |
340 | 357 | D765160D2B1F3B1500DC03A9 /* Assets.xcassets in Resources */,
|
341 | 358 | );
|
342 | 359 | runOnlyForDeploymentPostprocessing = 0;
|
|
468 | 485 | INFOPLIST_KEY_CFBundleDisplayName = "BitBoxApp Testnet";
|
469 | 486 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
470 | 487 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
471 |
| - INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
| 488 | + INFOPLIST_KEY_UILaunchScreen_Generation = NO; |
| 489 | + INFOPLIST_KEY_UILaunchStoryboardName = "Launch Screen"; |
472 | 490 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
473 |
| - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait"; |
| 491 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait; |
474 | 492 | IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
475 | 493 | LD_RUNPATH_SEARCH_PATHS = (
|
476 | 494 | "$(inherited)",
|
|
500 | 518 | INFOPLIST_KEY_CFBundleDisplayName = "BitBoxApp Testnet";
|
501 | 519 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
502 | 520 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
503 |
| - INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
| 521 | + INFOPLIST_KEY_UILaunchScreen_Generation = NO; |
| 522 | + INFOPLIST_KEY_UILaunchStoryboardName = "Launch Screen"; |
504 | 523 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
505 |
| - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait"; |
| 524 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait; |
506 | 525 | IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
507 | 526 | LD_RUNPATH_SEARCH_PATHS = (
|
508 | 527 | "$(inherited)",
|
|
648 | 667 | INFOPLIST_KEY_CFBundleDisplayName = BitBoxApp;
|
649 | 668 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
650 | 669 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
651 |
| - INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
| 670 | + INFOPLIST_KEY_UILaunchScreen_Generation = NO; |
| 671 | + INFOPLIST_KEY_UILaunchStoryboardName = "Launch Screen"; |
652 | 672 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
653 |
| - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait"; |
| 673 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait; |
654 | 674 | IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
655 | 675 | LD_RUNPATH_SEARCH_PATHS = (
|
656 | 676 | "$(inherited)",
|
|
679 | 699 | INFOPLIST_KEY_CFBundleDisplayName = BitBoxApp;
|
680 | 700 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
681 | 701 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
682 |
| - INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
| 702 | + INFOPLIST_KEY_UILaunchScreen_Generation = NO; |
| 703 | + INFOPLIST_KEY_UILaunchStoryboardName = "Launch Screen"; |
683 | 704 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
684 |
| - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait"; |
| 705 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = UIInterfaceOrientationPortrait; |
685 | 706 | IPHONEOS_DEPLOYMENT_TARGET = 16.0;
|
686 | 707 | LD_RUNPATH_SEARCH_PATHS = (
|
687 | 708 | "$(inherited)",
|
|
0 commit comments