Skip to content

Commit afc5142

Browse files
author
Tigran Hambardzumyan
committed
Upgrade to Xcode 9.3
1 parent 966b3ac commit afc5142

File tree

4 files changed

+34
-24
lines changed

4 files changed

+34
-24
lines changed

Example/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- RxCocoa (4.1.2):
33
- RxSwift (~> 4.0)
44
- RxSwift (4.1.2)
5-
- STDevRxExt (0.1.0):
5+
- STDevRxExt (0.1.1):
66
- RxCocoa (~> 4.1.2)
77
- RxSwift (~> 4.1.2)
88

@@ -16,8 +16,8 @@ EXTERNAL SOURCES:
1616
SPEC CHECKSUMS:
1717
RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a
1818
RxSwift: e49536837d9901277638493ea537394d4b55f570
19-
STDevRxExt: 523757c19d070f1183ed46f3c262671e3f549467
19+
STDevRxExt: db625d87a2f2f74ce2f9efb869b020e944781851
2020

21-
PODFILE CHECKSUM: f42840d4bfdb7c3c06cec77f4e686adfdc3604f1
21+
PODFILE CHECKSUM: 03f0d9ab6a3ddca86ac78ea53d2cfc1bef03c8f8
2222

23-
COCOAPODS: 1.4.0
23+
COCOAPODS: 1.3.1

Example/STDevRxExt.xcodeproj/project.pbxproj

+21-17
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
607FACE21AFB9204008FA782 /* Frameworks */,
113113
607FACE31AFB9204008FA782 /* Resources */,
114114
ABFFA786528145F941134D7B /* [CP] Embed Pods Frameworks */,
115-
CCB8043419D447B3CFB8B185 /* [CP] Copy Pods Resources */,
115+
1314E7A7F724A441011AC3F2 /* [CP] Copy Pods Resources */,
116116
);
117117
buildRules = (
118118
);
@@ -130,7 +130,7 @@
130130
isa = PBXProject;
131131
attributes = {
132132
LastSwiftUpdateCheck = 0830;
133-
LastUpgradeCheck = 0830;
133+
LastUpgradeCheck = 0930;
134134
ORGANIZATIONNAME = CocoaPods;
135135
TargetAttributes = {
136136
607FACE41AFB9204008FA782 = {
@@ -169,6 +169,21 @@
169169
/* End PBXResourcesBuildPhase section */
170170

171171
/* Begin PBXShellScriptBuildPhase section */
172+
1314E7A7F724A441011AC3F2 /* [CP] Copy Pods Resources */ = {
173+
isa = PBXShellScriptBuildPhase;
174+
buildActionMask = 2147483647;
175+
files = (
176+
);
177+
inputPaths = (
178+
);
179+
name = "[CP] Copy Pods Resources";
180+
outputPaths = (
181+
);
182+
runOnlyForDeploymentPostprocessing = 0;
183+
shellPath = /bin/sh;
184+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-STDevRxExt_Tests/Pods-STDevRxExt_Tests-resources.sh\"\n";
185+
showEnvVarsInLog = 0;
186+
};
172187
A3707137EA0E0FF550D3D5D1 /* [CP] Check Pods Manifest.lock */ = {
173188
isa = PBXShellScriptBuildPhase;
174189
buildActionMask = 2147483647;
@@ -209,21 +224,6 @@
209224
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-STDevRxExt_Tests/Pods-STDevRxExt_Tests-frameworks.sh\"\n";
210225
showEnvVarsInLog = 0;
211226
};
212-
CCB8043419D447B3CFB8B185 /* [CP] Copy Pods Resources */ = {
213-
isa = PBXShellScriptBuildPhase;
214-
buildActionMask = 2147483647;
215-
files = (
216-
);
217-
inputPaths = (
218-
);
219-
name = "[CP] Copy Pods Resources";
220-
outputPaths = (
221-
);
222-
runOnlyForDeploymentPostprocessing = 0;
223-
shellPath = /bin/sh;
224-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-STDevRxExt_Tests/Pods-STDevRxExt_Tests-resources.sh\"\n";
225-
showEnvVarsInLog = 0;
226-
};
227227
/* End PBXShellScriptBuildPhase section */
228228

229229
/* Begin PBXSourcesBuildPhase section */
@@ -250,12 +250,14 @@
250250
CLANG_WARN_BOOL_CONVERSION = YES;
251251
CLANG_WARN_COMMA = YES;
252252
CLANG_WARN_CONSTANT_CONVERSION = YES;
253+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
253254
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
254255
CLANG_WARN_EMPTY_BODY = YES;
255256
CLANG_WARN_ENUM_CONVERSION = YES;
256257
CLANG_WARN_INFINITE_RECURSION = YES;
257258
CLANG_WARN_INT_CONVERSION = YES;
258259
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
260+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
259261
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
260262
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
261263
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -303,12 +305,14 @@
303305
CLANG_WARN_BOOL_CONVERSION = YES;
304306
CLANG_WARN_COMMA = YES;
305307
CLANG_WARN_CONSTANT_CONVERSION = YES;
308+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
306309
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
307310
CLANG_WARN_EMPTY_BODY = YES;
308311
CLANG_WARN_ENUM_CONVERSION = YES;
309312
CLANG_WARN_INFINITE_RECURSION = YES;
310313
CLANG_WARN_INT_CONVERSION = YES;
311314
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
315+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
312316
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
313317
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
314318
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

Example/STDevRxExt.xcodeproj/xcshareddata/xcschemes/STDevRxExt-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 = "0900"
3+
LastUpgradeVersion = "0930"
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>

0 commit comments

Comments
 (0)