// 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.51/XCFrameworks/ZXing.xcframework.zip", checksum: "0dba103372eb28f2bec3d8673bfdd2003a5a21fba57110bcf588e4a5c6a1ed69" ), .binaryTarget( name: "bctoolbox-tester", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/bctoolbox-tester.xcframework.zip", checksum: "a270ceebc80097ff0cbeb71a5292c7c3a6d3879b814b04f9878e34ba1cb8f7de" ), .binaryTarget( name: "bctoolbox", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/bctoolbox.xcframework.zip", checksum: "abf2128071c1cb9a9695684b70e6ee75236f66a8d3a302cfde6e22f38acf71ba" ), .binaryTarget( name: "belcard", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/belcard.xcframework.zip", checksum: "fb10fb0a6e5cd1c0f8a965cf00046ae1aeaa146bee2e6893bdc2ca6e2a736858" ), .binaryTarget( name: "belle-sip", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/belle-sip.xcframework.zip", checksum: "dc8dc59ab3793fdb3e375fb45fc91c35e0ed2287bfb1c1879f80d0de7c7d5268" ), .binaryTarget( name: "belr", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/belr.xcframework.zip", checksum: "8e752016f4c13537dbadb5517f4216358cab317e0cec06c30d3266afddc4421f" ), .binaryTarget( name: "lime", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/lime.xcframework.zip", checksum: "7234bbcaf187eddb42b2384eb4454c1a22d9fea2f03bd08d7556e852f5ec4152" ), .binaryTarget( name: "linphone", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/linphone.xcframework.zip", checksum: "90cfb64133b1b91aeba0795a7bc8c3e5504253af2abb6ec52998df8e072e9ed3" ), .binaryTarget( name: "mediastreamer2", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/mediastreamer2.xcframework.zip", checksum: "21160645e0176d7eff9700769cc2caefa3fad59fd88b9e229c57a4955c4e702d" ), .binaryTarget( name: "msamr", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/msamr.xcframework.zip", checksum: "adfe442694a40cfe930cf47a10d2b793b9ed48232fdad3426d176c8918600f1b" ), .binaryTarget( name: "mscodec2", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/mscodec2.xcframework.zip", checksum: "7a6e9aa102ea2fe7839ce5af99b52f34c8e1cf4b88f2c989c400c4cc00615055" ), .binaryTarget( name: "msopenh264", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/msopenh264.xcframework.zip", checksum: "9b3adc6db6c50aa6d078e4f5cdf8c74b729b6e7b529d7dd8f55ab7ccb7ae7320" ), .binaryTarget( name: "mssilk", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/mssilk.xcframework.zip", checksum: "41925ec2a800e572f6f764bb3e3d14e6522e43fd940d3d03836362dc9408aa79" ), .binaryTarget( name: "ortp", url: "https://download.linphone.org/releases/macosx/sdk/spm//linphone-sdk-swift-macos-5.4.51/XCFrameworks/ortp.xcframework.zip", checksum: "1a05683244c6e04e1f595e3f68fa4a08aa8eef55b2e7b14681f1826cb4cb14f7" ), .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"] ) ] )