From ac9cca89b672b4f3a1f422d9168ea6df3a2714fe Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 14 Jan 2026 12:04:25 -0600 Subject: [PATCH] Add IDEFindNavigatorScopes, SecureStorgageSample --- SecureStorgageSample.xcodeproj/project.pbxproj | 2 ++ .../xcschemes/xcschememanagement.plist | 4 ++-- .../mattbruce.xcuserdatad/IDEFindNavigatorScopes.plist | 5 +++++ .../Models/AppGroupConfiguration.swift | 2 +- SecureStorgageSample/SecureStorgageSample.entitlements | 10 ++++++++++ 5 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 SecureStorgageSample.xcworkspace/xcuserdata/mattbruce.xcuserdatad/IDEFindNavigatorScopes.plist create mode 100644 SecureStorgageSample/SecureStorgageSample.entitlements 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 + + +