Skip to content

Commit 73a36f6

Browse files
committed
Merge pull request #211 from BoltsFramework/nlutsenko.xcode72
Use PRODUCT_BUNDLE_IDENTIFIER build setting for all targets.
2 parents 35c683c + 4138a3a commit 73a36f6

22 files changed

+25
-12
lines changed

Bolts.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@
984984
8E9C3CE117DE9DE000427E62 /* Project object */ = {
985985
isa = PBXProject;
986986
attributes = {
987-
LastUpgradeCheck = 0710;
987+
LastUpgradeCheck = 0720;
988988
ORGANIZATIONNAME = "Parse Inc.";
989989
TargetAttributes = {
990990
8E8C8F1817F241DA00E3F1C7 = {
@@ -1300,6 +1300,7 @@
13001300
INFOPLIST_FILE = "BoltsTestUI/BoltsTestUI-Info.plist";
13011301
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
13021302
"IPHONEOS_DEPLOYMENT_TARGET[arch=arm64]" = 6.0;
1303+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.ios.testapp;
13031304
PRODUCT_NAME = "$(TARGET_NAME)";
13041305
SDKROOT = iphoneos;
13051306
TARGETED_DEVICE_FAMILY = "1,2";
@@ -1325,6 +1326,7 @@
13251326
INFOPLIST_FILE = "BoltsTestUI/BoltsTestUI-Info.plist";
13261327
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
13271328
"IPHONEOS_DEPLOYMENT_TARGET[arch=arm64]" = 6.0;
1329+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.ios.testapp;
13281330
PRODUCT_NAME = "$(TARGET_NAME)";
13291331
SDKROOT = iphoneos;
13301332
TARGETED_DEVICE_FAMILY = "1,2";

Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-OSX.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-iOS-Dynamic.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-iOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-tvOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Bolts.xcodeproj/xcshareddata/xcschemes/Bolts-watchOS.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0710"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Bolts/Resources/Mac-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.bolts.boltsmac</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

Bolts/Resources/iOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>Bolts</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.bolts.bolts-ios</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundlePackageType</key>

Bolts/Resources/tvOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.bolts.boltstv</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

Bolts/Resources/watchOS-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.bolts.watchos</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

BoltsTestUI/BoltsTestUI-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>bolts.${PRODUCT_NAME:rfc1034identifier}</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

BoltsTests/BoltsTests-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>${EXECUTABLE_NAME}</string>
99
<key>CFBundleIdentifier</key>
10-
<string>com.parse.${PRODUCT_NAME:rfc1034identifier}</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundlePackageType</key>

Configurations/Bolts-OSX.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Shared/Product/Framework.xcconfig"
1212

1313
PRODUCT_NAME = Bolts
14+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.osx
1415
MACOSX_DEPLOYMENT_TARGET = 10.8
1516

1617
MACH_O_TYPE = mh_dylib

Configurations/Bolts-iOS-Dynamic.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Shared/Product/Framework.xcconfig"
1212

1313
PRODUCT_NAME = Bolts
14+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.ios
1415
IPHONEOS_DEPLOYMENT_TARGET = 8.0
1516

1617
MACH_O_TYPE = mh_dylib

Configurations/Bolts-iOS.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Shared/Product/Framework.xcconfig"
1212

1313
PRODUCT_NAME = Bolts
14+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.ios
1415
IPHONEOS_DEPLOYMENT_TARGET = 6.0
1516

1617
MACH_O_TYPE = staticlib

Configurations/Bolts-tvOS-Dynamic.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Shared/Product/Framework.xcconfig"
1212

1313
PRODUCT_NAME = Bolts
14+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.tvos
1415

1516
MACH_O_TYPE = mh_dylib
1617
DYLIB_INSTALL_NAME_BASE = @rpath

Configurations/Bolts-tvOS.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Shared/Product/Framework.xcconfig"
1212

1313
PRODUCT_NAME = Bolts
14+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.tvos
1415

1516
MACH_O_TYPE = staticlib
1617

Configurations/Bolts-watchOS-Dynamic.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Shared/Product/Framework.xcconfig"
1212

1313
PRODUCT_NAME = Bolts
14+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.watchos
1415
WATCHOS_DEPLOYMENT_TARGET = 2.0
1516

1617
MACH_O_TYPE = mh_dylib

Configurations/Bolts-watchOS.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Shared/Product/Framework.xcconfig"
1212

1313
PRODUCT_NAME = Bolts
14+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.watchos
1415
WATCHOS_DEPLOYMENT_TARGET = 2.0
1516

1617
MACH_O_TYPE = staticlib

Configurations/BoltsTests-OSX.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
PRODUCT_NAME = BoltsTests-OSX
1414
PRODUCT_MODULE_NAME = BoltsTests
15+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.osx.tests
16+
1517
MACOSX_DEPLOYMENT_TARGET = 10.8
1618

1719
INFOPLIST_FILE = BoltsTests/BoltsTests-Info.plist

Configurations/BoltsTests-iOS.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
PRODUCT_NAME = BoltsTests-iOS
1414
PRODUCT_MODULE_NAME = BoltsTests
15+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.ios.tests
1516

1617
IPHONEOS_DEPLOYMENT_TARGET = 6.0
1718

Configurations/BoltsTests-tvOS.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
PRODUCT_NAME = BoltsTests-tvOS
1414
PRODUCT_MODULE_NAME = BoltsTests
15+
PRODUCT_BUNDLE_IDENTIFIER = com.bolts.tvos.tests
1516

1617
INFOPLIST_FILE = BoltsTests/BoltsTests-Info.plist
1718

0 commit comments

Comments
 (0)