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 5f57d28 commit fe05f65
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 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: "GiniBankAPILibraryPinning", url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("3.1.3")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.8.0")),
.package(name: "GiniBankAPILibraryPinning", url: "https://github.com/gini/bank-api-library-pinning-ios.git", .exact("3.2.0")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// GiniCaptureSDKPinningVersion.swift
//
//
// Created by Nadya Karaban on 29.10.21.
// Copyright © 2024 Gini GmbH. All rights reserved.
//

public let GiniCaptureSDKPinningVersion = "3.8.0"
public let GiniCaptureSDKPinningVersion = "3.9.0"
6 changes: 6 additions & 0 deletions Sources/GiniCaptureSDKPinning/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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//
// File.swift
// GiniCaptureSDKPinningTests.swift
//
//
// Created by Nadya Karaban on 02.11.21.
// Copyright © 2024 Gini GmbH. All rights reserved.
//

import Foundation
Expand Down

0 comments on commit fe05f65

Please sign in to comment.