Skip to content

Commit

Permalink
CoreSDK update with EIV enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmustautsglia authored and EgorovEI committed Dec 17, 2024
1 parent 556ca1f commit 19a2a79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.6'
s.dependency 'GliaCoreSDK', '1.5.7'
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.6/GliaCoreSDK.xcframework.zip",
checksum: "bbb134708e5a1db62d63c110f3dd64988c8df9528ac805dcee5ee0352e36ee92"
url: "https://github.com/salemove/ios-bundle/releases/download/1.5.7/GliaCoreSDK.xcframework.zip",
checksum: "97fc4143086b2d0978fbb3cb0f26c74d9121981ca1de4d3fde51ea2e237ab757"
),
.binaryTarget(
name: "GliaWidgetsSDKXcf",
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ target 'TestingApp' do
end

target 'GliaWidgets' do
pod 'GliaCoreSDK'
pod 'GliaCoreSDK', '~> 1.5'
swiftlint
end

Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PODS:

DEPENDENCIES:
- AccessibilitySnapshot (= 0.5.0)
- GliaCoreSDK (= 1.5.6)
- GliaCoreSDK (~> 1.5)
- SwiftLint

SPEC REPOS:
Expand All @@ -41,6 +41,6 @@ SPEC CHECKSUMS:
TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23
WebRTC-lib: 4e9a17058f880cd658e88383c1ac8f1119af3700

PODFILE CHECKSUM: 4d4a46f39073b8740533cdc83ffb774858485ec6
PODFILE CHECKSUM: 560fc9b0f713187232a8f7d38cad6d7b00e4b8a5

COCOAPODS: 1.15.2

0 comments on commit 19a2a79

Please sign in to comment.