Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SwiftLint Errors #9

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e0e4130
Fix Swift Lint Errors
ShawnBaek Dec 30, 2018
12e1ac7
Set Travis target to xcode10
ShawnBaek Dec 30, 2018
a723b27
Rollback podspec
ShawnBaek Dec 30, 2018
710d707
Add @discardableResult
ShawnBaek Dec 30, 2018
600fa81
Fix Test Cases
ShawnBaek Dec 30, 2018
d774249
Acted on Reviers comment
ShawnBaek Dec 30, 2018
e527903
Add subscript function for [Any] to fix ParseSwiftTests cases
ShawnBaek Dec 31, 2018
05a86e7
Update Podspec
ShawnBaek Dec 31, 2018
378248c
Revert for @discardableResult
ShawnBaek Jan 1, 2019
7399d37
Acted on @mooshee feedback
ShawnBaek Jan 1, 2019
f866536
remove discardableResult for removeAllObjects
ShawnBaek Jan 1, 2019
15c1d9a
Update Pod Script : pod lib lint --verbose --no-clean
ShawnBaek Jan 2, 2019
e6aeec0
Revert KeychainStore.swift
ShawnBaek Jan 2, 2019
f487baf
Revert travis.yml
ShawnBaek Jan 2, 2019
868ec78
Adds more verbose logs for pod lib lint
flovilmart Jan 5, 2019
f2e18e3
Add Codable Structure to set and get complexObject.
ShawnBaek Jan 6, 2019
dca1bc2
Merge branch 'upstream-master' of github.com:ShawnBaek/Parse-Swift in…
ShawnBaek Jan 6, 2019
fed6eb7
declare ComplexObject Struct in Class
ShawnBaek Jan 6, 2019
e776abb
set IPHONE_DEPLOYMENT_TARGET = 10.0
ShawnBaek Jan 6, 2019
fe0d859
Add test spec in PodSpec
ShawnBaek Jan 6, 2019
47c0932
Revert podspec, print cocoapods version
flovilmart Jan 6, 2019
3b81390
Use cocoapods > 1.6.0 in order to workaround lint issue
flovilmart Jan 6, 2019
3ba6ee4
Revert "set IPHONE_DEPLOYMENT_TARGET = 10.0"
flovilmart Jan 6, 2019
9eb914e
lower pod iOS deployment target
flovilmart Jan 6, 2019
5927703
Revert
ShawnBaek Jan 7, 2019
5899b5a
Merge branch 'upstream-master' of github.com:ShawnBaek/Parse-Swift in…
ShawnBaek Jan 7, 2019
1eee004
revert testSetComplexObject
ShawnBaek Jan 7, 2019
5310345
Add AnyCodable
ShawnBaek Feb 16, 2019
18aae3e
Apply AnyCodable
ShawnBaek Feb 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode9
osx_image: xcode10
language: objective-c
stage: Build
env:
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'cocoapods', '~> 1.6.0.beta.2'
76 changes: 76 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.0)
activesupport (4.2.11)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
atomos (0.1.3)
claide (1.0.2)
cocoapods (1.6.0.beta.2)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.6.0.beta.2)
cocoapods-deintegrate (>= 1.0.2, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.3.1, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.6.6)
nap (~> 1.0)
ruby-macho (~> 1.3, >= 1.3.1)
xcodeproj (>= 1.7.0, < 2.0)
cocoapods-core (1.6.0.beta.2)
activesupport (>= 4.0.2, < 6)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.2)
cocoapods-downloader (1.2.2)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.3.1)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
colored2 (3.1.2)
concurrent-ruby (1.1.4)
escape (0.0.4)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
minitest (5.11.3)
molinillo (0.6.6)
nanaimo (0.2.6)
nap (1.1.0)
netrc (0.11.0)
ruby-macho (1.3.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
xcodeproj (1.7.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.6)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.6.0.beta.2)

BUNDLED WITH
1.16.2
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ do {
acl?.publicWrite = true
loggedIn.ACL = acl
try loggedIn.save()
} catch let e {
e
e.localizedDescription
fatalError("\(e.localizedDescription)")
} catch let error {
fatalError("\(error.localizedDescription)")
}

