Skip to content

Commit

Permalink
Update Core SDK version in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-glia committed Jun 2, 2023
1 parent da9bde0 commit a9942e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.0.1'
s.dependency 'GliaCoreSDK', '1.0.2'
s.dependency 'PureLayout', '~>3.1'
s.dependency 'lottie-ios', '3.2.3'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ let package = Package(
),
.binaryTarget(
name: "GliaCoreSDK",
url: "https://github.com/salemove/ios-bundle/releases/download/1.0.1/GliaCoreSDK.xcframework.zip",
checksum: "4d43788335a05d573af40171c99d608aa24aea6b557bc83d8f633eedd776fb53"
url: "https://github.com/salemove/ios-bundle/releases/download/1.0.2/GliaCoreSDK.xcframework.zip",
checksum: "4d997e74bb975db723b7d93a26f2fb3611f735f809a825aa2e89e5226cc602d4"
),
.binaryTarget(
name: "PureLayoutXcf",
Expand Down
2 changes: 1 addition & 1 deletion templates/GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.0.1'
s.dependency 'GliaCoreSDK', '1.0.2'
s.dependency 'PureLayout', '~>3.1'
s.dependency 'lottie-ios', '3.2.3'
end

0 comments on commit a9942e0

Please sign in to comment.