From 425a3ade9ebbd874fc7172afdbfa91d861b49f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Tue, 20 Jun 2017 21:40:42 -0700 Subject: [ios, macos] Harmonize bundle identifiers For consistency with each other and with their product name and module name, the iOS and macOS map SDKs now have a bundle identifier of com.mapbox.Mapbox, whether in the form of a static or dynamic framework. The logging subsystem identifier has also been changed to match. --- platform/ios/ios.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platform/ios/ios.xcodeproj') diff --git a/platform/ios/ios.xcodeproj/project.pbxproj b/platform/ios/ios.xcodeproj/project.pbxproj index 78acfb46ec..dbb135f885 100644 --- a/platform/ios/ios.xcodeproj/project.pbxproj +++ b/platform/ios/ios.xcodeproj/project.pbxproj @@ -3750,7 +3750,7 @@ "$(mbgl_core_LINK_LIBRARIES)", "$(mbgl_filesource_LINK_LIBRARIES)", ); - PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.sdk.ios; + PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.Mapbox; PRODUCT_NAME = Mapbox; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3793,7 +3793,7 @@ "$(mbgl_core_LINK_LIBRARIES)", "$(mbgl_filesource_LINK_LIBRARIES)", ); - PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.sdk.ios; + PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.Mapbox; PRODUCT_NAME = Mapbox; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -3806,7 +3806,7 @@ isa = XCBuildConfiguration; buildSettings = { INFOPLIST_FILE = "framework/Info-static.plist"; - PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.sdk.ios; + PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.Mapbox; PRODUCT_NAME = Mapbox; SKIP_INSTALL = YES; WRAPPER_EXTENSION = bundle; @@ -3817,7 +3817,7 @@ isa = XCBuildConfiguration; buildSettings = { INFOPLIST_FILE = "framework/Info-static.plist"; - PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.sdk.ios; + PRODUCT_BUNDLE_IDENTIFIER = com.mapbox.Mapbox; PRODUCT_NAME = Mapbox; SKIP_INSTALL = YES; WRAPPER_EXTENSION = bundle; -- cgit v1.2.1