Skip to content

Commit

Permalink
Certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Kreutz committed Aug 2, 2020
1 parent 459eb28 commit 77cd975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PasswordGenerator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = CredentialProvider/CredentialProvider.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 49K39S52K6;
INFOPLIST_FILE = CredentialProvider/Info.plist;
Expand All @@ -926,7 +926,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.rkreutz.PasswordGenerator.CredentialProvider;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Password Generator Credential Provider AppStore";
PROVISIONING_PROFILE_SPECIFIER = "Password Generator Credential Provider Development";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -937,7 +937,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = CredentialProvider/CredentialProvider.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = 49K39S52K6;
INFOPLIST_FILE = CredentialProvider/Info.plist;
Expand All @@ -948,7 +948,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.rkreutz.PasswordGenerator.CredentialProvider;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Password Generator Credential Provider AppStore";
PROVISIONING_PROFILE_SPECIFIER = "Password Generator Credential Provider Development";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit 77cd975

Please sign in to comment.