Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed Nov 17, 2021
1 parent 0fdc033 commit b0f44e8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>GiniHealthSDKPinning.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>9</integer>
<integer>2</integer>
</dict>
<key>GiniHealthSDKPinningTests.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>10</integer>
<integer>8</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "TrustKit",
"repositoryURL": "https://github.com/datatheorem/TrustKit.git",
"state": {
"branch": null,
"revision": "3e98aeb36aff65067cdae55bca7be7f1157deffb",
"version": "2.0.0"
}
}
]
},
"version": 1
}
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.("0.0.1")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", exact.("0.0.1")),
.package(name: "GiniHealthAPILibraryPinning", url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("1.0.0")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("1.0.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)]()
[![Devices](https://img.shields.io/badge/devices-iPhone%20%7C%20iPad-blue.svg)]()
[![Swift version](https://img.shields.io/badge/swift-5.0-orange.svg)]()
[![Swift package manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)]()


The Gini Health SDK Pinning provides components for uploading, reviewing and analyzing photos of invoices and remittance slips and supports certificate pinning.
Expand All @@ -13,15 +14,12 @@ By integrating this SDK into your application you can allow your users to easily

## Documentation

Further documentation with installation, integration or customization guides can be found in our [website](https://developer.gini.net/gini-health-sdk-pinning-ios/docs/).
Further documentation with installation, integration or customization guides can be found in our [`website`](https://developer.gini.net/gini-mobile-ios/GiniHealthSDK/index.html).

## Example apps

We are providing example app for Swift. This app demonstrates how to integrate the Gini Health SDK with the Component API of Gini Capture library. To run the example project, clone the repo and run `pod install` from the Example directory first.

An example banking app is available in the [Gini Pay Bank SDK's](https://github.com/gini/gini-pay-bank-sdk-ios) repository.
To check the redirection to the Banking app please run Bank example before Example Swift. You can use the same Gini Pay API client credentials in the example banking app as in your app, if not otherwise specified.
To inject your API credentials into the Health and Bank example apps you need to fill in your credentials in `Example/Example Swift/Credentials.plist` and `Example/Bank/Credentials.plist`, respectively.
We are providing example app for Swift. This app demonstrates how to integrate the Gini Health SDK with the Component API of Gini Capture library.
Please, find more details [`here`](https://github.com/gini/gini-mobile-ios/tree/main/HealthSDK/GiniHealthSDK#example-apps)

## Requirements

Expand All @@ -40,6 +38,6 @@ Gini GmbH, [email protected]

## License

The Gini Health SDK Pinning for iOS is licensed under a Private License. See [the license](http://developer.gini.net/gini-health-sdk-pinning-ios/docs/license.html) for more info.
The Gini Health SDK Pinning for iOS is licensed under a Private License. See [the license](http://developer.gini.net/gini-mobile-ios/GiniHealthSDK/license.html) for more info.

**Important:** Always make sure to ship all license notices and permissions with your application.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 15.10.21.
//

public let GiniHealthSDKPinningVersion = "0.0.1"
public let GiniHealthSDKPinningVersion = "1.0.0"

0 comments on commit b0f44e8

Please sign in to comment.