From a19ce5d2904368af4cd9a2ab6f4efc7a99383b92 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Tue, 12 Aug 2025 09:57:22 -0600 Subject: [PATCH] Move xcframework bundle.zip to swift folder --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 924d8b7..c834bfa 100644 --- a/justfile +++ b/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