Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ios/flutter_soloud.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Flutter audio plugin using SoLoud library and FFI

s.source = { :path => '.' }
s.source_files = 'flutter_soloud/Sources/flutter_soloud/*'
# flutter_soloud.mm is the SwiftPM wrapper that includes the full C++
# implementation. CocoaPods builds the same implementation through the
# CMake script phase below, so compiling the wrapper here defines duplicate
# symbols when the app also force-loads libflutter_soloud_plugin.a.
s.exclude_files = 'flutter_soloud/Sources/flutter_soloud/flutter_soloud.mm'
s.dependency 'Flutter'
s.platform = :ios, '13.0'

Expand Down
Loading