Skip to content

Commit 426dc46

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.corelocation in order to prevent errors like "Found bundle at <PATH> with the same identifier (org.promisekit.Foundation) as bundle at <PATH 2>"
1 parent 0449120 commit 426dc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PMKCoreLocation.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
MACOSX_DEPLOYMENT_TARGET = 10.10;
298298
MTL_ENABLE_DEBUG_INFO = YES;
299299
ONLY_ACTIVE_ARCH = YES;
300-
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.Foundation;
300+
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.CoreLocation;
301301
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos macosx appletvsimulator appletvos";
302302
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
303303
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -347,7 +347,7 @@
347347
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
348348
MACOSX_DEPLOYMENT_TARGET = 10.10;
349349
MTL_ENABLE_DEBUG_INFO = NO;
350-
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.Foundation;
350+
PRODUCT_BUNDLE_IDENTIFIER = org.promisekit.CoreLocation;
351351
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos watchsimulator watchos macosx appletvsimulator appletvos";
352352
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
353353
TARGETED_DEVICE_FAMILY = "1,2,3,4";

0 commit comments

Comments
 (0)