Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3bbe7f

Browse files
committedSep 29, 2018
Update project settings to Xcode 10 defaults
1 parent afd8f3e commit b3bbe7f

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed
 

‎Example/MYTableViewIndex.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
isa = PBXProject;
229229
attributes = {
230230
LastSwiftUpdateCheck = 0720;
231-
LastUpgradeCheck = 0910;
231+
LastUpgradeCheck = 1000;
232232
ORGANIZATIONNAME = "Makarov Yury";
233233
TargetAttributes = {
234234
607FACCF1AFB9204008FA782 = {
@@ -435,12 +435,14 @@
435435
CLANG_WARN_BOOL_CONVERSION = YES;
436436
CLANG_WARN_COMMA = YES;
437437
CLANG_WARN_CONSTANT_CONVERSION = YES;
438+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
438439
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
439440
CLANG_WARN_EMPTY_BODY = YES;
440441
CLANG_WARN_ENUM_CONVERSION = YES;
441442
CLANG_WARN_INFINITE_RECURSION = YES;
442443
CLANG_WARN_INT_CONVERSION = YES;
443444
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
445+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
444446
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
445447
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
446448
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -489,12 +491,14 @@
489491
CLANG_WARN_BOOL_CONVERSION = YES;
490492
CLANG_WARN_COMMA = YES;
491493
CLANG_WARN_CONSTANT_CONVERSION = YES;
494+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
492495
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
493496
CLANG_WARN_EMPTY_BODY = YES;
494497
CLANG_WARN_ENUM_CONVERSION = YES;
495498
CLANG_WARN_INFINITE_RECURSION = YES;
496499
CLANG_WARN_INT_CONVERSION = YES;
497500
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
501+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
498502
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
499503
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
500504
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

‎Example/MYTableViewIndex.xcodeproj/xcshareddata/xcschemes/MYTableViewIndex-Example.xcscheme

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "1000"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -40,7 +40,6 @@
4040
buildConfiguration = "Debug"
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
43-
language = ""
4443
shouldUseLaunchSchemeArgsEnv = "YES">
4544
<Testables>
4645
<TestableReference
@@ -70,7 +69,6 @@
7069
buildConfiguration = "Debug"
7170
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7271
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
73-
language = ""
7472
launchStyle = "0"
7573
useCustomWorkingDirectory = "NO"
7674
ignoresPersistentStateOnLaunch = "NO"
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>

‎Example/Pods/Pods.xcodeproj/project.pbxproj

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/MYTableViewIndex.xcscheme

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.