File tree 6 files changed +14
-6
lines changed
6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,7 @@ profile
16
16
* .moved-aside
17
17
* .playground
18
18
* .framework
19
+ DerivedData
20
+ Index
21
+ Build
22
+
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Algorithm'
3
- s . version = '3.0 .0'
3
+ s . version = '2.1 .0'
4
4
s . license = 'BSD-3-Clause'
5
5
s . summary = 'A toolset for writing algorithms in Swift.'
6
6
s . homepage = 'http://algorithmswift.io'
Original file line number Diff line number Diff line change 585
585
SDKROOT = iphoneos;
586
586
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
587
587
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
588
- SWIFT_VERSION = 3 .0;
588
+ SWIFT_VERSION = 4 .0;
589
589
TARGETED_DEVICE_FAMILY = "1,2";
590
590
VERSIONING_SYSTEM = "apple-generic";
591
591
VERSION_INFO_PREFIX = "";
631
631
SDKROOT = iphoneos;
632
632
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
633
633
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
634
- SWIFT_VERSION = 3 .0;
634
+ SWIFT_VERSION = 4 .0;
635
635
TARGETED_DEVICE_FAMILY = "1,2";
636
636
VALIDATE_PRODUCT = YES;
637
637
VERSIONING_SYSTEM = "apple-generic";
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 0830 "
3
+ LastUpgradeVersion = " 0900 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
26
26
buildConfiguration = " Debug"
27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
+ language = " "
29
30
shouldUseLaunchSchemeArgsEnv = " YES" >
30
31
<Testables >
31
32
<TestableReference
55
56
buildConfiguration = " Debug"
56
57
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
57
58
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
59
+ language = " "
58
60
launchStyle = " 0"
59
61
useCustomWorkingDirectory = " NO"
60
62
ignoresPersistentStateOnLaunch = " NO"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 0830 "
3
+ LastUpgradeVersion = " 0900 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
26
26
buildConfiguration = " Debug"
27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
+ language = " "
29
30
shouldUseLaunchSchemeArgsEnv = " YES" >
30
31
<Testables >
31
32
<TestableReference
55
56
buildConfiguration = " Debug"
56
57
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
57
58
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
59
+ language = " "
58
60
launchStyle = " 0"
59
61
useCustomWorkingDirectory = " NO"
60
62
ignoresPersistentStateOnLaunch = " NO"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.0 .0 </string >
18
+ <string >2.1 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments