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.
* Updates for compatibility with latest Parse SDK * Bumps version * Smaller logs for cocoapods
- Loading branch information
1 parent
b0f8aab
commit a9c0ee3
Showing
13 changed files
with
913 additions
and
119 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,4 +1,3 @@ | ||
github "BoltsFramework/Bolts-Swift" == 1.3.0 | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.14.2 | ||
github "daltoniam/Starscream" == 2.0.3 | ||
|
||
github "BoltsFramework/Bolts-Swift" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.15.0 | ||
github "daltoniam/Starscream" == 2.1.0 |
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,4 @@ | ||
github "BoltsFramework/Bolts-ObjC" "1.8.4" | ||
github "BoltsFramework/Bolts-Swift" "1.3.0" | ||
github "daltoniam/Starscream" "2.0.3" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.14.2" | ||
github "daltoniam/Starscream" "2.1.0" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.15.0" |
Submodule Parse-SDK-iOS-OSX
updated
from 7a820b to ba0afd
Submodule Starscream
updated
14 files
+19 −0 | CHANGELOG.md | |
+8 −1 | Package.swift | |
+82 −8 | README.md | |
+177 −0 | Source/Compression.swift | |
+1 −1 | Source/Info-tvOS.plist | |
+1 −1 | Source/Info.plist | |
+193 −41 | Source/WebSocket.swift | |
+6 −1 | Starscream.podspec | |
+78 −0 | Starscream.xcodeproj/project.pbxproj | |
+65 −0 | Tests/CompressionTests.swift | |
+25 −25 | examples/AutobahnTest/Autobahn/ViewController.swift | |
+ − | ...eTest/SimpleTest.xcodeproj/project.xcworkspace/xcuserdata/dalton.xcuserdatad/UserInterfaceState.xcuserstate | |
+2 −0 | zlib/include.h | |
+9 −0 | zlib/module.modulemap |
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
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
Sources/BoltsSwift.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
Sources/ParseLiveQuery/Internal/ParseLiveQuery-Bridging-Header.h
This file was deleted.
Oops, something went wrong.