mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Move xcframework bundle.zip to swift folder
This commit is contained in:
4
justfile
4
justfile
@@ -46,8 +46,8 @@ xcframework: apple-build
|
||||
-library swift/libs/idevice-macos.a -headers swift/include \
|
||||
-output swift/IDevice.xcframework
|
||||
|
||||
zip -r bundle.zip swift/IDevice.xcframework
|
||||
openssl dgst -sha256 bundle.zip
|
||||
zip -r swift/bundle.zip swift/IDevice.xcframework
|
||||
openssl dgst -sha256 swift/bundle.zip
|
||||
|
||||
[working-directory: 'ffi']
|
||||
apple-build: # requires a Mac
|
||||
|
||||
Reference in New Issue
Block a user