Skip to content

Commit

Permalink
update demo app bundle id
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Dec 19, 2024
1 parent 1103c48 commit a9522e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.adapty.adaptyuidemoapp;
PRODUCT_BUNDLE_IDENTIFIER = com.adapty.adaptydemoapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -461,7 +461,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.adapty.adaptyuidemoapp;
PRODUCT_BUNDLE_IDENTIFIER = com.adapty.adaptydemoapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down

0 comments on commit a9522e6

Please sign in to comment.