// 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.17/XCFrameworks/bctoolbox-ios.xcframework.zip", checksum: "2d50993e82c034410989da96902289afb29bf0b306b8056cfcbc76fe1be2c40a" ), .binaryTarget( name: "bctoolbox-tester", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/bctoolbox-tester.xcframework.zip", checksum: "253f19689ad8be5a9a16d51b5e7b4d50c0123815ff3dc5bdd1fa6331410b02ad" ), .binaryTarget( name: "bctoolbox", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/bctoolbox.xcframework.zip", checksum: "096b83427bdac7f8a30302355d8ff26a65d42dc575f08660f26baa22717b0f7a" ), .binaryTarget( name: "belcard", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/belcard.xcframework.zip", checksum: "31414592124a7ace458972fc85bd931a437a3c4b3ac128e428c5f3a5cf393282" ), .binaryTarget( name: "belle-sip", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/belle-sip.xcframework.zip", checksum: "2cf12693d2440559ffca227e918d20c02b4a0017bd9ac60286eb2709e6845608" ), .binaryTarget( name: "belr", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/belr.xcframework.zip", checksum: "8e2df3c42442d6dac4d945b7facdd331b536d665c559e6905789efb787d22eb8" ), .binaryTarget( name: "lime", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/lime.xcframework.zip", checksum: "858867aaf78088cc12a67deb3eb63a8a07b658507bc6253ca69c98e099045995" ), .binaryTarget( name: "linphone", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/linphone.xcframework.zip", checksum: "13dcfce739cb390907e0930a465ebe1483770b51da0727bc4dc172db575fcaf4" ), .binaryTarget( name: "linphonetester", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/linphonetester.xcframework.zip", checksum: "d9aaaa4b8d8a0166bea14bd8eb34c530d81accc46e3a071ea047ecc02b0341cd" ), .binaryTarget( name: "mediastreamer2", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/mediastreamer2.xcframework.zip", checksum: "5dc4ddc408f3d07ab3abb4d52f27aee49208aa2f310b0b78369847bf644c6ec8" ), .binaryTarget( name: "msamr", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/msamr.xcframework.zip", checksum: "f773e66725f8c392fadc659f707891725327a07d2cbaafe0ce2a86e85d877f1a" ), .binaryTarget( name: "mscodec2", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/mscodec2.xcframework.zip", checksum: "e75cfd78da3de9a7e2ed1e731c9a79f7b63fe95c695c9e1e3f3b8f6f0406490f" ), .binaryTarget( name: "msopenh264", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/msopenh264.xcframework.zip", checksum: "4a6ed0bc6eb2685057e89d5989b5bc7380eee8039a1b5e2b502de423154f25ed" ), .binaryTarget( name: "mssilk", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/mssilk.xcframework.zip", checksum: "d631d5f1a26a2d56ef11e0d6388d52575d13a34f8da4105e44f41ca6d7d67192" ), .binaryTarget( name: "ortp", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.17/XCFrameworks/ortp.xcframework.zip", checksum: "6478b69a074f93bea70d2aac878a62d13a79e4a9f200935fab45202a8821d9ea" ), .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"] ) ] )