Use correct bundle ID for extensions in beta app

This commit is contained in:
Danny Moesch 2020-09-06 14:15:30 +02:00 committed by Mingshen Sun
parent 6044098278
commit 8459af4196
2 changed files with 9 additions and 1 deletions

View file

@ -1885,6 +1885,7 @@
);
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_SWIFT_FLAGS = "-D BETA";
PRODUCT_BUNDLE_IDENTIFIER = me.mssun.passforiosbeta;
PRODUCT_NAME = "Pass Beta";
SDKROOT = iphoneos;