mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Check if forcing codesig-ing the app for macOS works for CI produced apps.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#define EEPP_MAJOR_VERSION 2
|
||||
#define EEPP_MINOR_VERSION 8
|
||||
#define EEPP_PATCH_LEVEL 2
|
||||
#define EEPP_PATCH_LEVEL 3
|
||||
#define EEPP_CODENAME "Siddhi"
|
||||
|
||||
/** The compiled version of the library */
|
||||
|
||||
@@ -89,6 +89,8 @@ fi
|
||||
|
||||
fi
|
||||
|
||||
codesign --force --deep --verbose -s - ecode.app
|
||||
|
||||
#cp -r ../../../bin/assets ecode.app/Contents/MacOS/assets
|
||||
mkdir -p ecode.app/Contents/MacOS/assets/colorschemes
|
||||
cp -r ../../../bin/assets/colorschemes/ ecode.app/Contents/MacOS/assets/colorschemes/
|
||||
|
||||
@@ -52,6 +52,8 @@ install_name_tool -change @rpath/SDL2.framework/Versions/A/SDL2 @executable_path
|
||||
codesign --force -s - ecode.app/Contents/MacOS/SDL2
|
||||
install_name_tool -change @rpath/libeepp.dylib @executable_path/libeepp.dylib ecode.app/Contents/MacOS/ecode
|
||||
|
||||
codesign --force --deep --verbose -s - ecode.app
|
||||
|
||||
#cp -r ../../../bin/assets ecode.app/Contents/MacOS/assets
|
||||
mkdir -p ecode.app/Contents/MacOS/assets/colorschemes
|
||||
cp -r ../../../bin/assets/colorschemes/ ecode.app/Contents/MacOS/assets/colorschemes/
|
||||
|
||||
@@ -8,7 +8,7 @@ using namespace EE;
|
||||
|
||||
#define ECODE_MAJOR_VERSION 0
|
||||
#define ECODE_MINOR_VERSION 6
|
||||
#define ECODE_PATCH_LEVEL 2
|
||||
#define ECODE_PATCH_LEVEL 3
|
||||
/* ECODE_COMMIT_NUMBER 9999 is used for official releases, nightly builds (pre-releases) will
|
||||
* contain the number of commits after the last official release
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user