Skip to content

Commit

Permalink
fix: choose correct certificate
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <git@manuelruck.de>
  • Loading branch information
Manuel Ruck committed Mar 26, 2024
1 parent 37ce1c8 commit 6fe8bc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/DemocracyNative.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = DemocracyNative/DemocracyNative.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 273;
DEVELOPMENT_TEAM = A4B84UJD7M;
Expand All @@ -540,7 +540,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "de.democracy-deutschland.clientapp";
PRODUCT_NAME = DemocracyNative;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development de.democracy-deutschland.clientapp";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore de.democracy-deutschland.clientapp";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
Expand All @@ -559,7 +559,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = DemocracyNative/DemocracyNative.entitlements;
CODE_SIGN_IDENTITY = "Apple Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 273;
DEVELOPMENT_TEAM = A4B84UJD7M;
Expand All @@ -580,7 +580,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "de.democracy-deutschland.clientapp";
PRODUCT_NAME = DemocracyNative;
PROVISIONING_PROFILE_SPECIFIER = "match AppStore de.democracy-deutschland.clientapp";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development de.democracy-deutschland.clientapp";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore de.democracy-deutschland.clientapp";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
Expand Down

0 comments on commit 6fe8bc1

Please sign in to comment.