Skip to content

Commit

Permalink
Fix release provisioning profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Dec 13, 2023
1 parent f4337a6 commit dcf3b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnstoppableWallet/UnstoppableWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12261,7 +12261,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "io.horizontalsystems.bank-wallet.widget";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.horizontalsystems.bank-wallet.widget";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.horizontalsystems.bank-wallet.widget";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -12330,7 +12330,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "io.horizontalsystems.bank-wallet.intent";
PRODUCT_MODULE_NAME = IntentExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.horizontalsystems.bank-wallet.intent";
PROVISIONING_PROFILE_SPECIFIER = "match AppStore io.horizontalsystems.bank-wallet.intent";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down

0 comments on commit dcf3b29

Please sign in to comment.