From 4c8fb19c897440f093a9ac650470a9662e380730 Mon Sep 17 00:00:00 2001 From: Andrew Tavis McAllister Date: Wed, 14 Aug 2024 02:09:20 +0200 Subject: [PATCH] Add ability for English keyboard defaults to be defined --- English.entitlements | 10 ++++++++++ Scribe.xcodeproj/project.pbxproj | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 English.entitlements diff --git a/English.entitlements b/English.entitlements new file mode 100644 index 00000000..bfc5c2bf --- /dev/null +++ b/English.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.application-groups + + group.be.scri.userDefaultsContainer + + + diff --git a/Scribe.xcodeproj/project.pbxproj b/Scribe.xcodeproj/project.pbxproj index 923eebf3..6ecb7d56 100644 --- a/Scribe.xcodeproj/project.pbxproj +++ b/Scribe.xcodeproj/project.pbxproj @@ -990,6 +990,7 @@ D1D8B23B2AE4089C0070B817 /* Italian.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Italian.entitlements; sourceTree = ""; }; D1D8B23C2AE408AC0070B817 /* German.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = German.entitlements; sourceTree = ""; }; D1D8B23D2AE408C50070B817 /* French.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = French.entitlements; sourceTree = ""; }; + D1FF8ED12C6C282500EF50AC /* English.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = English.entitlements; sourceTree = ""; }; ED2486F12B0B4E8C0038AE6A /* AboutTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutTableViewCell.swift; sourceTree = ""; }; ED2486F22B0B4E8C0038AE6A /* AboutTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AboutTableViewCell.xib; sourceTree = ""; }; EDB460202B03B3E400BEA967 /* BaseTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseTableViewController.swift; sourceTree = ""; }; @@ -1191,6 +1192,7 @@ 38BD212722D5907E00C6795D = { isa = PBXGroup; children = ( + D1FF8ED12C6C282500EF50AC /* English.entitlements */, D1FECBC9270E1A1500C8BC60 /* Keyboards */, 38BD213222D5907F00C6795D /* Scribe */, D174F8A22756893200DCE106 /* CHANGELOG.md */, @@ -3468,6 +3470,7 @@ D1AFDF3B29CA66D00033BF27 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CODE_SIGN_ENTITLEMENTS = English.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; @@ -3493,6 +3496,7 @@ D1AFDF3C29CA66D00033BF27 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CODE_SIGN_ENTITLEMENTS = English.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1;