Skip to content

iOS Core Utility for Graphmasters public SDKs distributed via the Swift Package Manager.

License

Notifications You must be signed in to change notification settings

Graphmasters/ios-core-utility-distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

GMCoreUtility

Requires Xcode 14 Requires Swift 5.7 SPM compatible

Note
This repository only exists for the purpose of binary distribution of GMCoreUtility for iOS on the Swift Package Manager. It's main purpose is to be used in public SDKs of Graphmasters GmbH. Please contact Grapmasters GmbH directly if you have any issues.

GMCoreUtility contains all utility functionality used to power Graphmasters iOS SDKs.


Getting Started

GMCoreUtility for iOS is distributed using the Swift Package Manager. To add it to your project, follow the steps below.

Package.swift

  1. Add the following to your dependencies.
dependencies: [
    .package(url: "https://github.com/graphmasters/ios-core-utility-distribution", from: "<VERSION>")
]
  1. Add the dependency to your target.
.target(
    name: "Mytarget",
    dependencies: [
        .product(name: "GMCoreUtility", package: "ios-core-utility")
    ]
)

Xcode

  1. To add a package dependency to your Xcode project, select File > Swift Packages > Add Package Dependency and enter its repository URL. You can also navigate to your target’s General pane, and in the “Frameworks, Libraries, and Embedded Content” section, click the + button, select Add Other, and choose Add Package Dependency.

  2. Either add GMCoreUtility GitHub distribution URL https://github.com/graphmasters/ios-core-utility-distribution or search for ios-core-utility package.

  3. Choose "Next". Xcode should clone the distribution repository and download the binaries.

About

iOS Core Utility for Graphmasters public SDKs distributed via the Swift Package Manager.

Topics

Resources

License

Stars

Watchers

Forks

Languages