Skip to content

Commit

Permalink
Updated to PowerAuth 1.8.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 authored Feb 9, 2024
1 parent fae84f4 commit e1fdfdf
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ Pods/
Carthage
*.jar
swiftlint

Package.resolved
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "wultra/networking-apple" "1.1.8"
github "wultra/networking-apple" "1.3.0"
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.7.6/PowerAuth2.json" "1.7.6"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.7.6/PowerAuthCore.json" "1.7.6"
github "wultra/networking-apple" "1.1.8"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.8.0/PowerAuth2.json" "1.8.0"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.8.0/PowerAuthCore.json" "1.8.0"
github "wultra/networking-apple" "1.3.0"
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ let package = Package(
.library(name: "WultraDigitalOnboarding", targets: ["WultraDigitalOnboarding"])
],
dependencies: [
.package(name: "PowerAuth2", url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.7.8")),
.package(name: "WultraPowerAuthNetworking", url: "https://github.com/wultra/networking-apple.git", .upToNextMinor(from: "1.2.0"))
.package(name: "PowerAuth2", url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.8.0")),
.package(name: "WultraPowerAuthNetworking", url: "https://github.com/wultra/networking-apple.git", .upToNextMinor(from: "1.3.0"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion WultraDigitalOnboarding.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'

s.source_files = 'Sources/**/*.swift'
s.dependency 'WultraPowerAuthNetworking', '~> 1.2.0'
s.dependency 'WultraPowerAuthNetworking', '~> 1.3.0'

end
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.0 (Feb 9, 2024)

- Added support for the PowerAuth SDK 1.8.0+

## 1.0.1 (Feb 9, 2024)

- Added documentation
Expand Down
1 change: 1 addition & 0 deletions docs/SDK-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pod 'WultraDigitalOnboarding'

| WDO SDK | PowerAuth SDK |
|---|---|
| `1.1.x` | `1.8.x` |
| `1.0.x` | `1.7.x` |

## Xcode Compatibility
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/WultraDigitalOnboarding.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'

s.source_files = 'Sources/**/*.swift'
s.dependency 'WultraPowerAuthNetworking', '~> 1.2.0'
s.dependency 'WultraPowerAuthNetworking', '~> 1.3.0'

end

0 comments on commit e1fdfdf

Please sign in to comment.