Skip to content

Commit 654c485

Browse files
author
Jan Weiß
committed
Project upgraded by Xcode 7.2.1.
1 parent f32c284 commit 654c485

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

TestProject/Objective-C-Regex-Categories.xcodeproj/project.pbxproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
BC7CC7C71848F63D007FCB6B /* Project object */ = {
237237
isa = PBXProject;
238238
attributes = {
239-
LastUpgradeCheck = 0500;
239+
LastUpgradeCheck = 0720;
240240
ORGANIZATIONNAME = "Bendy Tree";
241241
TargetAttributes = {
242242
BC7CC7E91848F63E007FCB6B = {
@@ -348,7 +348,6 @@
348348
isa = XCBuildConfiguration;
349349
buildSettings = {
350350
ALWAYS_SEARCH_USER_PATHS = NO;
351-
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
352351
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
353352
CLANG_CXX_LIBRARY = "libc++";
354353
CLANG_ENABLE_MODULES = YES;
@@ -363,6 +362,7 @@
363362
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
364363
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
365364
COPY_PHASE_STRIP = NO;
365+
ENABLE_TESTABILITY = YES;
366366
GCC_C_LANGUAGE_STANDARD = gnu99;
367367
GCC_DYNAMIC_NO_PIC = NO;
368368
GCC_OPTIMIZATION_LEVEL = 0;
@@ -388,7 +388,6 @@
388388
isa = XCBuildConfiguration;
389389
buildSettings = {
390390
ALWAYS_SEARCH_USER_PATHS = NO;
391-
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
392391
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
393392
CLANG_CXX_LIBRARY = "libc++";
394393
CLANG_ENABLE_MODULES = YES;
@@ -426,6 +425,7 @@
426425
GCC_PRECOMPILE_PREFIX_HEADER = YES;
427426
GCC_PREFIX_HEADER = "Objective-C-Regex-Categories/Objective-C-Regex-Categories-Prefix.pch";
428427
INFOPLIST_FILE = "Objective-C-Regex-Categories/Objective-C-Regex-Categories-Info.plist";
428+
PRODUCT_BUNDLE_IDENTIFIER = "com.bendytree.${PRODUCT_NAME:rfc1034identifier}";
429429
PRODUCT_NAME = "$(TARGET_NAME)";
430430
WRAPPER_EXTENSION = app;
431431
};
@@ -439,6 +439,7 @@
439439
GCC_PRECOMPILE_PREFIX_HEADER = YES;
440440
GCC_PREFIX_HEADER = "Objective-C-Regex-Categories/Objective-C-Regex-Categories-Prefix.pch";
441441
INFOPLIST_FILE = "Objective-C-Regex-Categories/Objective-C-Regex-Categories-Info.plist";
442+
PRODUCT_BUNDLE_IDENTIFIER = "com.bendytree.${PRODUCT_NAME:rfc1034identifier}";
442443
PRODUCT_NAME = "$(TARGET_NAME)";
443444
WRAPPER_EXTENSION = app;
444445
};
@@ -447,7 +448,6 @@
447448
BC7CC7FF1848F63E007FCB6B /* Debug */ = {
448449
isa = XCBuildConfiguration;
449450
buildSettings = {
450-
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
451451
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Objective-C-Regex-Categories.app/Objective-C-Regex-Categories";
452452
FRAMEWORK_SEARCH_PATHS = (
453453
"$(SDKROOT)/Developer/Library/Frameworks",
@@ -461,6 +461,7 @@
461461
"$(inherited)",
462462
);
463463
INFOPLIST_FILE = "Objective-C-Regex-CategoriesTests/Objective-C-Regex-CategoriesTests-Info.plist";
464+
PRODUCT_BUNDLE_IDENTIFIER = "com.bendytree.${PRODUCT_NAME:rfc1034identifier}";
464465
PRODUCT_NAME = "$(TARGET_NAME)";
465466
TEST_HOST = "$(BUNDLE_LOADER)";
466467
WRAPPER_EXTENSION = xctest;
@@ -470,7 +471,6 @@
470471
BC7CC8001848F63E007FCB6B /* Release */ = {
471472
isa = XCBuildConfiguration;
472473
buildSettings = {
473-
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
474474
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Objective-C-Regex-Categories.app/Objective-C-Regex-Categories";
475475
FRAMEWORK_SEARCH_PATHS = (
476476
"$(SDKROOT)/Developer/Library/Frameworks",
@@ -480,6 +480,7 @@
480480
GCC_PRECOMPILE_PREFIX_HEADER = YES;
481481
GCC_PREFIX_HEADER = "Objective-C-Regex-Categories/Objective-C-Regex-Categories-Prefix.pch";
482482
INFOPLIST_FILE = "Objective-C-Regex-CategoriesTests/Objective-C-Regex-CategoriesTests-Info.plist";
483+
PRODUCT_BUNDLE_IDENTIFIER = "com.bendytree.${PRODUCT_NAME:rfc1034identifier}";
483484
PRODUCT_NAME = "$(TARGET_NAME)";
484485
TEST_HOST = "$(BUNDLE_LOADER)";
485486
WRAPPER_EXTENSION = xctest;

TestProject/Objective-C-Regex-Categories.xcodeproj/xcshareddata/xcschemes/Objective-C-Regex-Categories.xcscheme

Lines changed: 12 additions & 7 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 = "0500"
3+
LastUpgradeVersion = "0720"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -37,10 +37,10 @@
3737
</BuildActionEntries>
3838
</BuildAction>
3939
<TestAction
40+
buildConfiguration = "Debug"
4041
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4142
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
42-
shouldUseLaunchSchemeArgsEnv = "YES"
43-
buildConfiguration = "Debug">
43+
shouldUseLaunchSchemeArgsEnv = "YES">
4444
<Testables>
4545
<TestableReference
4646
skipped = "NO">
@@ -62,17 +62,21 @@
6262
ReferencedContainer = "container:Objective-C-Regex-Categories.xcodeproj">
6363
</BuildableReference>
6464
</MacroExpansion>
65+
<AdditionalOptions>
66+
</AdditionalOptions>
6567
</TestAction>
6668
<LaunchAction
69+
buildConfiguration = "Debug"
6770
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6871
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
6972
launchStyle = "0"
7073
useCustomWorkingDirectory = "NO"
71-
buildConfiguration = "Debug"
7274
ignoresPersistentStateOnLaunch = "NO"
7375
debugDocumentVersioning = "YES"
76+
debugServiceExtension = "internal"
7477
allowLocationSimulation = "YES">
75-
<BuildableProductRunnable>
78+
<BuildableProductRunnable
79+
runnableDebuggingMode = "0">
7680
<BuildableReference
7781
BuildableIdentifier = "primary"
7882
BlueprintIdentifier = "BC7CC7CE1848F63D007FCB6B"
@@ -85,12 +89,13 @@
8589
</AdditionalOptions>
8690
</LaunchAction>
8791
<ProfileAction
92+
buildConfiguration = "Release"
8893
shouldUseLaunchSchemeArgsEnv = "YES"
8994
savedToolIdentifier = ""
9095
useCustomWorkingDirectory = "NO"
91-
buildConfiguration = "Release"
9296
debugDocumentVersioning = "YES">
93-
<BuildableProductRunnable>
97+
<BuildableProductRunnable
98+
runnableDebuggingMode = "0">
9499
<BuildableReference
95100
BuildableIdentifier = "primary"
96101
BlueprintIdentifier = "BC7CC7CE1848F63D007FCB6B"

TestProject/Objective-C-Regex-Categories/Objective-C-Regex-Categories-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>com.bendytree.${PRODUCT_NAME:rfc1034identifier}</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

TestProject/Objective-C-Regex-CategoriesTests/Objective-C-Regex-CategoriesTests-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.bendytree.${PRODUCT_NAME:rfc1034identifier}</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)