Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed Mar 28, 2024
1 parent 70938b6 commit 55cb366
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<key>GiniHealthSDKPinningTests.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>8</integer>
<integer>9</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "GiniHealthSDKPinning",
platforms: [.iOS(.v12), .macOS(.v10_13)],
platforms: [.iOS(.v12)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand All @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniHealthAPILibraryPinning", url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("3.0.1")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("3.0.1")),
.package(name: "GiniHealthAPILibraryPinning", url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("4.0.0")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("4.0.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 @@
// GiniHealthSDKPinningVersion.swift
//
//
// Created by Nadya Karaban on 15.10.21.
// Copyright © 2024 Gini GmbH. All rights reserved.
//

public let GiniHealthSDKPinningVersion = "3.0.1"
public let GiniHealthSDKPinningVersion = "4.0.0"

0 comments on commit 55cb366

Please sign in to comment.