From c9982e90e1e686fdcd98b3033b7f3625c57c9719 Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Sun, 3 Nov 2024 20:42:45 -0800 Subject: [PATCH] make: Update execs that are signed. --- make.py | 1 + qt-creator | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/make.py b/make.py index 6a621b6..2f7299e 100755 --- a/make.py +++ b/make.py @@ -468,6 +468,7 @@ def make(): if os.system("cd " + builddir + " && python3 -u ../qt-creator/scripts/sign.py \"OpenMV IDE.app\" || true" + " && find \"OpenMV IDE.app\"/Contents/Imports/qtquick2 -name \"*.dylib\" -exec codesign -s Application --force --options=runtime --timestamp {} \; || true" + + " && find \"OpenMV IDE.app\"/Contents/share/python -name \"*.dylib\" -exec codesign -s Application --force --options=runtime --timestamp {} \; || true" + " && codesign --deep -s Application --force --options=runtime --timestamp \"OpenMV IDE.app\" || true" + " && ditto -c -k -rsrc --sequesterRsrc --keepParent OpenMV\\ IDE.app OpenMV\\ IDE.zip" + " && xcrun notarytool submit OpenMV\\ IDE.zip --keychain-profile \"AC_PASSWORD\" --wait || true" + diff --git a/qt-creator b/qt-creator index 5609723..f6496cc 160000 --- a/qt-creator +++ b/qt-creator @@ -1 +1 @@ -Subproject commit 560972390413c377053b95eb5db0c1e5afa3df91 +Subproject commit f6496cc588ebcdf9ea1e12bb907dceec02b8950b