From bd666238d276d2dda997eb814787d865e5f18bd7 Mon Sep 17 00:00:00 2001 From: Christoffyw Date: Wed, 9 Oct 2024 17:36:53 -0400 Subject: [PATCH] Add capabilities and updated certs --- ios/App/ACC Hymns.entitlements | 10 ++++++++++ ios/App/App.xcodeproj/project.pbxproj | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 ios/App/ACC Hymns.entitlements diff --git a/ios/App/ACC Hymns.entitlements b/ios/App/ACC Hymns.entitlements new file mode 100644 index 00000000..3b5b786f --- /dev/null +++ b/ios/App/ACC Hymns.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.developer.associated-domains + + applinks:acchymns.app + + + diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index e8dbaee7..83a3ee9d 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -18,6 +18,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + 1A53CCF02CB72A28001F4167 /* ACC Hymns.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "ACC Hymns.entitlements"; sourceTree = ""; }; 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = ""; }; 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = ""; }; 504EC3041FED79650016851F /* ACC Hymns.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ACC Hymns.app"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -60,6 +61,7 @@ 504EC2FB1FED79650016851F = { isa = PBXGroup; children = ( + 1A53CCF02CB72A28001F4167 /* ACC Hymns.entitlements */, 504EC3061FED79650016851F /* App */, 504EC3051FED79650016851F /* Products */, 2F1D0C376943BD6F82798012 /* Pods */, @@ -359,6 +361,7 @@ baseConfigurationReference = 63B86B81758B1151DBD7C508 /* Pods-ACC Hymns.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_ENTITLEMENTS = "ACC Hymns.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; @@ -387,6 +390,7 @@ baseConfigurationReference = 7AE4EA886492378C06EF6FDD /* Pods-ACC Hymns.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_ENTITLEMENTS = "ACC Hymns.entitlements"; CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual;