Skip to content

Commit

Permalink
Fixed entitlement issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrama committed Nov 11, 2020
1 parent 5437aa4 commit b719be4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Slide for Reddit.xcodeproj/project.pbxproj
Expand Up @@ -2688,9 +2688,9 @@
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 210;
DEVELOPMENT_TEAM = FTT89576VQ;
GCC_C_LANGUAGE_STANDARD = gnu11;
Expand All @@ -2700,7 +2700,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = ccrama.me.redditslide.watchkitapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore *";
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.2;
Expand Down

0 comments on commit b719be4

Please sign in to comment.