Skip to content

Commit 93d98d8

Browse files
Move entitlements file to proper place
1 parent 33a2f48 commit 93d98d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

swift-sdk.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@
754754
AC2263D520CF49B8009800EB = {
755755
isa = PBXGroup;
756756
children = (
757-
5BFC7CED27FC9AF300E77479 /* inbox-ui-tests-app.entitlements */,
758757
AC2263E120CF49B8009800EB /* swift-sdk */,
759758
AC90C4C520D8632E00EECA5D /* notification-extension */,
760759
ACFCA72920EB02DB00BFB277 /* tests */,
@@ -1210,6 +1209,7 @@
12101209
AC7B4B0123C6F9B500DB4758 /* Supporting Files */,
12111210
AC7B4B0023C6F99200DB4758 /* Test Files */,
12121211
ACDA975B23159C37004C412E /* AppDelegate.swift */,
1212+
5BFC7CED27FC9AF300E77479 /* inbox-ui-tests-app.entitlements */,
12131213
ACDA976223159C39004C412E /* Assets.xcassets */,
12141214
AC7B4AF823C6547A00DB4758 /* CustomInboxCell3.swift */,
12151215
AC7B4AF723C6547A00DB4758 /* CustomInboxCell3.xib */,
@@ -2590,7 +2590,7 @@
25902590
buildSettings = {
25912591
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
25922592
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2593-
CODE_SIGN_ENTITLEMENTS = "inbox-ui-tests-app.entitlements";
2593+
CODE_SIGN_ENTITLEMENTS = "tests/hosting-apps/inbox-ui-tests-app/inbox-ui-tests-app.entitlements";
25942594
CODE_SIGN_STYLE = Automatic;
25952595
DEVELOPMENT_TEAM = BP98Z28R86;
25962596
INFOPLIST_FILE = "tests/hosting-apps/inbox-ui-tests-app/Info.plist";
@@ -2614,7 +2614,7 @@
26142614
buildSettings = {
26152615
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
26162616
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2617-
CODE_SIGN_ENTITLEMENTS = "inbox-ui-tests-app.entitlements";
2617+
CODE_SIGN_ENTITLEMENTS = "tests/hosting-apps/inbox-ui-tests-app/inbox-ui-tests-app.entitlements";
26182618
CODE_SIGN_STYLE = Automatic;
26192619
DEVELOPMENT_TEAM = BP98Z28R86;
26202620
INFOPLIST_FILE = "tests/hosting-apps/inbox-ui-tests-app/Info.plist";

0 commit comments

Comments
 (0)