Skip to content

Releases: OnBeep/Opus-iOS

1.9

16 Jan 07:58
4ff07c3

Choose a tag to compare

Description

This release fixes the Apple Silicon simulator compatibility issue and adds Swift Package Manager support.

Changes

1. Build Script (build-libopus.sh)

  • Build separate architectures for device and simulator
  • Use /tmp for build to avoid permission issues
  • Create proper frameworks before bundling into XCFramework
  • Update to SDK 26.0 and fix deprecated -Ofast flag

2. XCFramework (dependencies/opus.xcframework)

  • New XCFramework with proper architecture separation
  • Supports both Apple Silicon and Intel Mac simulators

3. Swift Package Manager (Package.swift)

  • Added SPM support as a binary target
  • Minimum iOS 16.0 deployment target

4. CocoaPods (opus-ios.podspec)

  • Bumped version to 1.9
  • Updated to use vendored_frameworks with XCFramework
  • Removed legacy static library configuration

5. Documentation (README.md)

  • Added SPM and CocoaPods installation instructions
  • Added Swift and Objective-C usage examples
  • Added troubleshooting section
  • Updated build instructions

Version 1.8

24 Jan 06:17
c3be06f

Choose a tag to compare

Opus 5.2.0

  • Build with iOS SDK 18
  • Minimum Target - iOS 16

Version 1.7

08 Apr 21:14

Choose a tag to compare

Merge pull request #2 from OnBeep/patch-for-xcode-73

Patch for Xcode 7.3

1.6

22 Mar 22:46

Choose a tag to compare

1.6
Support iOS 9.3 SDK and Opus 1.1.2

Support SDK iOS9.1 MinIOS 8.0

24 Nov 01:42

Choose a tag to compare

1.5

Merge branch 'develop'

1.2

20 Oct 21:58

Choose a tag to compare

1.2

Supports iOS SDK 8.1

1.0

09 Apr 01:02

Choose a tag to compare

1.0
Fix spec name in podspec.