Skip to content

Commit 59b00a1

Browse files
aaronbrethorstmxcl
authored andcommitted
Change the Product Bundle Identifier to be unique
Change the product bundle identifier from org.promisekit.foundation to org.promisekit.mapkit in order to prevent errors like "Found bundle at <PATH> with the same identifier (org.promisekit.Foundation) as bundle at <PATH 2>"
1 parent 266100d commit 59b00a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PMKMapKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
MACOSX_DEPLOYMENT_TARGET = 10.10;
295295
MTL_ENABLE_DEBUG_INFO = YES;
296296
ONLY_ACTIVE_ARCH = YES;
297-
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.Foundation;
297+
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.MapKit;
298298
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
299299
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
300300
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -345,7 +345,7 @@
345345
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
346346
MACOSX_DEPLOYMENT_TARGET = 10.10;
347347
MTL_ENABLE_DEBUG_INFO = NO;
348-
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.Foundation;
348+
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.MapKit;
349349
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx appletvsimulator appletvos";
350350
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
351351
TARGETED_DEVICE_FAMILY = "1,2,3,4";

0 commit comments

Comments
 (0)