Skip to content

Commit

Permalink
Move PROVISIONING_PROFILE_SPECIFIER to xcconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jul 2, 2024
1 parent 6aa0f21 commit f84d787
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,6 @@
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = com.ellavandurpe.blocknotes;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match Development com.ellavandurpe.blocknotes";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match Development com.ellavandurpe.blocknotes catalyst";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand All @@ -410,9 +407,6 @@
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.ellavandurpe.blocknotes;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "match AppStore com.ellavandurpe.blocknotes";
"PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "match AppStore com.ellavandurpe.blocknotes catalyst";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand Down
3 changes: 3 additions & 0 deletions ios/App/App/Debug.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#include "Base.xcconfig"

CODE_SIGN_IDENTITY = Apple Development

PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*] = match Development com.ellavandurpe.blocknotes
PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*] = match Development com.ellavandurpe.blocknotes catalyst
3 changes: 3 additions & 0 deletions ios/App/App/Release.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#include "Base.xcconfig"

CODE_SIGN_IDENTITY = Apple Distribution

PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*] = match AppStore com.ellavandurpe.blocknotes
PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*] = match AppStore com.ellavandurpe.blocknotes catalyst

0 comments on commit f84d787

Please sign in to comment.