Skip to content

Commit

Permalink
Fix provisioning mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffyw authored and Nomalah committed Oct 9, 2024
1 parent 0bb335a commit da4707f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.ChristopherW.acchmns;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Publishing Profile";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = October2024PublishingProvision;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down Expand Up @@ -406,7 +406,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.ChristopherW.acchmns;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Publishing Profile";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = October2024PublishingProvision;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit da4707f

Please sign in to comment.