From 512913e08388ac91d6beb61e00d4ac896609e187 Mon Sep 17 00:00:00 2001 From: Yurii Dukhovnyi Date: Thu, 20 Jul 2023 14:05:23 +0300 Subject: [PATCH] Release 2.0.4 Includes update to latest CoreSDK 1.0.5 --- GliaWidgets.podspec | 4 ++-- GliaWidgets/Info.plist | 2 +- GliaWidgets/StaticValues.swift | 2 +- GliaWidgetsTests/Info.plist | 2 +- Package.swift | 8 ++++---- TestingApp/Info.plist | 2 +- templates/GliaWidgets.podspec | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index 837f6c1fb..55d0f2e8d 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GliaWidgets' - s.version = '2.0.3' + s.version = '2.0.4' 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.0.3' + s.dependency 'GliaCoreSDK', '1.0.5' end diff --git a/GliaWidgets/Info.plist b/GliaWidgets/Info.plist index 3f0b3d8a3..08e6f5007 100644 --- a/GliaWidgets/Info.plist +++ b/GliaWidgets/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.3 + 2.0.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/GliaWidgets/StaticValues.swift b/GliaWidgets/StaticValues.swift index 359ed4cbc..7a455cedc 100644 --- a/GliaWidgets/StaticValues.swift +++ b/GliaWidgets/StaticValues.swift @@ -6,5 +6,5 @@ final class 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.0.3" + static let sdkVersion = "2.0.4" } diff --git a/GliaWidgetsTests/Info.plist b/GliaWidgetsTests/Info.plist index eb284c606..47450f293 100644 --- a/GliaWidgetsTests/Info.plist +++ b/GliaWidgetsTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.3 + 2.0.4 CFBundleVersion 1 diff --git a/Package.swift b/Package.swift index 0a3d59f47..bb741cc3b 100644 --- a/Package.swift +++ b/Package.swift @@ -35,13 +35,13 @@ let package = Package( ), .binaryTarget( name: "GliaCoreSDK", - url: "https://github.com/salemove/ios-bundle/releases/download/1.0.3/GliaCoreSDK.xcframework.zip", - checksum: "267140b0bb4b71c7755c5a530e6f9afc3392d431449b8e3361def7b8de2ee6e2" + url: "https://github.com/salemove/ios-bundle/releases/download/1.0.5/GliaCoreSDK.xcframework.zip", + checksum: "d133559f7c2985217c1c0de0c2409652c76dc1aabab4e6235704dd139d7207cb" ), .binaryTarget( name: "GliaWidgetsXcf", - url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.0.3/GliaWidgetsXcf.xcframework.zip", - checksum: "23d6a8854f62e4c77e0f4e254c78be8808d1deaec308af36197160d1101979f8" + url: "https://github.com/salemove/ios-sdk-widgets/releases/download/2.0.4/GliaWidgetsXcf.xcframework.zip", + checksum: "701a98b8684a1b73a2adc65bcebac0c04bd2af1ecbdfcdabe1495847daee1f56" ), .target( name: "GliaWidgets", diff --git a/TestingApp/Info.plist b/TestingApp/Info.plist index 6138cc0c8..692296643 100644 --- a/TestingApp/Info.plist +++ b/TestingApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.3 + 2.0.4 CFBundleURLTypes diff --git a/templates/GliaWidgets.podspec b/templates/GliaWidgets.podspec index 47dbf93d5..56547950c 100644 --- a/templates/GliaWidgets.podspec +++ b/templates/GliaWidgets.podspec @@ -19,4 +19,4 @@ Pod::Spec.new do |s| } s.exclude_files = ['GliaWidgets/Window/**'] - s.dependency 'GliaCoreSDK', '1.0.3' + s.dependency 'GliaCoreSDK', '1.0.5'