From cba247aaa0897a11164c83b288e17da32debf647 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Fri, 17 Jan 2025 15:13:11 -0800 Subject: [PATCH] restoring splash screen --- .../ios/Databag.xcodeproj/project.pbxproj | 14 ++++---- .../ios/Databag/Images.xcassets/.DS_Store | Bin 6148 -> 0 bytes .../ios/Databag/LaunchScreen.storyboard | 31 ++++++------------ 3 files changed, 16 insertions(+), 29 deletions(-) delete mode 100644 app/client/mobile/ios/Databag/Images.xcassets/.DS_Store diff --git a/app/client/mobile/ios/Databag.xcodeproj/project.pbxproj b/app/client/mobile/ios/Databag.xcodeproj/project.pbxproj index e83f7151..916140fe 100644 --- a/app/client/mobile/ios/Databag.xcodeproj/project.pbxproj +++ b/app/client/mobile/ios/Databag.xcodeproj/project.pbxproj @@ -16,6 +16,7 @@ 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; D1C6D9BEEAC47E1C73323937 /* Pods_Databag_DatabagTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 090757CEAF7E8ADAF5BD2FA0 /* Pods_Databag_DatabagTests.framework */; }; F072E6EA2D3701D9007511E6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = F072E6E92D3701D9007511E6 /* GoogleService-Info.plist */; }; + F0C4E50B2D3B1A95009FC1C9 /* login.png in Resources */ = {isa = PBXBuildFile; fileRef = F0C4E50A2D3B1A95009FC1C9 /* login.png */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -51,6 +52,7 @@ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; F072E6E92D3701D9007511E6 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; F072E6EB2D370868007511E6 /* Databag.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = Databag.entitlements; path = Databag/Databag.entitlements; sourceTree = ""; }; + F0C4E50A2D3B1A95009FC1C9 /* login.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = login.png; path = ../src/images/login.png; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -99,6 +101,7 @@ 13B07FB51A68108700A75B9A /* Images.xcassets */, 13B07FB61A68108700A75B9A /* Info.plist */, 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, + F0C4E50A2D3B1A95009FC1C9 /* login.png */, 13B07FB71A68108700A75B9A /* main.m */, 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, EA9B975EA9789519AEC0AE47 /* PrivacyInfo.xcprivacy */, @@ -256,6 +259,7 @@ buildActionMask = 2147483647; files = ( 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, + F0C4E50B2D3B1A95009FC1C9 /* login.png in Resources */, F072E6EA2D3701D9007511E6 /* GoogleService-Info.plist in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, 054418A1394B8F74B2D5F56A /* PrivacyInfo.xcprivacy in Resources */, @@ -640,10 +644,7 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; @@ -727,10 +728,7 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; diff --git a/app/client/mobile/ios/Databag/Images.xcassets/.DS_Store b/app/client/mobile/ios/Databag/Images.xcassets/.DS_Store deleted file mode 100644 index c2e322cc994dceeed3f5b6f3eb2c2aae3edcdd47..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyG{c!5S)b+k!T_+N`C7L_j@PEq<|EV0#ZNl6^@CF&@8FMq*}EYmUPBj<#mN)V$xyNd|2IV)uCA2&huNO z!@5L`Qa}n!6}Zgh%Ip6F{g3{CO43RSNP)9bz!saQ&6-cD+B$oj*V;yZrhCpe-Hr30 naENkDjB?C{m*bmA%Dm=t?stV_V$c~6I#E9Zu8T|x{I>!>CIc8i diff --git a/app/client/mobile/ios/Databag/LaunchScreen.storyboard b/app/client/mobile/ios/Databag/LaunchScreen.storyboard index ba57c3e8..14b9d7b1 100644 --- a/app/client/mobile/ios/Databag/LaunchScreen.storyboard +++ b/app/client/mobile/ios/Databag/LaunchScreen.storyboard @@ -1,9 +1,9 @@ - + - + @@ -16,27 +16,13 @@ - - + + + + - - - - - - - - - + @@ -44,4 +30,7 @@ + + +