Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Update macOS icons
Browse files Browse the repository at this point in the history
===============================================================================

Cherry-picked from Tenacity commit
b2243e97f4fe1e085106d808dd31d8ba647423ed.

Reference-to: https://github.com/tenacityteam/tenacity/pull/556

Signed-off-by: aeiouaeiouaeiouaeiouaeiouaeiou <[email protected]>
  • Loading branch information
aeiouaeiouaeiouaeiouaeiouaeiou authored and generic-pers0n committed Nov 23, 2022
1 parent 075fedd commit 9c4047a
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions cmake-proxies/cmake-modules/MacOSXBundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -208,7 +208,7 @@
<key>CFBundleGetInfoString</key>
<string>Saucedacity version ${AUDACITY_INFO_VERSION}</string>
<key>CFBundleIconFile</key>
<string>Audacity.icns</string>
<string>Tenacity.icns</string>
<key>CFBundleIdentifier</key>
<string>org.saucedacityteam.saucedacity</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file removed mac/Resources/Audacity.icns
Binary file not shown.
Binary file removed mac/Resources/AudacityAIFF.icns
Binary file not shown.
Binary file removed mac/Resources/AudacityAU.icns
Binary file not shown.
Binary file removed mac/Resources/AudacityMP3.icns
Binary file not shown.
Binary file removed mac/Resources/AudacityOGG.icns
Binary file not shown.
Binary file removed mac/Resources/AudacityProject.icns
Binary file not shown.
Binary file removed mac/Resources/AudacityWAV.icns
Binary file not shown.
Binary file added mac/Resources/Tenacity.icns
Binary file not shown.
Binary file added mac/Resources/TenacityAIFF.icns
Binary file not shown.
Binary file added mac/Resources/TenacityAU.icns
Binary file not shown.
Binary file added mac/Resources/TenacityMP3.icns
Binary file not shown.
Binary file added mac/Resources/TenacityOGG.icns
Binary file not shown.
Binary file added mac/Resources/TenacityProject.icns
Binary file not shown.
Binary file added mac/Resources/TenacityWAV.icns
Binary file not shown.
14 changes: 7 additions & 7 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1162,13 +1162,13 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )

# Define Mac specific 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(
Expand Down

0 comments on commit 9c4047a

Please sign in to comment.