@@ -17,7 +17,7 @@ rm -rf build
1717python setup.py sdist bdist_wheel
1818cd misc/one_click_macos
1919pip install pyinstaller==4.10
20- pip install " ../../dist/alphatims-1.0.2 -py3-none-any.whl[plotting-stable,stable,legacy-stable]"
20+ pip install " ../../dist/alphatims-1.0.3 -py3-none-any.whl[plotting-stable,stable,legacy-stable]"
2121conda list
2222pyinstaller ../pyinstaller/alphatims.spec -y
2323conda deactivate
@@ -34,7 +34,7 @@ if false; then
3434 # https://scriptingosx.com/2019/09/notarize-a-command-line-tool/
3535 for f in $( find dist/alphatims -name ' *.so' -or -name ' *.dylib' ) ; do codesign --sign " Developer ID Application: Max-Planck-Gesellschaft zur Förderung der Wissenschaften e.V. (7QSY5527AQ)" $f ; done
3636 codesign --sign " Developer ID Application: Max-Planck-Gesellschaft zur Förderung der Wissenschaften e.V. (7QSY5527AQ)" dist/alphatims/Contents/MacOS/alphatims_gui --force --options=runtime --entitlements entitlements.xml
37- pkgbuild --root dist/alphatims --identifier de.mpg.biochem.alphatims.app --version 1.0.2 --install-location /Applications/AlphaTims.app --scripts scripts alphatims.pkg --sign " Developer ID Installer: Max-Planck-Gesellschaft zur Förderung der Wissenschaften e.V. (7QSY5527AQ)"
37+ pkgbuild --root dist/alphatims --identifier de.mpg.biochem.alphatims.app --version 1.0.3 --install-location /Applications/AlphaTims.app --scripts scripts alphatims.pkg --sign " Developer ID Installer: Max-Planck-Gesellschaft zur Förderung der Wissenschaften e.V. (7QSY5527AQ)"
3838 productbuild --distribution distribution.xml --resources Resources --package-path alphatims.pkg dist/alphatims_gui_installer_macos.pkg --sign " Developer ID Installer: Max-Planck-Gesellschaft zur Förderung der Wissenschaften e.V. (7QSY5527AQ)"
3939 requestUUID=
$( xcrun altool --notarize-app --primary-bundle-id " de.mpg.biochem.alphatims.app" --username " [email protected] " --password " @keychain:Alphatims-develop" --asc-provider 7QSY5527AQ --file dist/alphatims_gui_installer_macos.pkg 2>&1 | awk ' /RequestUUID/ { print $NF; }' ) 4040 request_status=" in progress"
@@ -46,6 +46,6 @@ if false; then
4646 xcrun altool --notarization-info
" $requestUUID " --username
" [email protected] " --password
" @keychain:Alphatims-develop" 4747 xcrun stapler staple dist/alphatims_gui_installer_macos.pkg
4848else
49- pkgbuild --root dist/alphatims --identifier de.mpg.biochem.alphatims.app --version 1.0.2 --install-location /Applications/AlphaTims.app --scripts scripts alphatims.pkg
49+ pkgbuild --root dist/alphatims --identifier de.mpg.biochem.alphatims.app --version 1.0.3 --install-location /Applications/AlphaTims.app --scripts scripts alphatims.pkg
5050 productbuild --distribution distribution.xml --resources Resources --package-path alphatims.pkg dist/alphatims_gui_installer_macos.pkg
5151fi
0 commit comments