Skip to content

Latest commit

 

History

History
executable file
·
31 lines (17 loc) · 796 Bytes

File metadata and controls

executable file
·
31 lines (17 loc) · 796 Bytes

Build

Prerequisite

  • Xcode 26.5 (or later)
  • iOS 15.5 (or later)

Please make sure you have the following tools installed with brew:

  • brew install swiftlint

The project depends on the Voice SDK, which is distributed as a Swift Package:

The package is already declared in SampleApp.xcodeproj, so Xcode resolves and downloads it automatically on first build — no manual framework download required.

Xcode IDE

  1. Open SampleApp.xcodeproj in Xcode
  2. Wait for Xcode to resolve Swift Package dependencies
  3. Build & Run

Note: SampleApp.xcodeproj is configured with xcconfig files:

  • SampleApp/Configurations/

Voice SDK

The SampleApp project integrates the SDK via WavecellClient object.