From 5101df77ba99082136d1042ddbfe37c7debb9606 Mon Sep 17 00:00:00 2001 From: Mayuri <102599821+MMContis@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:08:49 +0530 Subject: [PATCH] Ready for release (#397) --- Configurations/Common/Common-Base.xcconfig | 2 +- IdentHubSDK.xcodeproj/project.pbxproj | 24 +++++++++++----------- README.md | 11 +++++----- SolarisbankIdentHub.podspec | 2 +- SolarisbankIdentHubBank.podspec | 2 +- SolarisbankIdentHubCore.podspec | 2 +- SolarisbankIdentHubFourthline.podspec | 2 +- SolarisbankIdentHubQES.podspec | 2 +- 8 files changed, 24 insertions(+), 23 deletions(-) diff --git a/Configurations/Common/Common-Base.xcconfig b/Configurations/Common/Common-Base.xcconfig index d7d2533..5d30228 100644 --- a/Configurations/Common/Common-Base.xcconfig +++ b/Configurations/Common/Common-Base.xcconfig @@ -5,7 +5,7 @@ #include "Common.xcconfig" -_BUILD_VERSION = 1.5.3 +_BUILD_VERSION = 1.5.5 _BUILD_NUMBER = 1 _DEPLOYMENT_TARGET_IOS = 12.0 diff --git a/IdentHubSDK.xcodeproj/project.pbxproj b/IdentHubSDK.xcodeproj/project.pbxproj index 534a821..20de92a 100644 --- a/IdentHubSDK.xcodeproj/project.pbxproj +++ b/IdentHubSDK.xcodeproj/project.pbxproj @@ -1559,7 +1559,7 @@ ASSETCATALOG_NOTICES = NO; ASSETCATALOG_WARNINGS = NO; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - _BUILD_VERSION = 1.5.4; + _BUILD_VERSION = 1.5.5; }; name = Debug; }; @@ -1570,7 +1570,7 @@ ASSETCATALOG_NOTICES = NO; ASSETCATALOG_WARNINGS = NO; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - _BUILD_VERSION = 1.5.4; + _BUILD_VERSION = 1.5.5; }; name = Release; }; @@ -1592,11 +1592,11 @@ "@loader_path/Frameworks", "$(inherited)", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.5; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_TREAT_WARNINGS_AS_ERRORS = NO; SWIFT_VERSION = 5.0; - _BUILD_VERSION = 1.5.4; + _BUILD_VERSION = 1.5.5; _BUNDLE_TESTABLE = YES; _COMPILER_SWIFT_VERSION = 5.4; }; @@ -1620,10 +1620,10 @@ "@loader_path/Frameworks", "$(inherited)", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.5; SWIFT_TREAT_WARNINGS_AS_ERRORS = NO; SWIFT_VERSION = 5.0; - _BUILD_VERSION = 1.5.4; + _BUILD_VERSION = 1.5.5; _COMPILER_SWIFT_VERSION = 5.4; }; name = Release; @@ -1720,7 +1720,7 @@ ASSETCATALOG_NOTICES = NO; ASSETCATALOG_WARNINGS = NO; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - _BUILD_VERSION = 1.5.4; + _BUILD_VERSION = 1.5.5; }; name = Staging; }; @@ -1742,10 +1742,10 @@ "@loader_path/Frameworks", "$(inherited)", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.5; SWIFT_TREAT_WARNINGS_AS_ERRORS = NO; SWIFT_VERSION = 5.0; - _BUILD_VERSION = 1.5.4; + _BUILD_VERSION = 1.5.5; _COMPILER_SWIFT_VERSION = 5.4; }; name = Staging; @@ -1798,7 +1798,7 @@ ASSETCATALOG_WARNINGS = NO; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(_ENVIRONMENTS) $(inherited) AUTOMATION"; - _BUILD_VERSION = 1.5.4; + _BUILD_VERSION = 1.5.5; }; name = Automation; }; @@ -1820,11 +1820,11 @@ "@loader_path/Frameworks", "$(inherited)", ); - MARKETING_VERSION = 1.5.4; + MARKETING_VERSION = 1.5.5; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_TREAT_WARNINGS_AS_ERRORS = NO; SWIFT_VERSION = 5.0; - _BUILD_VERSION = 1.5.4; + _BUILD_VERSION = 1.5.5; _BUNDLE_TESTABLE = YES; _COMPILER_SWIFT_VERSION = 5.4; }; diff --git a/README.md b/README.md index db71fe9..4a2fb93 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ IdentHub SDK requires minimum iOS version 12. | 1.5.2 | 13.4 - 14.0 | iOS 12 | | 1.5.3 | 13.4 - 14.3 | iOS 12 | | 1.5.4 | 14.3 - 15.1 | iOS 12 | +| 1.5.5 | 14.3 - 15.1 | iOS 12 | ## Integration @@ -98,13 +99,13 @@ inhibit_all_warnings! platform :ios, '12.0' target 'YourTargetName' do - pod 'SolarisbankIdentHub', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.4' - pod 'SolarisbankIdentHubCore', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.4' + pod 'SolarisbankIdentHub', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.5' + pod 'SolarisbankIdentHubCore', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.5' # Optional dependencies (See relevant section) - pod 'SolarisbankIdentHubBank', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.4' - pod 'SolarisbankIdentHubQES', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.4' - pod 'SolarisbankIdentHubFourthline', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.4' + pod 'SolarisbankIdentHubBank', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.5' + pod 'SolarisbankIdentHubQES', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.5' + pod 'SolarisbankIdentHubFourthline', :git => "https://github.com/Solarisbank/identhub-ios.git", :tag => '1.5.5' end post_install do |installer| diff --git a/SolarisbankIdentHub.podspec b/SolarisbankIdentHub.podspec index 0f6d0fa..6df5f1b 100644 --- a/SolarisbankIdentHub.podspec +++ b/SolarisbankIdentHub.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |spec| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.name = "SolarisbankIdentHub" - spec.version = "1.5.4" + spec.version = "1.5.5" spec.summary = "Solaris IdentHub SDK for iOS" spec.description = <<-DESC diff --git a/SolarisbankIdentHubBank.podspec b/SolarisbankIdentHubBank.podspec index 279d62b..24eda91 100644 --- a/SolarisbankIdentHubBank.podspec +++ b/SolarisbankIdentHubBank.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |spec| spec.name = "SolarisbankIdentHubBank" spec.module_name = "IdentHubSDKBank" -spec.version = "1.5.4" +spec.version = "1.5.5" spec.summary = "Solaris IdentHub SDK for iOS - Bank Module" spec.description = <<-DESC diff --git a/SolarisbankIdentHubCore.podspec b/SolarisbankIdentHubCore.podspec index 99b7585..52a1d18 100644 --- a/SolarisbankIdentHubCore.podspec +++ b/SolarisbankIdentHubCore.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |spec| spec.name = "SolarisbankIdentHubCore" spec.module_name = "IdentHubSDKCore" - spec.version = "1.5.4" + spec.version = "1.5.5" spec.summary = "Solaris IdentHub SDK for iOS - Core Module" spec.description = <<-DESC diff --git a/SolarisbankIdentHubFourthline.podspec b/SolarisbankIdentHubFourthline.podspec index 7cca323..946fd9b 100644 --- a/SolarisbankIdentHubFourthline.podspec +++ b/SolarisbankIdentHubFourthline.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = "SolarisbankIdentHubFourthline" spec.module_name = "IdentHubSDKFourthline" - spec.version = "1.5.4" + spec.version = "1.5.5" spec.summary = "Solaris IdentHub SDK for iOS - Fourthline Module." spec.description = <<-DESC diff --git a/SolarisbankIdentHubQES.podspec b/SolarisbankIdentHubQES.podspec index bcbef7c..a6cddcd 100644 --- a/SolarisbankIdentHubQES.podspec +++ b/SolarisbankIdentHubQES.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |spec| spec.name = "SolarisbankIdentHubQES" spec.module_name = "IdentHubSDKQES" - spec.version = "1.5.4" + spec.version = "1.5.5" spec.summary = "Solaris IdentHub SDK for iOS - QES Module" spec.description = <<-DESC