Skip to content

Commit

Permalink
Say more
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed May 30, 2024
1 parent 74f154f commit 715b18e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ xcrun lipo -create -output ${MACOS_FAT_BACKEND_DIR}/mavsdk_server.framework/mavs
${MACOS_ARM64_BACKEND_DIR}/mavsdk_server.framework/mavsdk_server

echo "Running codesign"
xcrun codesign --force --deep --sign - ${MACOS_FAT_BACKEND_DIR}/mavsdk_server.framework
xcrun codesign --verbose --force --deep --sign - ${MACOS_FAT_BACKEND_DIR}/mavsdk_server.framework

echo "Creating xcframework..."
xcodebuild -create-xcframework \
Expand Down

0 comments on commit 715b18e

Please sign in to comment.