Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@145a5
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "TSD"
labelskb-how-to-article

Swift Package Manager

The Swift Package Manager is a tool for managing the distribution of Swift code. Once you have your Swift package set up, adding GiniBankSDK as a dependency is as easy as adding it to the dependencies value of your Package.swift.

...

languageswift

...

To install Gini Bank SDK, follow these steps:

  1. In project settings, find package dependencies, and click +.

  2. Start a search for the URL https://github.com/gini/bank-sdk-ios.git

...

  1. .

  2. In Dependency rule, select Exact version and type “3.0.0-

...

In case you want to use the certificate pinning in the library, add GiniCaptureSDKPinning:

...

languageswift

...

  1. beta04”.

  2. Import the Gini Bank SDK with import GiniBankSDK.

XCFrameworks

If you prefer not to use a dependency management tool, you can integrate the Gini Bank SDK into your project manually by adding the following frameworks to your project:

...