This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.md
- Loading branch information
1 parent
9fa0fb7
commit f4f5a8b
Showing
27 changed files
with
291 additions
and
1,070 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
[submodule "Carthage/Checkouts/Parse-SDK-iOS-OSX"] | ||
path = Carthage/Checkouts/Parse-SDK-iOS-OSX | ||
url = https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git | ||
[submodule "Carthage/Checkouts/Starscream"] | ||
path = Carthage/Checkouts/Starscream | ||
url = https://github.com/daltoniam/Starscream.git | ||
[submodule "Carthage/Checkouts/Bolts-Swift"] | ||
path = Carthage/Checkouts/Bolts-Swift | ||
url = https://github.com/BoltsFramework/Bolts-Swift.git | ||
[submodule "Carthage/Checkouts/facebook-objc-sdk"] | ||
path = Carthage/Checkouts/facebook-objc-sdk | ||
url = https://github.com/facebook/facebook-objc-sdk.git | ||
[submodule "Carthage/Checkouts/Starscream"] | ||
path = Carthage/Checkouts/Starscream | ||
url = https://github.com/daltoniam/Starscream.git | ||
[submodule "Carthage/Checkouts/Parse-SDK-iOS-OSX"] | ||
path = Carthage/Checkouts/Parse-SDK-iOS-OSX | ||
url = https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git | ||
[submodule "Carthage/Checkouts/Bolts-ObjC"] | ||
path = Carthage/Checkouts/Bolts-ObjC | ||
url = https://github.com/BoltsFramework/Bolts-ObjC.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ruby-2.3 | ||
ruby-2.6.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "BoltsFramework/Bolts-Swift" "e7811181243e9dfa9462ec3048cd5957519fa26f" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.16.0 | ||
github "BoltsFramework/Bolts-Swift" == 1.5.0 | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.17.3 | ||
github "daltoniam/Starscream" == 3.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
github "BoltsFramework/Bolts-ObjC" "1.9.0" | ||
github "BoltsFramework/Bolts-Swift" "e7811181243e9dfa9462ec3048cd5957519fa26f" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.16.0" | ||
github "BoltsFramework/Bolts-Swift" "1.5.0" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.17.3" | ||
github "daltoniam/Starscream" "3.0.5" | ||
github "facebook/facebook-objc-sdk" "v5.11.1" |
Submodule Bolts-Swift
updated
25 files
Submodule Parse-SDK-iOS-OSX
updated
from 854dd7 to 443978
Submodule facebook-objc-sdk
added at
cf9e0d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'cocoapods', '~> 1.7.5' | ||
gem 'jazzy', '~> 0.11.1' | ||
gem 'xcpretty' | ||
# xcode8 compat | ||
gem 'cocoapods', '1.5.3' | ||
gem 'jazzy' |
Oops, something went wrong.