mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
First stab at notarization
The distribution will be signed and notarized during an "install" build and is handled by mac/scripts/build_dist.sh. The wrapper scripts, mac/Audacity.sh, is no longer needed as it's function has been integrated into AudacityApp.cpp/main(). Initially, all "hardened entitlements" have been enabled since we don't know which ones plug-ins will need. On Mac and Windows, system sleep will be disabled when recording starts and re-enabled when it ends.
This commit is contained in:
@@ -84,7 +84,9 @@ memory requested or calls longjmp, so callers don't have to check.
|
||||
#define YES 1
|
||||
#define BOOL int
|
||||
|
||||
#if !defined(MAXPATHLEN)
|
||||
#define MAXPATHLEN 256
|
||||
#endif
|
||||
|
||||
/* there are 2 levels of error logging/printing:
|
||||
* BPLIST_LOG and BPLIST_LOG_VERBOSE
|
||||
|
Reference in New Issue
Block a user