mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Update macOS icons
Reference-to: https://github.com/tenacityteam/tenacity/pull/556 Signed-off-by: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
This commit is contained in:
parent
e8812b1d66
commit
b2243e97f4
@ -13,7 +13,7 @@
|
||||
<string>aup</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>AudacityProject.icns</string>
|
||||
<string>TenacityProject.icns</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>application/x-audacity-project</string>
|
||||
@ -36,7 +36,7 @@
|
||||
<string>wave</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>AudacityWAV.icns</string>
|
||||
<string>TenacityWAV.icns</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>audio/wav</string>
|
||||
@ -62,7 +62,7 @@
|
||||
<string>aifc</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>AudacityAIFF.icns</string>
|
||||
<string>TenacityAIFF.icns</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>audio/aiff</string>
|
||||
@ -84,7 +84,7 @@
|
||||
<string>au</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>AudacityAU.icns</string>
|
||||
<string>TenacityAU.icns</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>audio/au</string>
|
||||
@ -106,7 +106,7 @@
|
||||
<string>mp3</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>AudacityMP3.icns</string>
|
||||
<string>TenacityMP3.icns</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>audio/mpeg</string>
|
||||
@ -138,7 +138,7 @@
|
||||
<string>ogg</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>AudacityOGG.icns</string>
|
||||
<string>TenacityOGG.icns</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>audio/ogg</string>
|
||||
@ -168,7 +168,7 @@
|
||||
<string>flac</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>AudacityFLAC.icns</string>
|
||||
<string>TenacityFLAC.icns</string>
|
||||
<key>CFBundleTypeMIMETypes</key>
|
||||
<array>
|
||||
<string>audio/flac</string>
|
||||
@ -208,7 +208,7 @@
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Audacity version ${GIT_DESCRIBE}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Audacity.icns</string>
|
||||
<string>Tenacity.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.tenacityaudio.tenacity</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mac/Resources/Tenacity.icns
Normal file
BIN
mac/Resources/Tenacity.icns
Normal file
Binary file not shown.
BIN
mac/Resources/TenacityAIFF.icns
Normal file
BIN
mac/Resources/TenacityAIFF.icns
Normal file
Binary file not shown.
BIN
mac/Resources/TenacityAU.icns
Normal file
BIN
mac/Resources/TenacityAU.icns
Normal file
Binary file not shown.
BIN
mac/Resources/TenacityMP3.icns
Normal file
BIN
mac/Resources/TenacityMP3.icns
Normal file
Binary file not shown.
BIN
mac/Resources/TenacityOGG.icns
Normal file
BIN
mac/Resources/TenacityOGG.icns
Normal file
Binary file not shown.
BIN
mac/Resources/TenacityProject.icns
Normal file
BIN
mac/Resources/TenacityProject.icns
Normal file
Binary file not shown.
BIN
mac/Resources/TenacityWAV.icns
Normal file
BIN
mac/Resources/TenacityWAV.icns
Normal file
Binary file not shown.
@ -1179,13 +1179,13 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
# Define Mac specific resources
|
||||
#TODO Remove Audacity from Mac resources
|
||||
list( APPEND MAC_RESOURCES
|
||||
../mac/Resources/Audacity.icns
|
||||
../mac/Resources/AudacityAIFF.icns
|
||||
../mac/Resources/AudacityAU.icns
|
||||
../mac/Resources/AudacityMP3.icns
|
||||
../mac/Resources/AudacityOGG.icns
|
||||
../mac/Resources/AudacityProject.icns
|
||||
../mac/Resources/AudacityWAV.icns
|
||||
../mac/Resources/Tenacity.icns
|
||||
../mac/Resources/TenacityAIFF.icns
|
||||
../mac/Resources/TenacityAU.icns
|
||||
../mac/Resources/TenacityMP3.icns
|
||||
../mac/Resources/TenacityOGG.icns
|
||||
../mac/Resources/TenacityProject.icns
|
||||
../mac/Resources/TenacityWAV.icns
|
||||
)
|
||||
|
||||
set_target_properties(
|
||||
|
Loading…
x
Reference in New Issue
Block a user