This repository was archived by the owner on Jun 13, 2023. It is now read-only.
Commit f4f5a8b
Xcode 11, iOS 13, Swift 5 compatibility (#210)
* Removing carthage files. Updating parse version that builds.
* Trying to fix building issue.
* adding gitmodules
* cleaning up carthage files
* adding back
* Updating build files
* Updating xcode version
* Changing stage
* Updating gemfile
* switching back to distribution
* Removing xcpretty because of its jazzy incompatibility and updating ruby version.
* updating xcode version
* removing xcpretty from circle config
* Updating bundler version
* Reverting back ruby version
* Update ruby version because of circleci requirement.
* Adding back xcpretty
* Trying to fix distributation
* Adding install bundler to update version.
* Updating travis.yml to fix doc build
* putting xcpretty back
* Putting some things back
* adding bundler install
* Stupid jazzy version is broken.
* fixing stupid xcode version
* Updating jazzy version and gemfile lock.
* Updating carthage modules to try and fix builds
* Swift 5 updates. Carthage dependencies updated. Podfile updated.
* Removing all submodule carthdage data
* Lets try this again.
* Updating deployment target.
* Fixes macOS test
* Updates ruby version??
* Reverts .ruby-version
* Updates Xcode version
* Uses sudo when installing bundler
* Specifies Bolts-Swift dependencies
* Prunes unused, old libraries / frameworks
* Updates podspec
* Updates to Swift 5, Bolts-Swift 1.5.0
Updates project to Xcode 11 recommended settings
* ... podspec swift version
* Sets version to 2.7.0
* Updates Changelog
* Update CHANGELOG.md
* Update CHANGELOG.md1 parent 9fa0fb7 commit f4f5a8b
File tree
27 files changed
+291
-1070
lines changed- .circleci
- Carthage/Checkouts
- Examples
- LiveQueryDemo-ObjC.xcodeproj
- LiveQueryDemo.xcodeproj
- ParseLiveQuery.xcworkspace
- Sources
- BoltsSwift.xcodeproj
- project.xcworkspace
- ParseLiveQuery.xcodeproj
- ParseLiveQuery
- Internal
27 files changed
+291
-1070
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 1 | | |
8 | 2 | | |
9 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 | | |
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
13 | | - | |
| 23 | + | |
14 | 24 | | |
15 | 25 | | |
16 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
Submodule Bolts-Swift updated 25 files
- .gitignore+1
- .swift-version-1
- .travis.yml+27-14
- Bolts-Swift.podspec+3-1
- BoltsSwift.xcodeproj/project.pbxproj+11-4
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-iOS.xcscheme+12-16
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-macOS.xcscheme+12-16
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-tvOS.xcscheme+12-16
- BoltsSwift.xcodeproj/xcshareddata/xcschemes/BoltsSwift-watchOS.xcscheme+1-5
- CHANGELOG.md+17-1
- CODE_OF_CONDUCT.md+2
- Configurations/BoltsSwift-Shared.xcconfig+23
- Configurations/BoltsSwift-iOS.xcconfig+2-7
- Configurations/BoltsSwift-macOS.xcconfig+2-7
- Configurations/BoltsSwift-tvOS.xcconfig+2-7
- Configurations/BoltsSwift-watchOS.xcconfig+2-7
- Configurations/BoltsSwiftTests-Shared.xcconfig+21
- Configurations/BoltsSwiftTests-iOS.xcconfig+2-6
- Configurations/BoltsSwiftTests-macOS.xcconfig+2-6
- Configurations/BoltsSwiftTests-tvOS.xcconfig+2-6
- Configurations/Version.xcconfig+1-1
- Package.swift+28
- README.md+50-16
- Sources/BoltsSwift/Executor.swift+2-2
- Sources/BoltsSwift/Task.swift+4-4
Submodule facebook-objc-sdk added at cf9e0d8
0 commit comments