From 45587ca2ccc32f565dc3f5d2934f8b7137204eeb Mon Sep 17 00:00:00 2001 From: Johann POLEWCZYK Date: Thu, 2 May 2024 23:06:30 +0200 Subject: [PATCH] Update macOS .spec files and version number --- aleappGUI_macOS.spec | 6 +++--- aleapp_macOS.spec | 2 +- scripts/version_info.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aleappGUI_macOS.spec b/aleappGUI_macOS.spec index 689f73a8..e07f5a6c 100755 --- a/aleappGUI_macOS.spec +++ b/aleappGUI_macOS.spec @@ -41,7 +41,7 @@ exe = EXE( disable_windowed_traceback=False, argv_emulation=False, target_arch=None, - codesign_identity='42F9AD88C52A9888352AB869F1E6EC207A29D308', + codesign_identity=None, entitlements_file=None, ) coll = COLLECT( @@ -56,7 +56,7 @@ coll = COLLECT( app = BUNDLE( coll, name='aleappGUI.app', - icon='../icon.icns', + icon=None, bundle_identifier='4n6.brigs.ALEAPP', - version='3.2.1', + version='3.2.2', ) diff --git a/aleapp_macOS.spec b/aleapp_macOS.spec index 96c96322..01d33671 100644 --- a/aleapp_macOS.spec +++ b/aleapp_macOS.spec @@ -44,6 +44,6 @@ exe = EXE( disable_windowed_traceback=False, argv_emulation=False, target_arch=None, - codesign_identity='42F9AD88C52A9888352AB869F1E6EC207A29D308', + codesign_identity=None, entitlements_file=None, ) diff --git a/scripts/version_info.py b/scripts/version_info.py index 29670ca9..76e53b2c 100755 --- a/scripts/version_info.py +++ b/scripts/version_info.py @@ -1,4 +1,4 @@ -aleapp_version = '3.2.1' +aleapp_version = '3.2.2' # Contributors List # Format = [ Name, Blog-url, Twitter-handle, Github-url]