1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 17:13:49 +01: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:
aeiouaeiouaeiouaeiouaeiouaeiou
2021-08-29 03:39:12 +03:00
committed by Sol Fisher Romanoff
parent e8812b1d66
commit b2243e97f4
16 changed files with 15 additions and 15 deletions

View File

@@ -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

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.

View File

@@ -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(