Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.31 KB

File metadata and controls

31 lines (18 loc) · 1.31 KB

Dishtracker for iOS - SPM

This is the SPM example app for DishtrackerSDK for iOS. This project shows how to perform a SPM Dishtracker integration in a basic iOS application SwiftUI. The example is written in Swift + SwiftUI.

Requirements

  • The latest Xcode. (min 13.3.1)

Getting Started

  • Click on the green "Code" button and select the "Open with Xcode" option.1
  • Follow the steps in Xcode to clone and open the project.
  • Build and run.

CI Build Artifact

GitHub Actions produces an unsigned device build artifact (DishtrackerCoreExample-iphoneos) as a zipped .app. Download it from the workflow run artifacts and re-sign it if you plan to distribute it (for example, via Firebase App Distribution).

License

This software is licensed under a modified BSD license.

Additional Resources


1 Alternatively, download the code and open DishtrackerCoreExample.xcodeproj.