// swift-tools-version:5.9 import PackageDescription let package = Package( name: "linphonesw", platforms: [ .macOS(.v10_14) ], products: [ .library( name: "linphonesw", targets: ["linphonesw"] ) ], targets: [ .binaryTarget( name: "ZXing", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/ZXing.xcframework.zip", checksum: "a525b9472c794aa33920c3e0e75847088ea06c5923d3da7cf83c8ead8d3604e6" ), .binaryTarget( name: "bctoolbox-tester", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/bctoolbox-tester.xcframework.zip", checksum: "0d4a20a83286e04b6f4b4622ae732bc4ab0a9cbe6dc24e3b819ad73ea18ef69d" ), .binaryTarget( name: "bctoolbox", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/bctoolbox.xcframework.zip", checksum: "448f5fdbd96581712049c18bbf94e0a591a0e643d92fec54a10fba0b3d1302fe" ), .binaryTarget( name: "belcard", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/belcard.xcframework.zip", checksum: "f5d59860e912386b1f5f6fd57211c3918f505073c30cf58bad65ba456ae8c257" ), .binaryTarget( name: "belle-sip", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/belle-sip.xcframework.zip", checksum: "ef8269c8366053368942cd06ba5d202149312bb23159b58313b14c7bbd7f6361" ), .binaryTarget( name: "belr", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/belr.xcframework.zip", checksum: "ab5a54657dd3c7b0992b590784c9329d59c129b60f9eec194922b1dfa20d1409" ), .binaryTarget( name: "lime", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/lime.xcframework.zip", checksum: "fdac57af5e3d84f568615a3f93edc827f4b859ac3826084380ac119a1b55a17a" ), .binaryTarget( name: "linphone", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/linphone.xcframework.zip", checksum: "b54fc75164fd3ecccd640611f474ef49b510b31b58ca4975aeec1df00d61efe1" ), .binaryTarget( name: "mediastreamer2", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/mediastreamer2.xcframework.zip", checksum: "30aeff02e7ed3f092c65e97825569b7a233fabd74324036c25f7077a67c9d3be" ), .binaryTarget( name: "msamr", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/msamr.xcframework.zip", checksum: "442b1dbc9eea77c56bcee615da69b39ea9d91b543f9c3ea6acc68001af38b6dc" ), .binaryTarget( name: "mscodec2", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/mscodec2.xcframework.zip", checksum: "c7d43f455d80162d2678421631678d75218ecd5ac8548f0f06961534e11dfd12" ), .binaryTarget( name: "msopenh264", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/msopenh264.xcframework.zip", checksum: "34f0e19d89b9006265fc4afae83d6889ef8366c8db0831078800a3fab9a6d082" ), .binaryTarget( name: "mssilk", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/mssilk.xcframework.zip", checksum: "ef69a076421e28ce33c18ad0dbee76f2377e624381f4e6eee090ae1ec1ebb75f" ), .binaryTarget( name: "ortp", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.112-pre.1+03752fc20f/XCFrameworks/ortp.xcframework.zip", checksum: "e2873fce4ef32fcd8b2cc8722c4d40a380772b4103cd6424c2928b828d6024f4" ), .target( name: "linphonexcframeworks", dependencies: ["ZXing", "bctoolbox-tester", "bctoolbox", "belcard", "belle-sip", "belr", "lime", "linphone", "mediastreamer2", "msamr", "mscodec2", "msopenh264", "mssilk", "ortp"] ), .target( name: "linphonesw", dependencies: ["linphonexcframeworks"] ) ] )