Skip to content

Commit

Permalink
Ready for release (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
MMContis authored Feb 6, 2024
1 parent 5401f4e commit 5101df7
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Configurations/Common/Common-Base.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions IdentHubSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand All @@ -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;
};
Expand All @@ -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;
};
Expand All @@ -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;
Expand Down Expand Up @@ -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;
};
Expand All @@ -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;
Expand Down Expand Up @@ -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;
};
Expand All @@ -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;
};
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion SolarisbankIdentHub.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SolarisbankIdentHubBank.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SolarisbankIdentHubCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SolarisbankIdentHubFourthline.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SolarisbankIdentHubQES.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5101df7

Please sign in to comment.