@@ -14,11 +14,11 @@ let package = Package(
14
14
. package ( url: " https://github.com/alloyapple/CSqlite3.git " , . branch( " master " ) ) ,
15
15
] ,
16
16
targets: [
17
- . binaryTarget( name: " Python " , path : " Frameworks/ Python. xcframework" ) ,
18
- . binaryTarget( name: " BZip2 " , path : " Frameworks/BZip2. xcframework" ) ,
19
- . binaryTarget( name: " SSL " , path : " Frameworks/SSL. xcframework" ) ,
20
- . binaryTarget( name: " Crypto " , path : " Frameworks/Crypto. xcframework" ) ,
21
- . binaryTarget( name: " XZ " , path : " Frameworks/XZ. xcframework" ) ,
17
+ . binaryTarget( name: " Python " , url : " https://github.com/kewlbear/ Python-iOS/releases/download/0.0.1/Python. xcframework.zip " , checksum : " 7b5b216986a1a81b6d12ae3cab2e8d99ef2cd9e6ad593ed50db48cbb8d68fe0e " ) ,
18
+ . binaryTarget( name: " BZip2 " , url : " https://github.com/kewlbear/Python-iOS/releases/download/0.0.1/Python. xcframework.zip " , checksum : " 3ef7ea97370492aba685b1dd03fecc7f19e292e28a303abc43e6324b96cd19ff " ) ,
19
+ . binaryTarget( name: " SSL " , url : " https://github.com/kewlbear/Python-iOS/releases/download/0.0.1/Python. xcframework.zip " , checksum : " 373de27ba1c9cc1f35fe38ba98c43c48de1ccef1bcf5cb31e0f6fdaa0171083a " ) ,
20
+ . binaryTarget( name: " Crypto " , url : " https://github.com/kewlbear/Python-iOS/releases/download/0.0.1/Python. xcframework.zip " , checksum : " 98f7d56117430edfe31e7b19af87745e4738a005156c13a82a05950fe3187f60 " ) ,
21
+ . binaryTarget( name: " XZ " , url : " https://github.com/kewlbear/Python-iOS/releases/download/0.0.1/Python. xcframework.zip " , checksum : " 039fe28d39b6c2217f33cb50032aa8f90673e484e99edf0dbe56be47856f9994 " ) ,
22
22
. target( name: " Resources " , dependencies: [ " Symbols " ] , resources: [ . copy( " lib " ) ] ) ,
23
23
. target( name: " Symbols " , dependencies: [ " Python " , " BZip2 " , " SSL " , " Crypto " , " XZ " , " CSqlite3 " , " Clibz " ] ) ,
24
24
. target( name: " Clibz " , linkerSettings: [ LinkerSetting . linkedLibrary ( " z " ) ] ) ,
0 commit comments