Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit b719be4

Browse files
committed
Fixed entitlement issue
1 parent 5437aa4 commit b719be4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Slide for Reddit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,9 +2688,9 @@
26882688
CLANG_ENABLE_OBJC_WEAK = YES;
26892689
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
26902690
CODE_SIGN_ENTITLEMENTS = "";
2691-
CODE_SIGN_IDENTITY = "iPhone Distribution";
2691+
CODE_SIGN_IDENTITY = "Apple Development";
26922692
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2693-
CODE_SIGN_STYLE = Manual;
2693+
CODE_SIGN_STYLE = Automatic;
26942694
CURRENT_PROJECT_VERSION = 210;
26952695
DEVELOPMENT_TEAM = FTT89576VQ;
26962696
GCC_C_LANGUAGE_STANDARD = gnu11;
@@ -2700,7 +2700,7 @@
27002700
MTL_FAST_MATH = YES;
27012701
PRODUCT_BUNDLE_IDENTIFIER = ccrama.me.redditslide.watchkitapp;
27022702
PRODUCT_NAME = "$(TARGET_NAME)";
2703-
PROVISIONING_PROFILE_SPECIFIER = "match AppStore *";
2703+
PROVISIONING_PROFILE_SPECIFIER = "";
27042704
SDKROOT = watchos;
27052705
SKIP_INSTALL = YES;
27062706
SWIFT_VERSION = 4.2;

0 commit comments

Comments
 (0)