Skip to content

Commit 17028ab

Browse files
committed
Accepted Xcode 9.1 project modernizations for the PlaygroundSupport project.
1 parent 2cc5596 commit 17028ab

File tree

11 files changed

+94
-39
lines changed

11 files changed

+94
-39
lines changed

PlaygroundSupport/PlaygroundSupport.xcodeproj/project.pbxproj

Lines changed: 66 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@
863863
attributes = {
864864
LastSwiftMigration = 0800;
865865
LastSwiftUpdateCheck = 0730;
866-
LastUpgradeCheck = 0800;
866+
LastUpgradeCheck = 0910;
867867
ORGANIZATIONNAME = "Apple Inc.";
868868
TargetAttributes = {
869869
5E36505A1B56D83300205D2D = {
@@ -1312,8 +1312,31 @@
13121312
1D7FD52118BFE00400C718C6 /* Debug */ = {
13131313
isa = XCBuildConfiguration;
13141314
buildSettings = {
1315+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1316+
CLANG_WARN_BOOL_CONVERSION = YES;
1317+
CLANG_WARN_COMMA = YES;
1318+
CLANG_WARN_CONSTANT_CONVERSION = YES;
1319+
CLANG_WARN_EMPTY_BODY = YES;
13151320
CLANG_WARN_ENUM_CONVERSION = YES;
1321+
CLANG_WARN_INFINITE_RECURSION = YES;
1322+
CLANG_WARN_INT_CONVERSION = YES;
1323+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1324+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
1325+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1326+
CLANG_WARN_STRICT_PROTOTYPES = YES;
1327+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
1328+
CLANG_WARN_UNREACHABLE_CODE = YES;
1329+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1330+
ENABLE_STRICT_OBJC_MSGSEND = YES;
1331+
ENABLE_TESTABILITY = YES;
1332+
GCC_NO_COMMON_BLOCKS = YES;
13161333
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1334+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
1335+
GCC_WARN_UNDECLARED_SELECTOR = YES;
1336+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
1337+
GCC_WARN_UNUSED_FUNCTION = YES;
1338+
GCC_WARN_UNUSED_VARIABLE = YES;
1339+
ONLY_ACTIVE_ARCH = YES;
13171340
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
13181341
SWIFT_STDLIB = swiftCore;
13191342
SWIFT_VERSION = 3.0;
@@ -1324,9 +1347,31 @@
13241347
1D7FD52218BFE00400C718C6 /* Release */ = {
13251348
isa = XCBuildConfiguration;
13261349
buildSettings = {
1350+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1351+
CLANG_WARN_BOOL_CONVERSION = YES;
1352+
CLANG_WARN_COMMA = YES;
1353+
CLANG_WARN_CONSTANT_CONVERSION = YES;
1354+
CLANG_WARN_EMPTY_BODY = YES;
13271355
CLANG_WARN_ENUM_CONVERSION = YES;
1356+
CLANG_WARN_INFINITE_RECURSION = YES;
1357+
CLANG_WARN_INT_CONVERSION = YES;
1358+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1359+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
1360+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1361+
CLANG_WARN_STRICT_PROTOTYPES = YES;
1362+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
1363+
CLANG_WARN_UNREACHABLE_CODE = YES;
1364+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13281365
ENABLE_NS_ASSERTIONS = NO;
1366+
ENABLE_STRICT_OBJC_MSGSEND = YES;
1367+
GCC_NO_COMMON_BLOCKS = YES;
13291368
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1369+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
1370+
GCC_WARN_UNDECLARED_SELECTOR = YES;
1371+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
1372+
GCC_WARN_UNUSED_FUNCTION = YES;
1373+
GCC_WARN_UNUSED_VARIABLE = YES;
1374+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
13301375
SWIFT_SKIP_IMPLICIT_STDLIB_RUNPATH_SEARCH_PATH = YES;
13311376
SWIFT_STDLIB = swiftCore;
13321377
SWIFT_VERSION = 3.0;
@@ -1337,7 +1382,6 @@
13371382
1DF4117618DCB596001CDFC7 /* Debug */ = {
13381383
isa = XCBuildConfiguration;
13391384
buildSettings = {
1340-
AXLE_ENABLE_DEBUG_INFO = YES;
13411385
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain;
13421386
DYLIB_COMPATIBILITY_VERSION = 1;
13431387
DYLIB_CURRENT_VERSION = 1;
@@ -1348,6 +1392,7 @@
13481392
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks";
13491393
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../../../ @loader_path/../../../../PrivateFrameworks/";
13501394
MACOSX_DEPLOYMENT_TARGET = 10.11;
1395+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
13511396
PRODUCT_NAME = XCPlayground;
13521397
SDKROOT = macosx;
13531398
SWIFT_INSTALL_OBJC_HEADER = NO;
@@ -1357,7 +1402,6 @@
13571402
1DF4117718DCB596001CDFC7 /* Release */ = {
13581403
isa = XCBuildConfiguration;
13591404
buildSettings = {
1360-
AXLE_ENABLE_DEBUG_INFO = NO;
13611405
DYLIB_COMPATIBILITY_VERSION = 1;
13621406
DYLIB_CURRENT_VERSION = 1;
13631407
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -1367,6 +1411,7 @@
13671411
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks";
13681412
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../../../ @loader_path/../../../../PrivateFrameworks/";
13691413
MACOSX_DEPLOYMENT_TARGET = 10.11;
1414+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
13701415
PRODUCT_NAME = XCPlayground;
13711416
SDKROOT = macosx;
13721417
SWIFT_INSTALL_OBJC_HEADER = NO;
@@ -1391,8 +1436,6 @@
13911436
isa = XCBuildConfiguration;
13921437
buildSettings = {
13931438
ALWAYS_SEARCH_USER_PATHS = NO;
1394-
ARCHS = x86_64;
1395-
AXLE_ENABLE_DEBUG_INFO = YES;
13961439
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
13971440
CLANG_CXX_LIBRARY = "libc++";
13981441
CLANG_ENABLE_MODULES = YES;
@@ -1426,6 +1469,7 @@
14261469
GCC_WARN_UNUSED_VARIABLE = YES;
14271470
INFOPLIST_FILE = "XCPlayground/XCPlayground-Info.plist";
14281471
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks";
1472+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
14291473
PRODUCT_NAME = XCPlayground;
14301474
SDKROOT = iphonesimulator;
14311475
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
@@ -1439,8 +1483,6 @@
14391483
isa = XCBuildConfiguration;
14401484
buildSettings = {
14411485
ALWAYS_SEARCH_USER_PATHS = NO;
1442-
ARCHS = x86_64;
1443-
AXLE_ENABLE_DEBUG_INFO = NO;
14441486
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
14451487
CLANG_CXX_LIBRARY = "libc++";
14461488
CLANG_ENABLE_MODULES = YES;
@@ -1467,11 +1509,13 @@
14671509
GCC_WARN_UNUSED_VARIABLE = YES;
14681510
INFOPLIST_FILE = "XCPlayground/XCPlayground-Info.plist";
14691511
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks";
1512+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
14701513
PRODUCT_NAME = XCPlayground;
14711514
SDKROOT = iphonesimulator;
14721515
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
1516+
SWIFT_DISABLE_SAFETY_CHECKS = YES;
14731517
SWIFT_INSTALL_OBJC_HEADER = NO;
1474-
SWIFT_OPTIMIZATION_LEVEL = "-Ounchecked";
1518+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
14751519
VALIDATE_PRODUCT = YES;
14761520
VALID_ARCHS = x86_64;
14771521
WRAPPER_EXTENSION = framework;
@@ -1510,7 +1554,6 @@
15101554
isa = XCBuildConfiguration;
15111555
buildSettings = {
15121556
ALWAYS_SEARCH_USER_PATHS = NO;
1513-
AXLE_ENABLE_DEBUG_INFO = YES;
15141557
CLANG_ENABLE_MODULES = YES;
15151558
DEFINES_MODULE = YES;
15161559
DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain;
@@ -1523,6 +1566,7 @@
15231566
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks";
15241567
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../../../ @loader_path/../../../../PrivateFrameworks/";
15251568
MACOSX_DEPLOYMENT_TARGET = 10.11;
1569+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
15261570
PRODUCT_NAME = PlaygroundSupport;
15271571
SDKROOT = macosx;
15281572
SWIFT_INSTALL_OBJC_HEADER = NO;
@@ -1533,7 +1577,6 @@
15331577
isa = XCBuildConfiguration;
15341578
buildSettings = {
15351579
ALWAYS_SEARCH_USER_PATHS = NO;
1536-
AXLE_ENABLE_DEBUG_INFO = NO;
15371580
CLANG_ENABLE_MODULES = YES;
15381581
DEFINES_MODULE = YES;
15391582
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1545,6 +1588,7 @@
15451588
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks";
15461589
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../../../ @loader_path/../../../../PrivateFrameworks/";
15471590
MACOSX_DEPLOYMENT_TARGET = 10.11;
1591+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
15481592
PRODUCT_NAME = PlaygroundSupport;
15491593
SDKROOT = macosx;
15501594
SWIFT_INSTALL_OBJC_HEADER = NO;
@@ -1555,8 +1599,6 @@
15551599
isa = XCBuildConfiguration;
15561600
buildSettings = {
15571601
ALWAYS_SEARCH_USER_PATHS = NO;
1558-
ARCHS = x86_64;
1559-
AXLE_ENABLE_DEBUG_INFO = YES;
15601602
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
15611603
CLANG_CXX_LIBRARY = "libc++";
15621604
CLANG_ENABLE_MODULES = YES;
@@ -1591,6 +1633,7 @@
15911633
GCC_WARN_UNUSED_VARIABLE = YES;
15921634
INFOPLIST_FILE = "PlaygroundSupport/PlaygroundSupport-Info.plist";
15931635
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks";
1636+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
15941637
PRODUCT_NAME = PlaygroundSupport;
15951638
SDKROOT = iphonesimulator;
15961639
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
@@ -1604,8 +1647,6 @@
16041647
isa = XCBuildConfiguration;
16051648
buildSettings = {
16061649
ALWAYS_SEARCH_USER_PATHS = NO;
1607-
ARCHS = x86_64;
1608-
AXLE_ENABLE_DEBUG_INFO = NO;
16091650
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
16101651
CLANG_CXX_LIBRARY = "libc++";
16111652
CLANG_ENABLE_MODULES = YES;
@@ -1633,11 +1674,13 @@
16331674
GCC_WARN_UNUSED_VARIABLE = YES;
16341675
INFOPLIST_FILE = "PlaygroundSupport/PlaygroundSupport-Info.plist";
16351676
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks";
1677+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
16361678
PRODUCT_NAME = PlaygroundSupport;
16371679
SDKROOT = iphonesimulator;
16381680
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
1681+
SWIFT_DISABLE_SAFETY_CHECKS = YES;
16391682
SWIFT_INSTALL_OBJC_HEADER = NO;
1640-
SWIFT_OPTIMIZATION_LEVEL = "-Ounchecked";
1683+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
16411684
VALIDATE_PRODUCT = YES;
16421685
VALID_ARCHS = x86_64;
16431686
WRAPPER_EXTENSION = framework;
@@ -1648,8 +1691,6 @@
16481691
isa = XCBuildConfiguration;
16491692
buildSettings = {
16501693
ALWAYS_SEARCH_USER_PATHS = NO;
1651-
ARCHS = x86_64;
1652-
AXLE_ENABLE_DEBUG_INFO = YES;
16531694
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
16541695
CLANG_CXX_LIBRARY = "libc++";
16551696
CLANG_ENABLE_MODULES = YES;
@@ -1684,6 +1725,7 @@
16841725
GCC_WARN_UNUSED_VARIABLE = YES;
16851726
INFOPLIST_FILE = "PlaygroundSupport/PlaygroundSupport-Info.plist";
16861727
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Frameworks";
1728+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
16871729
PRODUCT_NAME = PlaygroundSupport;
16881730
SDKROOT = appletvsimulator;
16891731
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
@@ -1697,8 +1739,6 @@
16971739
isa = XCBuildConfiguration;
16981740
buildSettings = {
16991741
ALWAYS_SEARCH_USER_PATHS = NO;
1700-
ARCHS = x86_64;
1701-
AXLE_ENABLE_DEBUG_INFO = NO;
17021742
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
17031743
CLANG_CXX_LIBRARY = "libc++";
17041744
CLANG_ENABLE_MODULES = YES;
@@ -1726,11 +1766,13 @@
17261766
GCC_WARN_UNUSED_VARIABLE = YES;
17271767
INFOPLIST_FILE = "PlaygroundSupport/PlaygroundSupport-Info.plist";
17281768
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Frameworks";
1769+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
17291770
PRODUCT_NAME = PlaygroundSupport;
17301771
SDKROOT = appletvsimulator;
17311772
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
1773+
SWIFT_DISABLE_SAFETY_CHECKS = YES;
17321774
SWIFT_INSTALL_OBJC_HEADER = NO;
1733-
SWIFT_OPTIMIZATION_LEVEL = "-Ounchecked";
1775+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
17341776
VALIDATE_PRODUCT = YES;
17351777
VALID_ARCHS = x86_64;
17361778
WRAPPER_EXTENSION = framework;
@@ -2007,8 +2049,6 @@
20072049
isa = XCBuildConfiguration;
20082050
buildSettings = {
20092051
ALWAYS_SEARCH_USER_PATHS = NO;
2010-
ARCHS = x86_64;
2011-
AXLE_ENABLE_DEBUG_INFO = YES;
20122052
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
20132053
CLANG_CXX_LIBRARY = "libc++";
20142054
CLANG_ENABLE_MODULES = YES;
@@ -2042,6 +2082,7 @@
20422082
GCC_WARN_UNUSED_VARIABLE = YES;
20432083
INFOPLIST_FILE = "XCPlayground/XCPlayground-Info.plist";
20442084
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Frameworks";
2085+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
20452086
PRODUCT_NAME = XCPlayground;
20462087
SDKROOT = appletvsimulator;
20472088
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
@@ -2055,8 +2096,6 @@
20552096
isa = XCBuildConfiguration;
20562097
buildSettings = {
20572098
ALWAYS_SEARCH_USER_PATHS = NO;
2058-
ARCHS = x86_64;
2059-
AXLE_ENABLE_DEBUG_INFO = NO;
20602099
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
20612100
CLANG_CXX_LIBRARY = "libc++";
20622101
CLANG_ENABLE_MODULES = YES;
@@ -2083,11 +2122,13 @@
20832122
GCC_WARN_UNUSED_VARIABLE = YES;
20842123
INFOPLIST_FILE = "XCPlayground/XCPlayground-Info.plist";
20852124
INSTALL_PATH = "$(DT_TOOLCHAIN_DIR)/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Frameworks";
2125+
PRODUCT_BUNDLE_IDENTIFIER = "com.apple.dt.${PRODUCT_NAME:rfc1034identifier}";
20862126
PRODUCT_NAME = XCPlayground;
20872127
SDKROOT = appletvsimulator;
20882128
SUPPORTED_PLATFORMS = "appletvsimulator appletvos";
2129+
SWIFT_DISABLE_SAFETY_CHECKS = YES;
20892130
SWIFT_INSTALL_OBJC_HEADER = NO;
2090-
SWIFT_OPTIMIZATION_LEVEL = "-Ounchecked";
2131+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
20912132
VALIDATE_PRODUCT = YES;
20922133
VALID_ARCHS = x86_64;
20932134
WRAPPER_EXTENSION = framework;

PlaygroundSupport/PlaygroundSupport.xcodeproj/xcshareddata/xcschemes/PlaygroundSupport.xcscheme

Lines changed: 3 additions & 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 = "0800"
3+
LastUpgradeVersion = "0910"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
</Testables>
@@ -36,6 +37,7 @@
3637
buildConfiguration = "Debug"
3738
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3839
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40+
language = ""
3941
launchStyle = "0"
4042
useCustomWorkingDirectory = "NO"
4143
ignoresPersistentStateOnLaunch = "NO"

PlaygroundSupport/PlaygroundSupport.xcodeproj/xcshareddata/xcschemes/PlaygroundSupport_OSX.xcscheme

Lines changed: 3 additions & 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 = "0800"
3+
LastUpgradeVersion = "0910"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
</Testables>
@@ -36,6 +37,7 @@
3637
buildConfiguration = "Debug"
3738
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3839
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40+
language = ""
3941
launchStyle = "0"
4042
useCustomWorkingDirectory = "NO"
4143
ignoresPersistentStateOnLaunch = "NO"

PlaygroundSupport/PlaygroundSupport.xcodeproj/xcshareddata/xcschemes/PlaygroundSupport_iOS.xcscheme

Lines changed: 3 additions & 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 = "0800"
3+
LastUpgradeVersion = "0910"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
</Testables>
@@ -36,6 +37,7 @@
3637
buildConfiguration = "Debug"
3738
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3839
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40+
language = ""
3941
launchStyle = "0"
4042
useCustomWorkingDirectory = "NO"
4143
ignoresPersistentStateOnLaunch = "NO"

PlaygroundSupport/PlaygroundSupport.xcodeproj/xcshareddata/xcschemes/PlaygroundSupport_tvOS.xcscheme

Lines changed: 3 additions & 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 = "0800"
3+
LastUpgradeVersion = "0910"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<Testables>
3132
</Testables>
@@ -36,6 +37,7 @@
3637
buildConfiguration = "Debug"
3738
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3839
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40+
language = ""
3941
launchStyle = "0"
4042
useCustomWorkingDirectory = "NO"
4143
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)