Skip to content

Commit

Permalink
Update dependencies declared in Podfile and Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
BitriseBot authored and J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Dec 23, 2024
1 parent eb3a133 commit a95932c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.5.8'
s.dependency 'GliaCoreSDK', '2.0.4'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaCoreSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/1.5.8/GliaCoreSDK.xcframework.zip",
checksum: "ea56acef24af7016e35d58a03e07630d57f7950cabbbfee2f03059a9e6f7aec7"
url: "https://github.com/salemove/ios-bundle/releases/download/2.0.4/GliaCoreSDK.xcframework.zip",
checksum: "67eea14b995b29df2fffaedcb6a043f12a0f43ab27e8655b96f596cb4b3c6992"
),
.binaryTarget(
name: "GliaWidgetsSDKXcf",
Expand Down

0 comments on commit a95932c

Please sign in to comment.