Skip to content

Commit

Permalink
Update CoreSDK to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-glia committed Aug 9, 2023
1 parent 13ae396 commit 6925d67
Show file tree
Hide file tree
Showing 3 changed files with 5 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,5 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.0.5'
s.dependency 'GliaCoreSDK', '1.0.6'
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.0.5/GliaCoreSDK.xcframework.zip",
checksum: "d133559f7c2985217c1c0de0c2409652c76dc1aabab4e6235704dd139d7207cb"
url: "https://github.com/salemove/ios-bundle/releases/download/1.0.6/GliaCoreSDK.xcframework.zip",
checksum: "61747e286e5327659f765991f6f927608caad848bea4f2a0089bf6064686b85f"
),
.binaryTarget(
name: "GliaWidgetsXcf",
Expand Down
3 changes: 2 additions & 1 deletion templates/GliaWidgets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Pod::Spec.new do |s|
}
s.exclude_files = ['GliaWidgets/Window/**']

s.dependency 'GliaCoreSDK', '1.0.5'
s.dependency 'GliaCoreSDK', '1.0.6'
end

0 comments on commit 6925d67

Please sign in to comment.