diff --git a/SecureStorgageSample.xcodeproj/project.pbxproj b/SecureStorgageSample.xcodeproj/project.pbxproj
index 39a55ab..bdadf66 100644
--- a/SecureStorgageSample.xcodeproj/project.pbxproj
+++ b/SecureStorgageSample.xcodeproj/project.pbxproj
@@ -642,6 +642,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ CODE_SIGN_ENTITLEMENTS = SecureStorgageSample/SecureStorgageSample.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 6R7KLBPBLZ;
@@ -675,6 +676,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ CODE_SIGN_ENTITLEMENTS = SecureStorgageSample/SecureStorgageSample.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 6R7KLBPBLZ;
diff --git a/SecureStorgageSample.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist b/SecureStorgageSample.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist
index 6f8d15b..4571383 100644
--- a/SecureStorgageSample.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist
+++ b/SecureStorgageSample.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -7,7 +7,7 @@
SecureStorageSample Watch App.xcscheme_^#shared#^_
orderHint
- 3
+ 1
SecureStorageWatch Watch App.xcscheme_^#shared#^_
@@ -17,7 +17,7 @@
SecureStorgageSample.xcscheme_^#shared#^_
orderHint
- 2
+ 0
SecureStorgageSampleWatch.xcscheme_^#shared#^_
diff --git a/SecureStorgageSample.xcworkspace/xcuserdata/mattbruce.xcuserdatad/IDEFindNavigatorScopes.plist b/SecureStorgageSample.xcworkspace/xcuserdata/mattbruce.xcuserdatad/IDEFindNavigatorScopes.plist
new file mode 100644
index 0000000..5dd5da8
--- /dev/null
+++ b/SecureStorgageSample.xcworkspace/xcuserdata/mattbruce.xcuserdatad/IDEFindNavigatorScopes.plist
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/SecureStorgageSample/Models/AppGroupConfiguration.swift b/SecureStorgageSample/Models/AppGroupConfiguration.swift
index 47e8f0d..66fc835 100644
--- a/SecureStorgageSample/Models/AppGroupConfiguration.swift
+++ b/SecureStorgageSample/Models/AppGroupConfiguration.swift
@@ -1,5 +1,5 @@
import Foundation
enum AppGroupConfiguration {
- static let identifier = "group.com.example.securestorage"
+ static let identifier = "group.com.mbrucedogs.securestorage"
}
diff --git a/SecureStorgageSample/SecureStorgageSample.entitlements b/SecureStorgageSample/SecureStorgageSample.entitlements
new file mode 100644
index 0000000..15107bb
--- /dev/null
+++ b/SecureStorgageSample/SecureStorgageSample.entitlements
@@ -0,0 +1,10 @@
+
+
+
+
+ com.apple.security.application-groups
+
+ group.com.mbrucedogs.securestorage
+
+
+