Skip to content

Commit

Permalink
Move Demo app entitlement to Demo sources folder for consistency
Browse files Browse the repository at this point in the history
For consistency with where the App Clip entitlements file is, that is.
  • Loading branch information
mokagio committed Feb 7, 2025
1 parent 89aa1c3 commit c11c843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions Demo/Gravatar-Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
49C5D6012B5B33E20067C2A8 = {
isa = PBXGroup;
children = (
1E09931F2CF76A870031D33A /* Gravatar Demo.entitlements */,
49C5D60C2B5B33E20067C2A8 /* Demo */,
4948C4E92B61C3FD00AC4875 /* Gravatar-SDK-iOS */,
3FA7E38C2D55911800CE5611 /* Demo-App-Clip */,
Expand All @@ -309,6 +308,7 @@
495775E02B5B34970082812A /* Gravatar-Demo */,
498060C82C6FF20B00C6848C /* Localizations */,
1E3FA23D2C74B7B5002901F2 /* Secrets.tpl */,
1E09931F2CF76A870031D33A /* Gravatar Demo.entitlements */,
);
path = Demo;
sourceTree = "<group>";
Expand Down Expand Up @@ -677,7 +677,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Gravatar Demo.entitlements";
CODE_SIGN_ENTITLEMENTS = "${SRCROOT}/Demo/Gravatar Demo.entitlements";
CODE_SIGN_STYLE = Manual;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = PZYM8XX95Q;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
Expand Down Expand Up @@ -710,7 +710,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "Gravatar Demo.entitlements";
CODE_SIGN_ENTITLEMENTS = "${SRCROOT}/Demo/Gravatar Demo.entitlements";
CODE_SIGN_STYLE = Manual;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
Expand Down

0 comments on commit c11c843

Please sign in to comment.