This repository was 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
Fix for release build. #205
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
95c275c
Removing carthage files. Updating parse version that builds.
noobs2ninjas e83434c
Trying to fix building issue.
noobs2ninjas 7cff0dd
adding gitmodules
noobs2ninjas 2ef2b78
cleaning up carthage files
noobs2ninjas 6994520
adding back
noobs2ninjas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.