Skip to content

Commit

Permalink
Add entitlements for push notifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
BarnumD committed Feb 9, 2024
1 parent 762f451 commit 0e89910
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Wycliffe MyPD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
9112B2532B606751006483B5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9112B2542B606751006483B5 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9112B2552B606751006483B5 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
91DA5DC02B7670B90056FE20 /* Wycliffe MyPD.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Wycliffe MyPD.entitlements"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -64,6 +65,7 @@
9112B2352B6025FB006483B5 /* Wycliffe MyPD */ = {
isa = PBXGroup;
children = (
91DA5DC02B7670B90056FE20 /* Wycliffe MyPD.entitlements */,
9112B24B2B60572E006483B5 /* Wycliffe-MyPD-Info.plist */,
9112B23A2B6025FD006483B5 /* Assets.xcassets */,
9112B23C2B6025FD006483B5 /* Preview Content */,
Expand Down Expand Up @@ -326,6 +328,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Wycliffe MyPD/Wycliffe MyPD.entitlements";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -369,6 +372,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "Wycliffe MyPD/Wycliffe MyPD.entitlements";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
Expand Down
8 changes: 8 additions & 0 deletions Wycliffe MyPD/Wycliffe MyPD.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>aps-environment</key>
<string>development</string>
</dict>
</plist>

0 comments on commit 0e89910

Please sign in to comment.