Skip to content

Commit

Permalink
Merged in uipm/bbotha/UIPM-804_pinremoteimage_update (pull request Te…
Browse files Browse the repository at this point in the history
…xtureGroup#4)

UIPM-804: Updated PINRemoteImage with a needed SPM fix

Approved-by: Shehab Tareque
  • Loading branch information
bennie-atlassian committed Jun 28, 2021
2 parents 5dd56ac + b65c093 commit 4c25bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git "git@bitbucket.org:atlassianmobile/pinremoteimage.git" "3.0.3-maccatalyst-spm"
git "git@bitbucket.org:atlassianmobile/pinremoteimage.git" "3.0.3-spm"
github "pinterest/PINCache" "3.0.3"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git "git@bitbucket.org:atlassianmobile/pinremoteimage.git" "3.0.3-maccatalyst-spm"
git "git@bitbucket.org:atlassianmobile/pinremoteimage.git" "3.0.3-spm"
git "https://chromium.googlesource.com/webm/libwebp" "v1.1.0"
github "pinterest/PINCache" "3.0.3"
github "pinterest/PINOperation" "1.2.1"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let package = Package(
targets: ["AsyncDisplayKit"]),
],
dependencies: [
.package(name: "PINRemoteImage", url: "git@bitbucket.org:atlassianmobile/pinremoteimage.git", .exact("3.0.3-maccatalyst-spm")),
.package(name: "PINRemoteImage", url: "git@bitbucket.org:atlassianmobile/pinremoteimage.git", .exact("3.0.3-spm")),
],
targets: [
.target(
Expand Down

0 comments on commit 4c25bec

Please sign in to comment.