Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 6a6c690

Browse files
authored
Fix for release build. (#205)
* Trying to fix building issue.
1 parent f39e294 commit 6a6c690

File tree

7 files changed

+24
-14
lines changed

7 files changed

+24
-14
lines changed

.gitmodules

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
[submodule "Carthage/Checkouts/Starscream"]
2-
path = Carthage/Checkouts/Starscream
3-
url = https://github.com/daltoniam/Starscream.git
4-
[submodule "Carthage/Checkouts/Bolts-ObjC"]
5-
path = Carthage/Checkouts/Bolts-ObjC
6-
url = https://github.com/BoltsFramework/Bolts-ObjC.git
71
[submodule "Carthage/Checkouts/Parse-SDK-iOS-OSX"]
82
path = Carthage/Checkouts/Parse-SDK-iOS-OSX
93
url = https://github.com/ParsePlatform/Parse-SDK-iOS-OSX.git
10-
[submodule "Carthage/Checkouts/facebook-ios-sdk"]
11-
path = Carthage/Checkouts/facebook-ios-sdk
12-
url = https://github.com/facebook/facebook-ios-sdk.git
4+
[submodule "Carthage/Checkouts/Starscream"]
5+
path = Carthage/Checkouts/Starscream
6+
url = https://github.com/daltoniam/Starscream.git
137
[submodule "Carthage/Checkouts/Bolts-Swift"]
148
path = Carthage/Checkouts/Bolts-Swift
159
url = https://github.com/BoltsFramework/Bolts-Swift.git
10+
[submodule "Carthage/Checkouts/Bolts-ObjC"]
11+
path = Carthage/Checkouts/Bolts-ObjC
12+
url = https://github.com/BoltsFramework/Bolts-ObjC.git

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "BoltsFramework/Bolts-Swift" "e7811181243e9dfa9462ec3048cd5957519fa26f"
2-
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.17.1
2+
github "ParsePlatform/Parse-SDK-iOS-OSX" == 1.16.0
33
github "daltoniam/Starscream" == 3.0.5

Cartfile.resolved

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
github "BoltsFramework/Bolts-ObjC" "1.9.0"
22
github "BoltsFramework/Bolts-Swift" "e7811181243e9dfa9462ec3048cd5957519fa26f"
3-
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.17.1"
3+
github "ParsePlatform/Parse-SDK-iOS-OSX" "1.16.0"
44
github "daltoniam/Starscream" "3.0.5"
5-
github "facebook/facebook-ios-sdk" "v4.44.1"

Carthage/Checkouts/facebook-ios-sdk

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/LiveQueryDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)