From 03d3c5921a643c75adba49d5fd5aaf35825bfcd1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 22 Jun 2016 23:50:25 -0400 Subject: [PATCH] changed bundleid and added appgroup entitlements --- src/iOS.Extension/Entitlements.plist | 7 ++++++- src/iOS.Extension/Info.plist | 16 ++++++++-------- src/iOS.Extension/iOS.Extension.csproj | 19 +++++++++++++++++-- src/iOS/Entitlements.plist | 7 ++++++- src/iOS/Info.plist | 4 ++-- src/iOS/iOS.csproj | 9 ++------- 6 files changed, 41 insertions(+), 21 deletions(-) diff --git a/src/iOS.Extension/Entitlements.plist b/src/iOS.Extension/Entitlements.plist index 0c67376eb..6b75e3df4 100644 --- a/src/iOS.Extension/Entitlements.plist +++ b/src/iOS.Extension/Entitlements.plist @@ -1,5 +1,10 @@ - + + com.apple.security.application-groups + + group.com.8bit.bitwarden + + diff --git a/src/iOS.Extension/Info.plist b/src/iOS.Extension/Info.plist index fc958866e..d625e4205 100644 --- a/src/iOS.Extension/Info.plist +++ b/src/iOS.Extension/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable iOS.Extension CFBundleIdentifier - com.bitwarden.vault.extension + com.8bit.bitwarden.extension CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -29,18 +29,18 @@ NSExtensionJavaScriptPreprocessingFile extension NSExtensionActivationRule - SUBQUERY ( + SUBQUERY ( extensionItems, $extensionItem, SUBQUERY ( $extensionItem.attachments, $attachment, - ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" - || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.find-login-action" - || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.save-login-action" - || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.change-password-action" - || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.fill-webview-action" - || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.fill-browser-action" + ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.find-login-action" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.save-login-action" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.change-password-action" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.fill-webview-action" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.fill-browser-action" ).@count == $extensionItem.attachments.@count ).@count == 1 NSExtensionPointName diff --git a/src/iOS.Extension/iOS.Extension.csproj b/src/iOS.Extension/iOS.Extension.csproj index 2c1fcf3be..db064ad74 100644 --- a/src/iOS.Extension/iOS.Extension.csproj +++ b/src/iOS.Extension/iOS.Extension.csproj @@ -47,10 +47,25 @@ prompt 4 false - ARMv7, ARM64 + ARMv7 Entitlements.plist iPhone Developer - true + True + + + + 9.3 + None + False + False + False + False + False + False + True + False + False + none diff --git a/src/iOS/Entitlements.plist b/src/iOS/Entitlements.plist index 0c67376eb..6b75e3df4 100644 --- a/src/iOS/Entitlements.plist +++ b/src/iOS/Entitlements.plist @@ -1,5 +1,10 @@ - + + com.apple.security.application-groups + + group.com.8bit.bitwarden + + diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index 89c0228d3..447a893bf 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -26,7 +26,7 @@ CFBundleDisplayName bitwarden CFBundleIdentifier - com.bitwarden.vault + com.8bit.bitwarden CFBundleVersion 1.0 CFBundleIconFiles @@ -62,7 +62,7 @@ org-appextension-feature-password-management CFBundleURLName - com.bitwarden.vault.url + com.8bit.bitwarden.url UIStatusBarTintParameters diff --git a/src/iOS/iOS.csproj b/src/iOS/iOS.csproj index 90107f2c6..545f0fd70 100644 --- a/src/iOS/iOS.csproj +++ b/src/iOS/iOS.csproj @@ -38,9 +38,9 @@ iPhone Developer - + Entitlements.plist none @@ -51,6 +51,7 @@ None i386, x86_64 false + Entitlements.plist true @@ -260,12 +261,6 @@ false false - - {32f5a2d6-f54d-4da1-ae26-0a980d48f422} - iOS.Extension - true - false -