Skip to content

Commit 00d5a49

Browse files
committed
Swift 4.1
1 parent 03731a9 commit 00d5a49

File tree

6 files changed

+25
-21
lines changed

6 files changed

+25
-21
lines changed

CoreDataQueryInterface.xcodeproj/project.pbxproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
isa = PBXProject;
504504
attributes = {
505505
LastSwiftUpdateCheck = 0730;
506-
LastUpgradeCheck = 0900;
506+
LastUpgradeCheck = 0930;
507507
ORGANIZATIONNAME = "Prosumma LLC";
508508
TargetAttributes = {
509509
F30D1CC91B2A891100AF80A1 = {
@@ -942,12 +942,14 @@
942942
CLANG_WARN_BOOL_CONVERSION = YES;
943943
CLANG_WARN_COMMA = YES;
944944
CLANG_WARN_CONSTANT_CONVERSION = YES;
945+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
945946
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
946947
CLANG_WARN_EMPTY_BODY = YES;
947948
CLANG_WARN_ENUM_CONVERSION = YES;
948949
CLANG_WARN_INFINITE_RECURSION = YES;
949950
CLANG_WARN_INT_CONVERSION = YES;
950951
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
952+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
951953
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
952954
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
953955
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -982,7 +984,7 @@
982984
OTHER_SWIFT_FLAGS = "-DDEBUG";
983985
SDKROOT = iphoneos;
984986
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
985-
SWIFT_VERSION = 3.0;
987+
SWIFT_VERSION = 4.0;
986988
TARGETED_DEVICE_FAMILY = "1,2";
987989
VERSIONING_SYSTEM = "apple-generic";
988990
VERSION_INFO_PREFIX = "";
@@ -1001,12 +1003,14 @@
10011003
CLANG_WARN_BOOL_CONVERSION = YES;
10021004
CLANG_WARN_COMMA = YES;
10031005
CLANG_WARN_CONSTANT_CONVERSION = YES;
1006+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
10041007
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
10051008
CLANG_WARN_EMPTY_BODY = YES;
10061009
CLANG_WARN_ENUM_CONVERSION = YES;
10071010
CLANG_WARN_INFINITE_RECURSION = YES;
10081011
CLANG_WARN_INT_CONVERSION = YES;
10091012
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
1013+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
10101014
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
10111015
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
10121016
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -1034,7 +1038,7 @@
10341038
OTHER_SWIFT_FLAGS = "-DRELEASE";
10351039
SDKROOT = iphoneos;
10361040
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1037-
SWIFT_VERSION = 3.0;
1041+
SWIFT_VERSION = 4.0;
10381042
TARGETED_DEVICE_FAMILY = "1,2";
10391043
VALIDATE_PRODUCT = YES;
10401044
VERSIONING_SYSTEM = "apple-generic";
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

CoreDataQueryInterface.xcodeproj/xcshareddata/xcschemes/CoreDataQueryInterface OSX.xcscheme

Lines changed: 3 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 = "0900"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,9 +26,8 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
30-
shouldUseLaunchSchemeArgsEnv = "NO"
31-
codeCoverageEnabled = "YES">
29+
codeCoverageEnabled = "YES"
30+
shouldUseLaunchSchemeArgsEnv = "NO">
3231
<Testables>
3332
<TestableReference
3433
skipped = "NO">
@@ -75,7 +74,6 @@
7574
buildConfiguration = "Debug"
7675
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7776
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
78-
language = ""
7977
launchStyle = "0"
8078
useCustomWorkingDirectory = "NO"
8179
ignoresPersistentStateOnLaunch = "NO"

CoreDataQueryInterface.xcodeproj/xcshareddata/xcschemes/CoreDataQueryInterface iOS.xcscheme

Lines changed: 3 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 = "0900"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,9 +26,8 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
30-
shouldUseLaunchSchemeArgsEnv = "NO"
31-
codeCoverageEnabled = "YES">
29+
codeCoverageEnabled = "YES"
30+
shouldUseLaunchSchemeArgsEnv = "NO">
3231
<Testables>
3332
<TestableReference
3433
skipped = "NO">
@@ -72,7 +71,6 @@
7271
buildConfiguration = "Debug"
7372
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7473
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
75-
language = ""
7674
launchStyle = "0"
7775
useCustomWorkingDirectory = "NO"
7876
ignoresPersistentStateOnLaunch = "NO"

CoreDataQueryInterface.xcodeproj/xcshareddata/xcschemes/CoreDataQueryInterface tvOS.xcscheme

Lines changed: 3 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 = "0900"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,9 +26,8 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
30-
shouldUseLaunchSchemeArgsEnv = "YES"
31-
codeCoverageEnabled = "YES">
29+
codeCoverageEnabled = "YES"
30+
shouldUseLaunchSchemeArgsEnv = "YES">
3231
<Testables>
3332
<TestableReference
3433
skipped = "NO">
@@ -57,7 +56,6 @@
5756
buildConfiguration = "Debug"
5857
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5958
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
60-
language = ""
6159
launchStyle = "0"
6260
useCustomWorkingDirectory = "NO"
6361
ignoresPersistentStateOnLaunch = "NO"

CoreDataQueryInterface.xcodeproj/xcshareddata/xcschemes/CoreDataQueryInterface watchOS.xcscheme

Lines changed: 1 addition & 3 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 = "0900"
3+
LastUpgradeVersion = "0930"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
@@ -37,7 +36,6 @@
3736
buildConfiguration = "Debug"
3837
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3938
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40-
language = ""
4139
launchStyle = "0"
4240
useCustomWorkingDirectory = "NO"
4341
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)