Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cartfile to use PINRemoteImage master branch to support Xcode 12 #1908

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "Carthage/Checkouts/PINOperation"]
path = Carthage/Checkouts/PINOperation
url = https://github.com/pinterest/PINOperation.git
[submodule "Carthage/Checkouts/libwebp"]
path = Carthage/Checkouts/libwebp
url = https://chromium.googlesource.com/webm/libwebp
[submodule "Carthage/Checkouts/PINCache"]
path = Carthage/Checkouts/PINCache
url = https://github.com/pinterest/PINCache.git
[submodule "Carthage/Checkouts/PINRemoteImage"]
path = Carthage/Checkouts/PINRemoteImage
url = https://github.com/pinterest/PINRemoteImage.git
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "pinterest/PINRemoteImage" "3.0.0-beta.14"
github "pinterest/PINCache" "3.0.1-beta.7"
github "pinterest/PINRemoteImage"
github "pinterest/PINCache"
8 changes: 4 additions & 4 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git "https://chromium.googlesource.com/webm/libwebp" "v0.6.0"
github "pinterest/PINCache" "3.0.1-beta.7"
github "pinterest/PINOperation" "1.1.2"
github "pinterest/PINRemoteImage" "3.0.0-beta.14"
git "https://chromium.googlesource.com/webm/libwebp" "v1.1.0"
github "pinterest/PINCache" "3.0.3"
github "pinterest/PINOperation" "1.2.1"
github "pinterest/PINRemoteImage" "3.0.3"
1 change: 1 addition & 0 deletions Carthage/Checkouts/PINCache
Submodule PINCache added at 875c65
1 change: 1 addition & 0 deletions Carthage/Checkouts/PINOperation
Submodule PINOperation added at 44d8ca
1 change: 1 addition & 0 deletions Carthage/Checkouts/PINRemoteImage
Submodule PINRemoteImage added at 611d8a
1 change: 1 addition & 0 deletions Carthage/Checkouts/libwebp
Submodule libwebp added at d7844e