Skip to content

Commit

Permalink
Add capabilities and updated certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffyw committed Oct 9, 2024
1 parent 0b95d9c commit bd66623
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ios/App/ACC Hymns.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:acchymns.app</string>
</array>
</dict>
</plist>
4 changes: 4 additions & 0 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<group>"; };
2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = "<group>"; };
504EC3041FED79650016851F /* ACC Hymns.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ACC Hymns.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -60,6 +61,7 @@
504EC2FB1FED79650016851F = {
isa = PBXGroup;
children = (
1A53CCF02CB72A28001F4167 /* ACC Hymns.entitlements */,
504EC3061FED79650016851F /* App */,
504EC3051FED79650016851F /* Products */,
2F1D0C376943BD6F82798012 /* Pods */,
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit bd66623

Please sign in to comment.