//var acl = ACL()
Expand Down
3 changes: 2 additions & 1 deletion ParseSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
:git => "#{s.homepage}.git",
:tag => "#{s.version}",
}
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "9.0"
Expand All @@ -23,4 +24,4 @@ Pod::Spec.new do |s|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
LICENSE
}
end
end
73 changes: 62 additions & 11 deletions ParseSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@
4AFDA7351F26DAE1002AE4FC /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A82B7FE1F256A8F0063D731 /* Query.swift */; };
4AFDA7361F26DAE1002AE4FC /* ObjectType+Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A82B8001F256B330063D731 /* ObjectType+Query.swift */; };
4AFDA7391F26DAF8002AE4FC /* Parse.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AB8B4F71F254AE10070F682 /* Parse.h */; settings = {ATTRIBUTES = (Public, ); }; };
7FFF55242217E6EF007C3B4E /* AnyDecodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF55212217E6EF007C3B4E /* AnyDecodable.swift */; };
7FFF55252217E6EF007C3B4E /* AnyDecodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF55212217E6EF007C3B4E /* AnyDecodable.swift */; };
7FFF55262217E6EF007C3B4E /* AnyCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF55222217E6EF007C3B4E /* AnyCodable.swift */; };
7FFF55272217E6EF007C3B4E /* AnyCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF55222217E6EF007C3B4E /* AnyCodable.swift */; };
7FFF55282217E6EF007C3B4E /* AnyEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF55232217E6EF007C3B4E /* AnyEncodable.swift */; };
7FFF55292217E6EF007C3B4E /* AnyEncodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF55232217E6EF007C3B4E /* AnyEncodable.swift */; };
7FFF552E2217E72A007C3B4E /* AnyEncodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF552B2217E729007C3B4E /* AnyEncodableTests.swift */; };
7FFF552F2217E72A007C3B4E /* AnyCodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF552C2217E729007C3B4E /* AnyCodableTests.swift */; };
7FFF55302217E72A007C3B4E /* AnyDecodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FFF552D2217E729007C3B4E /* AnyDecodableTests.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -134,6 +143,12 @@
4AF85BDC1F783B9800665264 /* API+Commands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "API+Commands.swift"; sourceTree = "<group>"; };
4AFDA7121F26D9A5002AE4FC /* ParseSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ParseSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4AFDA7151F26D9A5002AE4FC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7FFF55212217E6EF007C3B4E /* AnyDecodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyDecodable.swift; sourceTree = "<group>"; };
7FFF55222217E6EF007C3B4E /* AnyCodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyCodable.swift; sourceTree = "<group>"; };
7FFF55232217E6EF007C3B4E /* AnyEncodable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyEncodable.swift; sourceTree = "<group>"; };
7FFF552B2217E729007C3B4E /* AnyEncodableTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyEncodableTests.swift; sourceTree = "<group>"; };
7FFF552C2217E729007C3B4E /* AnyCodableTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyCodableTests.swift; sourceTree = "<group>"; };
7FFF552D2217E729007C3B4E /* AnyDecodableTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnyDecodableTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -180,6 +195,7 @@
4A5EE45F1F49E9E000D3CAE3 /* Sources */ = {
isa = PBXGroup;
children = (
7FFF55202217E6EF007C3B4E /* AnyCodable */,
4AB8B4F61F254AE10070F682 /* ParseSwift */,
);
path = Sources;
Expand All @@ -188,6 +204,7 @@
4A5EE4601F49EA0600D3CAE3 /* Tests */ = {
isa = PBXGroup;
children = (
7FFF552A2217E729007C3B4E /* AnyCodableTests */,
4AA8076C1F794C1C008CD551 /* ParseSwiftTests */,
4A1120BF1F49FC3300E32D94 /* LinuxMain.swift */,
);
Expand Down Expand Up @@ -332,6 +349,26 @@
path = "ParseSwift-macOS";
sourceTree = "<group>";
};
7FFF55202217E6EF007C3B4E /* AnyCodable */ = {
isa = PBXGroup;
children = (
7FFF55212217E6EF007C3B4E /* AnyDecodable.swift */,
7FFF55222217E6EF007C3B4E /* AnyCodable.swift */,
7FFF55232217E6EF007C3B4E /* AnyEncodable.swift */,
);
path = AnyCodable;
sourceTree = "<group>";
};
7FFF552A2217E729007C3B4E /* AnyCodableTests */ = {
isa = PBXGroup;
children = (
7FFF552B2217E729007C3B4E /* AnyEncodableTests.swift */,
7FFF552C2217E729007C3B4E /* AnyCodableTests.swift */,
7FFF552D2217E729007C3B4E /* AnyDecodableTests.swift */,
);
path = AnyCodableTests;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down Expand Up @@ -435,11 +472,12 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0900;
LastUpgradeCheck = 0900;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = Parse;
TargetAttributes = {
4AA807571F794242008CD551 = {
CreatedOnToolsVersion = 9.0;
LastSwiftMigration = 1010;
ProvisioningStyle = Automatic;
};
4AB8B4F31F254AE10070F682 = {
Expand Down Expand Up @@ -564,12 +602,15 @@
4A82B7F61F254CCE0063D731 /* Parse.swift in Sources */,
4AEBA54F1F265A0D00628B17 /* UserType.swift in Sources */,
4A99A4691F2650CA00D72A59 /* ParseMutationContainer.swift in Sources */,
7FFF55262217E6EF007C3B4E /* AnyCodable.swift in Sources */,
4AC397701F48778900DEA9D3 /* ACL.swift in Sources */,
4A2D8C811F48B3A900EE1FCC /* ParseEncoder.swift in Sources */,
4A99A46E1F26512100D72A59 /* IncrementOperation.swift in Sources */,
4A82B8011F256B330063D731 /* ObjectType+Query.swift in Sources */,
7FFF55242217E6EF007C3B4E /* AnyDecodable.swift in Sources */,
4A82B7FF1F256A8F0063D731 /* Query.swift in Sources */,
4AF85BD81F78144900665264 /* URLSession+sync.swift in Sources */,
7FFF55282217E6EF007C3B4E /* AnyEncodable.swift in Sources */,
4A2F14981F4A5F6900A7A7EF /* ObjectType+Batch.swift in Sources */,
4A82B7F41F254CCE0063D731 /* File.swift in Sources */,
4AF85BD31F78011100665264 /* ParseError.swift in Sources */,
Expand All @@ -590,6 +631,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7FFF552E2217E72A007C3B4E /* AnyEncodableTests.swift in Sources */,
7FFF55302217E72A007C3B4E /* AnyDecodableTests.swift in Sources */,
7FFF552F2217E72A007C3B4E /* AnyCodableTests.swift in Sources */,
4AA807701F794C31008CD551 /* KeychainStoreTests.swift in Sources */,
4AA807711F794C33008CD551 /* ParseSwiftTests.swift in Sources */,
);
Expand All @@ -607,12 +651,15 @@
4A6511501F48E400005237DF /* BatchUtils.swift in Sources */,
4AFDA72A1F26DAE1002AE4FC /* Parse.swift in Sources */,
4AFDA7351F26DAE1002AE4FC /* Query.swift in Sources */,
7FFF55272217E6EF007C3B4E /* AnyCodable.swift in Sources */,
4A2F14991F4A5FB500A7A7EF /* Responses.swift in Sources */,
4A2F149A1F4A5FBA00A7A7EF /* ObjectType+Equatable.swift in Sources */,
4A65114F1F48E3F3005237DF /* ParseEncoder.swift in Sources */,
4AFDA72E1F26DAE1002AE4FC /* AddOperation.swift in Sources */,
7FFF55252217E6EF007C3B4E /* AnyDecodable.swift in Sources */,
4AFDA7311F26DAE1002AE4FC /* AddUniqueOperation.swift in Sources */,
4AF85BD91F78145C00665264 /* URLSession+sync.swift in Sources */,
7FFF55292217E6EF007C3B4E /* AnyEncodable.swift in Sources */,
4A2F149B1F4A5FBA00A7A7EF /* ObjectType+Batch.swift in Sources */,
4A6511521F48E406005237DF /* GeoPoint.swift in Sources */,
4AF85BD61F7803C100665264 /* ParseError.swift in Sources */,
Expand Down Expand Up @@ -673,7 +720,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.parse.TestHost;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -687,7 +734,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.parse.TestHost;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -706,13 +753,15 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -747,7 +796,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand All @@ -767,13 +816,15 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand All @@ -800,7 +851,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand All @@ -823,7 +874,7 @@
PRODUCT_NAME = ParseSwift;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -844,7 +895,7 @@
PRODUCT_NAME = ParseSwift;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand All @@ -857,7 +908,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwiftTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestHost.app/TestHost";
};
Expand All @@ -871,7 +922,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.parse.ParseSwiftTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestHost.app/TestHost";
};
Expand All @@ -896,7 +947,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand All @@ -919,7 +970,7 @@
SDKROOT = macosx;
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0900"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -26,9 +26,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
codeCoverageEnabled = "YES"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand Down Expand Up @@ -57,7 +56,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
Loading