Skip to content

Commit

Permalink
Fix bundle ID so Apple is not confused
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcmahon committed Nov 27, 2023
1 parent 196a38e commit 6b4ac71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RadioSpiral.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@
MARKETING_VERSION = 2.0.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
PRODUCT_BUNDLE_IDENTIFIER = com.pemungkah.RadioSpiral;
PRODUCT_BUNDLE_IDENTIFIER = com.pemungkah.radiospiral;
PRODUCT_NAME = RadioSpiral;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -771,7 +771,7 @@
MARKETING_VERSION = 2.0.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
PRODUCT_BUNDLE_IDENTIFIER = com.pemungkah.RadioSpiral;
PRODUCT_BUNDLE_IDENTIFIER = com.pemungkah.radiospiral;
PRODUCT_NAME = RadioSpiral;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 6b4ac71

Please sign in to comment.