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.
Showing
7 changed files
with
24 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
[submodule "Carthage/Checkouts/Starscream"] | ||
path = Carthage/Checkouts/Starscream | ||
url = https://github.com/daltoniam/Starscream.git | ||
[submodule "Carthage/Checkouts/Bolts-ObjC"] | ||
path = Carthage/Checkouts/Bolts-ObjC | ||
url = https://github.com/BoltsFramework/Bolts-ObjC.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/facebook-ios-sdk"] | ||
path = Carthage/Checkouts/facebook-ios-sdk | ||
url = https://github.com/facebook/facebook-ios-sdk.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/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,3 +1,3 @@ | ||
github "BoltsFramework/Bolts-Swift" "e7811181243e9dfa9462ec3048cd5957519fa26f" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.17.1 | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.16.0 | ||
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,5 +1,4 @@ | ||
github "BoltsFramework/Bolts-ObjC" "1.9.0" | ||
github "BoltsFramework/Bolts-Swift" "e7811181243e9dfa9462ec3048cd5957519fa26f" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.17.1" | ||
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.16.0" | ||
github "daltoniam/Starscream" "3.0.5" | ||
github "facebook/facebook-ios-sdk" "v4.44.1" |
Submodule Parse-SDK-iOS-OSX
updated
from b10ccc to 854dd7
Submodule facebook-ios-sdk
deleted from
aa2b9e
7 changes: 7 additions & 0 deletions
7
Examples/LiveQueryDemo.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.
8 changes: 8 additions & 0 deletions
8
Examples/LiveQueryDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEDidComputeMac32BitWarning</key> | ||
<true/> | ||
</dict> | ||
</plist> |