mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 07:01:18 +02:00
macOS: Fix building, update instructions
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
@@ -26,7 +26,7 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
|
||||
install( CODE "set( APP_IDENTIFIER \"org.tenacityaudio.tenacity\" )" )
|
||||
install( CODE "get_filename_component( APP_LOCATION \${CMAKE_INSTALL_PREFIX}/Tenacity.app ABSOLUTE )" )
|
||||
install( CODE "set( APPLE_CODESIGN_ENTITLEMENTS ${CMAKE_SOURCE_DIR}/mac/Audacity.entitlements )")
|
||||
install( CODE "set( APPLE_CODESIGN_ENTITLEMENTS ${CMAKE_SOURCE_DIR}/mac/Tenacity.entitlements )")
|
||||
|
||||
install( SCRIPT "scripts/build/macOS/SignMacos.cmake" )
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
<string>application/x-audacity-project</string>
|
||||
</array>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>Audacity Project</string>
|
||||
<string>Tenacity Audio</string>
|
||||
<key>CFBundleTypeOSTypes</key>
|
||||
<array>
|
||||
<string>auDp</string>
|
||||
|
Reference in New Issue
Block a user