// 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.26-pre.2+792d12a4d6/XCFrameworks/bctoolbox-ios.xcframework.zip", checksum: "23d049d6224380fffbb33b4d12c5b8bddb5159dfc623ee5cc9de760f599e2c71" ), .binaryTarget( name: "bctoolbox-tester", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/bctoolbox-tester.xcframework.zip", checksum: "4b5df005b8723fd8107fe9424853715ba0432542857c2b8e1338d81a669b0388" ), .binaryTarget( name: "bctoolbox", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/bctoolbox.xcframework.zip", checksum: "155614e30c5093d67bc13257b20e47e1080173987b48be36582c09337fa7377a" ), .binaryTarget( name: "belcard", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/belcard.xcframework.zip", checksum: "a6a9b97bbaf445e4cca1043de97318d9ee418b6b802f5118a95dd74d6a432e9c" ), .binaryTarget( name: "belle-sip", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/belle-sip.xcframework.zip", checksum: "74a430c48737ddb367853954db2421b899133cd18daeb2d1b06570fa0555bf2e" ), .binaryTarget( name: "belr", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/belr.xcframework.zip", checksum: "50e5156b8c55bc36606369ee11e4940d6cd4a4442c49577e0b47aff8c68c4ec4" ), .binaryTarget( name: "lime", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/lime.xcframework.zip", checksum: "df32d0658530f7b307d652295989158d9b67e54266660200241244d14aaef75a" ), .binaryTarget( name: "linphone", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/linphone.xcframework.zip", checksum: "b65f03cba26df82ec95c14db9478b6b0216028196b25888c441a556fb68f136d" ), .binaryTarget( name: "linphonetester", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/linphonetester.xcframework.zip", checksum: "537ba782acf9322f826af65aa7fd507f4dcc8d67624c3f445a5466fb68e12727" ), .binaryTarget( name: "mediastreamer2", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/mediastreamer2.xcframework.zip", checksum: "fc45edee2a0e225064a94d42a5056d64a25fcd154b416d9fa23009a666c9f86f" ), .binaryTarget( name: "msamr", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/msamr.xcframework.zip", checksum: "d8a8e2401a2f5c0225946c60974062ee0bdeb9476b50cd9e5cf0b2fee279a511" ), .binaryTarget( name: "mscodec2", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/mscodec2.xcframework.zip", checksum: "555ff9ae40a17e029bbf414caaffdd42e61f15ea7f578ff505269b85200cb05f" ), .binaryTarget( name: "msopenh264", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/msopenh264.xcframework.zip", checksum: "3cd9394d8040b5db0e12801fee709b742c1512ac80ddf0e906c91fa9bb42b411" ), .binaryTarget( name: "mssilk", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/mssilk.xcframework.zip", checksum: "92cad802341df8c23c0eab967567c6bbb2b2e57543e6aafc29e72c4f36fdd779" ), .binaryTarget( name: "ortp", url: "https://download.linphone.org/releases/ios//spm/novideo/linphone-sdk-swift-ios-5.4.26-pre.2+792d12a4d6/XCFrameworks/ortp.xcframework.zip", checksum: "cfe0fe1b81d1a4da9212e447335e5eb6ae7b3ac225ea1347123db7687799c2cf" ), .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"] ) ] )