Skip to content

Commit

Permalink
Release version 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed Jul 31, 2024
1 parent efee258 commit 760d5f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("3.8.0")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.8.0")),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("3.9.0")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.9.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
4 changes: 2 additions & 2 deletions Sources/GiniBankSDKPinning/GiniBankSDKPinningVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// GiniBankSDKPinningVersion.swift
//
//
// Created by Nadya Karaban on 04.11.21.
// Copyright © 2024 Gini GmbH. All rights reserved.
//

public let GiniBankSDKPinningVersion = "3.8.0"
public let GiniBankSDKPinningVersion = "3.9.0"
6 changes: 6 additions & 0 deletions Sources/GiniBankSDKPinning/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<true/>
<key>NSPrivacyTrackingDomains</key>
<array>
<string>https://api.eu.amplitude.com/</string>
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
Expand Down

0 comments on commit 760d5f1

Please sign in to comment.