diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index 015be6875..053e16b97 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GliaWidgets' - s.version = '2.8.4' + s.version = '2.8.5' s.summary = 'The Glia iOS Widgets library' s.description = 'The Glia Widgets library allows to integrate easily a UI/UX for Glia\'s Digital Customer Service platform' s.homepage = 'https://github.com/salemove/ios-sdk-widgets' @@ -19,5 +19,5 @@ Pod::Spec.new do |s| } s.exclude_files = ['GliaWidgets/Window/**'] - s.dependency 'GliaCoreSDK', '1.5.8' + s.dependency 'GliaCoreSDK', '1.5.9' end diff --git a/GliaWidgets/Info.plist b/GliaWidgets/Info.plist index c137ed865..53452be76 100644 --- a/GliaWidgets/Info.plist +++ b/GliaWidgets/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.8.4 + 2.8.5 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/GliaWidgets/StaticValues.swift b/GliaWidgets/StaticValues.swift index 51e074f16..8e57d23a9 100644 --- a/GliaWidgets/StaticValues.swift +++ b/GliaWidgets/StaticValues.swift @@ -6,5 +6,5 @@ enum StaticValues { /// version cannot be changed by integrators, so this ensures that our code will /// always have the correct version regardless of what our integrators do with /// our plist files. - static let sdkVersion = "2.8.4" + static let sdkVersion = "2.8.5" } diff --git a/GliaWidgetsTests/Info.plist b/GliaWidgetsTests/Info.plist index 6480f1011..c88f467a5 100644 --- a/GliaWidgetsTests/Info.plist +++ b/GliaWidgetsTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.8.4 + 2.8.5 CFBundleVersion 1 diff --git a/Package.swift b/Package.swift index d5f8397e3..2864ec6df 100644 --- a/Package.swift +++ b/Package.swift @@ -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/1.5.9/GliaCoreSDK.xcframework.zip", + checksum: "0db24656c38c3d33ba27bc7fed984687b444527ef63aef8d800dc8e87b72ec1e" ), .binaryTarget( name: "GliaWidgetsSDKXcf", diff --git a/Podfile b/Podfile index 5106c3662..ebf2e0f0b 100644 --- a/Podfile +++ b/Podfile @@ -18,7 +18,7 @@ target 'TestingApp' do end target 'GliaWidgets' do - pod 'GliaCoreSDK', '1.5.8' + pod 'GliaCoreSDK', '1.5.9' swiftlint end diff --git a/Podfile.lock b/Podfile.lock index b6e2a7c8d..95bf94d1c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -7,7 +7,7 @@ PODS: - AccessibilitySnapshot/Core - SnapshotTesting (~> 1.0) - GliaCoreDependency (2.3.0) - - GliaCoreSDK (1.5.8): + - GliaCoreSDK (1.5.9): - GliaCoreDependency (= 2.3.0) - TwilioVoice (= 6.8.0) - WebRTC-lib (= 119.0.0) @@ -18,7 +18,7 @@ PODS: DEPENDENCIES: - AccessibilitySnapshot (= 0.5.0) - - GliaCoreSDK (= 1.5.8) + - GliaCoreSDK (= 1.5.9) - SwiftLint SPEC REPOS: @@ -35,12 +35,12 @@ SPEC REPOS: SPEC CHECKSUMS: AccessibilitySnapshot: a91e4a69f870188b51f43863d9fc7269d07cdd93 GliaCoreDependency: 37f48a5a32e2646617b87cbe9d4b30eedd123f6f - GliaCoreSDK: c4665bb47ac9dd834235b1424c7ec94a6674a0f8 + GliaCoreSDK: 3608128b4927afd4ba7e9541db1540a0275a4f90 SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b SwiftLint: eb47480d47c982481592c195c221d11013a679cc TwilioVoice: 9563c9ad71b9ab7bbad0b59b67cfe4be96c75d23 WebRTC-lib: 4e9a17058f880cd658e88383c1ac8f1119af3700 -PODFILE CHECKSUM: ec1525da4ed0a0a005606e9a21137a0c576d13c5 +PODFILE CHECKSUM: 5f9d25e18f481a3d0d92798e142cf0d0a67a2a56 COCOAPODS: 1.15.2 diff --git a/TestingApp/Info.plist b/TestingApp/Info.plist index c2b9eae7d..d2592abd5 100644 --- a/TestingApp/Info.plist +++ b/TestingApp/Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.8.4 + 2.8.5 CFBundleURLTypes