// swift-tools-version:5.9 import PackageDescription let package = Package( name: "linphonesw", platforms: [ .iOS(.v13) ], products: [ .library( name: "linphonesw", targets: ["linphonesw"] ) ], targets: [ .binaryTarget( name: "bctoolbox-ios", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/bctoolbox-ios.xcframework.zip", checksum: "d4fbd9904fb03ab911814087b53953687232f83221724f951028d0c1dd52bd07" ), .binaryTarget( name: "bctoolbox-tester", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/bctoolbox-tester.xcframework.zip", checksum: "5ac9019d5b76ba7cf6bab36004b48cb4cf6bf2945de3eefb48bde6f7dfd50c1e" ), .binaryTarget( name: "bctoolbox", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/bctoolbox.xcframework.zip", checksum: "db2e40552fffdf99c797dfa00e05b38b0990b96aad6b9587b5eca412f232a935" ), .binaryTarget( name: "belcard", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/belcard.xcframework.zip", checksum: "ac1fac111ff2d8b91275f920af554e646221324d3bfa3a5885a8ffce711a8679" ), .binaryTarget( name: "belle-sip", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/belle-sip.xcframework.zip", checksum: "355f5dad2d6ba2d1b334f11512272972ca1cb3051956b211155382c47e94ab5e" ), .binaryTarget( name: "belr", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/belr.xcframework.zip", checksum: "e6c40e8ba7b457b36ea2b4b60b4104ef263fd16a4237d78ec23a98f701be3e8d" ), .binaryTarget( name: "lime", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/lime.xcframework.zip", checksum: "b4f64752c1107da4a9b74718cd22d8fac569c81ff908c19fad3bd50d39967cbb" ), .binaryTarget( name: "linphone", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/linphone.xcframework.zip", checksum: "6309312467c1031ac5f5a2b0b02dae18e6e5331d240f9f81e4326716d947886c" ), .binaryTarget( name: "linphonetester", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/linphonetester.xcframework.zip", checksum: "0a5b58047a8f39344197902f35c8b9970b09bc2e93184d47399572e6b397d4b0" ), .binaryTarget( name: "mediastreamer2", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/mediastreamer2.xcframework.zip", checksum: "20df021c5c2757ad543bfc1cb4a3b5e0189f4925388e218e1aa61e03ce7161ff" ), .binaryTarget( name: "msamr", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/msamr.xcframework.zip", checksum: "3dcdef3a5e368d4dd73c2debc5a2d0c429ddfb4dd6158227ca02bf2f9ff2f3de" ), .binaryTarget( name: "mscodec2", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/mscodec2.xcframework.zip", checksum: "0e4617a3b9dfdcdf46b466c75f0c2414bd68412cebe9dfc9b301ac930eb7db82" ), .binaryTarget( name: "msopenh264", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/msopenh264.xcframework.zip", checksum: "e89795b603cad0971050fc745f6f8fb85c576f3fce800d3c7637c53a880a78a9" ), .binaryTarget( name: "mssilk", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/mssilk.xcframework.zip", checksum: "be5e84b99104eee3af34a4e57062119481472f633cc57b184991c2b7b4801c9b" ), .binaryTarget( name: "ortp", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.28-pre.1+7de88db26d/XCFrameworks/ortp.xcframework.zip", checksum: "eaff81be24eddc503dad02a6b75bc4d9862867daebf72a7f88552b39412fba67" ), .target( name: "linphonexcframeworks", dependencies: ["bctoolbox-ios", "bctoolbox-tester", "bctoolbox", "belcard", "belle-sip", "belr", "lime", "linphone", "linphonetester", "mediastreamer2", "msamr", "mscodec2", "msopenh264", "mssilk", "ortp"] ), .target( name: "linphonesw", dependencies: ["linphonexcframeworks"] ) ] )