diff --git a/src/Android/Properties/AndroidManifest.xml b/src/Android/Properties/AndroidManifest.xml index ee3882d8d..bdd2d3640 100644 --- a/src/Android/Properties/AndroidManifest.xml +++ b/src/Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/src/iOS.Autofill/Info.plist b/src/iOS.Autofill/Info.plist index 43577e901..da0be76a8 100644 --- a/src/iOS.Autofill/Info.plist +++ b/src/iOS.Autofill/Info.plist @@ -13,11 +13,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.19.2 + 1.19.3 CFBundleSignature ???? CFBundleVersion - 39 + 40 NSExtension NSExtensionMainStoryboard diff --git a/src/iOS.Extension/Info.plist b/src/iOS.Extension/Info.plist index e41452971..dfe73c9d4 100644 --- a/src/iOS.Extension/Info.plist +++ b/src/iOS.Extension/Info.plist @@ -13,11 +13,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 1.19.2 + 1.19.3 CFBundleSignature ???? CFBundleVersion - 39 + 40 NSExtension NSExtensionAttributes diff --git a/src/iOS/AppDelegate.cs b/src/iOS/AppDelegate.cs index 6468fef7c..097ebb918 100644 --- a/src/iOS/AppDelegate.cs +++ b/src/iOS/AppDelegate.cs @@ -158,14 +158,14 @@ namespace Bit.iOS MessagingCenter.Subscribe>( Xamarin.Forms.Application.Current, "UpsertedCipher", async (sender, data) => { - if (_deviceInfoService.Version >= 12) + if(_deviceInfoService.Version >= 12) { - if (await ASHelpers.IdentitiesCanIncremental()) + if(await ASHelpers.IdentitiesCanIncremental()) { - if (data.Item2) + if(data.Item2) { var identity = await ASHelpers.GetCipherIdentityAsync(data.Item1, _cipherService); - if (identity == null) + if(identity == null) { return; } @@ -181,12 +181,12 @@ namespace Bit.iOS MessagingCenter.Subscribe( Xamarin.Forms.Application.Current, "DeletedCipher", async (sender, cipher) => { - if (_deviceInfoService.Version >= 12) + if(_deviceInfoService.Version >= 12) { - if (await ASHelpers.IdentitiesCanIncremental()) + if(await ASHelpers.IdentitiesCanIncremental()) { var identity = ASHelpers.ToCredentialIdentity(cipher); - if (identity == null) + if(identity == null) { return; } diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index 7ed97703b..3bf94604c 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -28,11 +28,11 @@ CFBundleIdentifier com.8bit.bitwarden CFBundleVersion - 39 + 40 UILaunchStoryboardName LaunchScreen CFBundleShortVersionString - 1.19.2 + 1.19.3 UIMainStoryboardFile~ipad LaunchScreen UIViewControllerBasedStatusBarAppearance