From dbe64a5f4c5731e9b339cab15fcb984cbb5c6305 Mon Sep 17 00:00:00 2001 From: Yurii Dukhovnyi Date: Wed, 3 Nov 2021 14:49:23 +0200 Subject: [PATCH] Glia Widgets 0.5.7 Release --- GliaWidgets.podspec | 2 +- GliaWidgets.xcodeproj/project.pbxproj | 2 ++ GliaWidgets/Info.plist | 2 +- GliaWidgetsTests/Info.plist | 2 +- Package.swift | 4 ++-- TestingApp/Info.plist | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/GliaWidgets.podspec b/GliaWidgets.podspec index 7800bb8b8..1d793c54a 100644 --- a/GliaWidgets.podspec +++ b/GliaWidgets.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GliaWidgets' - s.version = '0.5.6' + s.version = '0.5.7' 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' diff --git a/GliaWidgets.xcodeproj/project.pbxproj b/GliaWidgets.xcodeproj/project.pbxproj index 207b040b0..9f3be278a 100644 --- a/GliaWidgets.xcodeproj/project.pbxproj +++ b/GliaWidgets.xcodeproj/project.pbxproj @@ -2155,6 +2155,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 0.5.7; PRODUCT_BUNDLE_IDENTIFIER = com.glia.sdk.widgets; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -2185,6 +2186,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 0.5.7; PRODUCT_BUNDLE_IDENTIFIER = com.glia.sdk.widgets; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/GliaWidgets/Info.plist b/GliaWidgets/Info.plist index 3f0662e60..b28dcf41f 100644 --- a/GliaWidgets/Info.plist +++ b/GliaWidgets/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.5.6 + 0.5.7 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/GliaWidgetsTests/Info.plist b/GliaWidgetsTests/Info.plist index 7cab925fb..5ebf7879e 100644 --- a/GliaWidgetsTests/Info.plist +++ b/GliaWidgetsTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.5.6 + 0.5.7 CFBundleVersion 1 diff --git a/Package.swift b/Package.swift index 00c103ac6..2dea132a4 100644 --- a/Package.swift +++ b/Package.swift @@ -31,8 +31,8 @@ let package = Package( ), .binaryTarget( name: "GliaWidgets", - url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.5.6/GliaWidgets.xcframework.zip", - checksum: "50d82000a2198b7fe37c6e6114120301cc42fa9920ef12599d6655b2586e9a5b" + url: "https://github.com/salemove/ios-sdk-widgets/releases/download/0.5.7/GliaWidgets.xcframework.zip", + checksum: "17a2b1ff4ddda09dd2407ff8c78b18e965e1486529b15f47c82ed347c2f134bd" ), .binaryTarget( name: "PureLayout", diff --git a/TestingApp/Info.plist b/TestingApp/Info.plist index 15c186d67..b945eb3db 100644 --- a/TestingApp/Info.plist +++ b/TestingApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 0.5.6 + 0.5.7 CFBundleVersion 1 LSRequiresIPhoneOS