diff --git a/bitwarden-mobile.sln b/bitwarden-mobile.sln index 2834e5383..516491231 100644 --- a/bitwarden-mobile.sln +++ b/bitwarden-mobile.sln @@ -136,6 +136,7 @@ Global {1F78403F-9A28-405B-9289-B9DBEB55F074}.AppStore|x64.ActiveCfg = AppStore|iPhone {1F78403F-9A28-405B-9289-B9DBEB55F074}.AppStore|x86.ActiveCfg = AppStore|iPhone {1F78403F-9A28-405B-9289-B9DBEB55F074}.Debug|Any CPU.ActiveCfg = Debug|iPhone + {1F78403F-9A28-405B-9289-B9DBEB55F074}.Debug|Any CPU.Build.0 = Debug|iPhone {1F78403F-9A28-405B-9289-B9DBEB55F074}.Debug|ARM.ActiveCfg = Debug|iPhone {1F78403F-9A28-405B-9289-B9DBEB55F074}.Debug|iPhone.ActiveCfg = Debug|iPhone {1F78403F-9A28-405B-9289-B9DBEB55F074}.Debug|iPhone.Build.0 = Debug|iPhone @@ -264,6 +265,7 @@ Global {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}.AppStore|x64.ActiveCfg = AppStore|iPhone {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}.AppStore|x86.ActiveCfg = AppStore|iPhone {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}.Debug|Any CPU.ActiveCfg = Debug|iPhone + {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}.Debug|Any CPU.Build.0 = Debug|iPhone {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}.Debug|ARM.ActiveCfg = Debug|iPhone {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}.Debug|iPhone.ActiveCfg = Debug|iPhone {32F5A2D6-F54D-4DA1-AE26-0A980D48F422}.Debug|iPhone.Build.0 = Debug|iPhone @@ -312,9 +314,7 @@ Global {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Debug|x64.ActiveCfg = Debug|Any CPU - {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Debug|x64.Build.0 = Debug|Any CPU {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Debug|x86.ActiveCfg = Debug|Any CPU - {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Debug|x86.Build.0 = Debug|Any CPU {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Release|Any CPU.ActiveCfg = Release|Any CPU {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Release|Any CPU.Build.0 = Release|Any CPU {B2538ADA-B605-4D6F-ACD2-62A409680F84}.Release|ARM.ActiveCfg = Release|Any CPU diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index 784efb9bb..a46ae0e95 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -38,11 +38,6 @@ Icon-60@2x.png Icon-76.png Icon-76@2x.png - Default.png - Default@2x.png - Default-568h@2x.png - Default-Portrait.png - Default-Portrait@2x.png Icon-Small-50@2x.png Icon-Small-50.png Icon-Small-40.png @@ -56,8 +51,6 @@ 0.0.1 UIMainStoryboardFile~ipad LaunchScreen - UIStatusBarStyle - UIStatusBarStyleLightContent UIViewControllerBasedStatusBarAppearance CFBundleURLTypes @@ -66,11 +59,21 @@ CFBundleURLSchemes bitwarden - org-appextension-feature-password-management + org-appextension-feature-password-management CFBundleURLName com.bitwarden.vault.url + UIStatusBarTintParameters + + UINavigationBar + + Style + UIBarStyleBlack + Translucent + + + diff --git a/src/iOS/LaunchScreen.storyboard b/src/iOS/LaunchScreen.storyboard index 2059227ac..ced91723a 100644 --- a/src/iOS/LaunchScreen.storyboard +++ b/src/iOS/LaunchScreen.storyboard @@ -15,6 +15,22 @@ + + + + + + + + + + + + + + + + @@ -48,5 +64,9 @@ + + + + \ No newline at end of file diff --git a/src/iOS/Resources/Default-568h@2x.png b/src/iOS/Resources/Default-568h@2x.png deleted file mode 100644 index 25b4d9ee9..000000000 Binary files a/src/iOS/Resources/Default-568h@2x.png and /dev/null differ diff --git a/src/iOS/Resources/Default-Portrait.png b/src/iOS/Resources/Default-Portrait.png deleted file mode 100644 index d6d04a39a..000000000 Binary files a/src/iOS/Resources/Default-Portrait.png and /dev/null differ diff --git a/src/iOS/Resources/Default-Portrait@2x.png b/src/iOS/Resources/Default-Portrait@2x.png deleted file mode 100644 index b77e88661..000000000 Binary files a/src/iOS/Resources/Default-Portrait@2x.png and /dev/null differ diff --git a/src/iOS/Resources/Default.png b/src/iOS/Resources/Default.png deleted file mode 100644 index 9e727484b..000000000 Binary files a/src/iOS/Resources/Default.png and /dev/null differ diff --git a/src/iOS/Resources/Default@2x.png b/src/iOS/Resources/Default@2x.png deleted file mode 100644 index 19828559c..000000000 Binary files a/src/iOS/Resources/Default@2x.png and /dev/null differ diff --git a/src/iOS/Resources/logo.png b/src/iOS/Resources/logo.png new file mode 100644 index 000000000..33ced5b12 Binary files /dev/null and b/src/iOS/Resources/logo.png differ diff --git a/src/iOS/Resources/logo@2x.png b/src/iOS/Resources/logo@2x.png new file mode 100644 index 000000000..2a0ba60b9 Binary files /dev/null and b/src/iOS/Resources/logo@2x.png differ diff --git a/src/iOS/Resources/logo@3x.png b/src/iOS/Resources/logo@3x.png new file mode 100644 index 000000000..904731676 Binary files /dev/null and b/src/iOS/Resources/logo@3x.png differ diff --git a/src/iOS/iOS.csproj b/src/iOS/iOS.csproj index 2921d03a4..ad62de0ab 100644 --- a/src/iOS/iOS.csproj +++ b/src/iOS/iOS.csproj @@ -126,11 +126,6 @@ - - - - - @@ -365,6 +360,15 @@ + + + + + + + + +