Skip to content

Commit 605ec07

Browse files
author
Jonathan Crooke
committed
Xcode recommended project updates
project updates
1 parent 0f4c627 commit 605ec07

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

ComponentKit.xcodeproj/project.pbxproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@
506506
B3EECEBA1AC2366500BFC5DA /* Project object */ = {
507507
isa = PBXProject;
508508
attributes = {
509-
LastUpgradeCheck = 0610;
509+
LastUpgradeCheck = 0700;
510510
TargetAttributes = {
511511
A27380191AFD144100E6F222 = {
512512
CreatedOnToolsVersion = 6.3.1;
@@ -830,6 +830,7 @@
830830
);
831831
INFOPLIST_FILE = "ComponentKitTests/ComponentKitTests-Info.plist";
832832
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
833+
PRODUCT_BUNDLE_IDENTIFIER = "org.componentkit.$(PRODUCT_NAME:rfc1034identifier)";
833834
PRODUCT_NAME = "$(TARGET_NAME)";
834835
};
835836
name = Debug;
@@ -844,6 +845,7 @@
844845
);
845846
INFOPLIST_FILE = "ComponentKitTests/ComponentKitTests-Info.plist";
846847
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
848+
PRODUCT_BUNDLE_IDENTIFIER = "org.componentkit.$(PRODUCT_NAME:rfc1034identifier)";
847849
PRODUCT_NAME = "$(TARGET_NAME)";
848850
};
849851
name = Release;
@@ -863,6 +865,7 @@
863865
);
864866
INFOPLIST_FILE = "ComponentKitApplicationTests/ComponentKitApplicationTests-Info.plist";
865867
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
868+
PRODUCT_BUNDLE_IDENTIFIER = "org.componentkit.$(PRODUCT_NAME:rfc1034identifier)";
866869
PRODUCT_NAME = "$(TARGET_NAME)";
867870
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ComponentKit.app/ComponentKit";
868871
};
@@ -878,6 +881,7 @@
878881
);
879882
INFOPLIST_FILE = "ComponentKitApplicationTests/ComponentKitApplicationTests-Info.plist";
880883
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
884+
PRODUCT_BUNDLE_IDENTIFIER = "org.componentkit.$(PRODUCT_NAME:rfc1034identifier)";
881885
PRODUCT_NAME = "$(TARGET_NAME)";
882886
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ComponentKit.app/ComponentKit";
883887
};
@@ -898,6 +902,7 @@
898902
);
899903
INFOPLIST_FILE = "ComponentTextKitApplicationTests/ComponentTextKitApplicationTests-Info.plist";
900904
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
905+
PRODUCT_BUNDLE_IDENTIFIER = "org.componentkit.$(PRODUCT_NAME:rfc1034identifier)";
901906
PRODUCT_NAME = "$(TARGET_NAME)";
902907
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ComponentKit.app/ComponentKit";
903908
};
@@ -913,6 +918,7 @@
913918
);
914919
INFOPLIST_FILE = "ComponentTextKitApplicationTests/ComponentTextKitApplicationTests-Info.plist";
915920
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
921+
PRODUCT_BUNDLE_IDENTIFIER = "org.componentkit.$(PRODUCT_NAME:rfc1034identifier)";
916922
PRODUCT_NAME = "$(TARGET_NAME)";
917923
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ComponentKit.app/ComponentKit";
918924
};
@@ -938,6 +944,7 @@
938944
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
939945
COPY_PHASE_STRIP = NO;
940946
ENABLE_STRICT_OBJC_MSGSEND = YES;
947+
ENABLE_TESTABILITY = YES;
941948
GCC_C_LANGUAGE_STANDARD = gnu99;
942949
GCC_DYNAMIC_NO_PIC = NO;
943950
GCC_GENERATE_TEST_COVERAGE_FILES = YES;
@@ -1031,6 +1038,7 @@
10311038
GCC_WARN_UNUSED_PARAMETER = YES;
10321039
INFOPLIST_FILE = "ComponentKitApplicationTestsHost/ComponentKitApplicationTestsHost-Info.plist";
10331040
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1041+
PRODUCT_BUNDLE_IDENTIFIER = "org.componentkit.$(PRODUCT_NAME:rfc1034identifier)";
10341042
PRODUCT_NAME = "$(TARGET_NAME)";
10351043
};
10361044
name = Debug;
@@ -1068,6 +1076,7 @@
10681076
GCC_WARN_UNUSED_PARAMETER = YES;
10691077
INFOPLIST_FILE = "ComponentKitApplicationTestsHost/ComponentKitApplicationTestsHost-Info.plist";
10701078
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1079+
PRODUCT_BUNDLE_IDENTIFIER = "org.componentkit.$(PRODUCT_NAME:rfc1034identifier)";
10711080
PRODUCT_NAME = "$(TARGET_NAME)";
10721081
};
10731082
name = Release;

ComponentKit.xcodeproj/xcshareddata/xcschemes/ComponentKit.xcscheme

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0610"
3+
LastUpgradeVersion = "0700"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -79,10 +79,10 @@
7979
</BuildActionEntries>
8080
</BuildAction>
8181
<TestAction
82+
buildConfiguration = "Debug"
8283
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
8384
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
84-
shouldUseLaunchSchemeArgsEnv = "YES"
85-
buildConfiguration = "Debug">
85+
shouldUseLaunchSchemeArgsEnv = "YES">
8686
<Testables>
8787
<TestableReference
8888
skipped = "NO">
@@ -124,15 +124,18 @@
124124
ReferencedContainer = "container:ComponentKit.xcodeproj">
125125
</BuildableReference>
126126
</MacroExpansion>
127+
<AdditionalOptions>
128+
</AdditionalOptions>
127129
</TestAction>
128130
<LaunchAction
131+
buildConfiguration = "Debug"
129132
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
130133
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
131134
launchStyle = "0"
132135
useCustomWorkingDirectory = "NO"
133-
buildConfiguration = "Debug"
134136
ignoresPersistentStateOnLaunch = "NO"
135137
debugDocumentVersioning = "YES"
138+
debugServiceExtension = "internal"
136139
allowLocationSimulation = "YES">
137140
<BuildableProductRunnable
138141
runnableDebuggingMode = "0">
@@ -148,10 +151,10 @@
148151
</AdditionalOptions>
149152
</LaunchAction>
150153
<ProfileAction
154+
buildConfiguration = "Release"
151155
shouldUseLaunchSchemeArgsEnv = "YES"
152156
savedToolIdentifier = ""
153157
useCustomWorkingDirectory = "NO"
154-
buildConfiguration = "Release"
155158
debugDocumentVersioning = "YES">
156159
<BuildableProductRunnable
157160
runnableDebuggingMode = "0">

ComponentKitApplicationTests/ComponentKitApplicationTests-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>org.componentkit.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

ComponentKitApplicationTestsHost/ComponentKitApplicationTestsHost-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>org.componentkit.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

ComponentKitTests/ComponentKitTests-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>org.componentkit.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

ComponentTextKitApplicationTests/ComponentTextKitApplicationTests-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>org.componentkit.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

0 commit comments

Comments
 (0)