Contents

ogury/ogury-sdk-spm

Welcome to the Swift Package Manager repository for iOS Ogury Sdk

Installation

The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

Directly from Xcode

This is the recommend method when you integrate OgurySdk with SPM right into your app.

  1. Open File > Add Package Dependency right from Xcode's file menu
  2. In the search field, enter https://github.com/Ogury/ogury-sdk-spm.git
  3. We recommend that you always use the latest version
  4. Be sure to target your app's target when validating the Sdk dependency

We recommend that you build your app once before importing our Sdk as it will allow Xcode to properly resolve dependencies

From another package

To integrate the OgurySdk into your Xcode project using Swift Package Manager:

  1. Add it to the dependencies of your Package.swift:
dependencies: [
    .package(url: "https://github.com/Ogury/ogury-sdk-spm.git")
]

Companion test application

You can check our companion test application OgurySpmTestApp that ships with our SDK.

Please note that in order to be able to launch the project, the swift package (i.e. Package.swift) must not be already opened in Xcode.

Check out our integration docs for more info on getting started with the Ogury Sdk.

Package Metadata

Repository: ogury/ogury-sdk-spm

Default branch: master

README: README.md