diff --git a/make.py b/make.py index 2f7299e..3e2c340 100755 --- a/make.py +++ b/make.py @@ -468,7 +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" + + " && find \"OpenMV IDE.app\"/Contents/Resources/python/mac/lib -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 f6496cc..a8e87b5 160000 --- a/qt-creator +++ b/qt-creator @@ -1 +1 @@ -Subproject commit f6496cc588ebcdf9ea1e12bb907dceec02b8950b +Subproject commit a8e87b5843dcb610e80174eaae749c06ac76420a