From 81f5adfb5c595e044ee96d5385d95843ad2257f0 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 20 Feb 2022 01:51:11 -0800 Subject: [PATCH] Fix Info.plist having bare apostrophes Xcode touched the Info.plist and fixed these, and I changed the file type association definitions to print the correct thing in the future. Signed-off-by: Christopher Snowhill --- Info.plist | 4 ++-- Plugins/FFMPEG/FFMPEGDecoder.m | 2 +- Plugins/Hively/Hively/HVLDecoder.m | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Info.plist b/Info.plist index 3ed4c1fa7..7df81a855 100644 --- a/Info.plist +++ b/Info.plist @@ -764,7 +764,7 @@ CFBundleTypeIconFile ape.icns CFBundleTypeName - Monkey's Audio File + Monkey's Audio File CFBundleTypeRole Viewer LSTypeIsPackage @@ -1157,7 +1157,7 @@ CFBundleTypeIconFile song.icns CFBundleTypeName - Abyss' Highest eXperience File + Abyss' Highest eXperience File CFBundleTypeRole Viewer LSTypeIsPackage diff --git a/Plugins/FFMPEG/FFMPEGDecoder.m b/Plugins/FFMPEG/FFMPEGDecoder.m index 37d5d2484..c2132a1a7 100644 --- a/Plugins/FFMPEG/FFMPEGDecoder.m +++ b/Plugins/FFMPEG/FFMPEGDecoder.m @@ -925,7 +925,7 @@ static uint8_t reverse_bits[0x100]; @[@"MPEG-4 Audio File", @"m4a.icns", @"mp4", @"m4a"], @[@"MPEG-4 AAC Audio File", @"song.icns", @"aac"], @[@"MPEG Audio File", @"mp3.icns", @"mp3", @"m2a", @"mpa"], - @[@"Monkey's Audio File", @"ape.icns", @"ape"], + @[@"Monkey's Audio File", @"ape.icns", @"ape"], @[@"AC-3 Audio File", @"song.icns", @"ac3"], @[@"DTS Audio File", @"song.icns", @"dts"], @[@"DTS-HD MA Audio File", @"song.icns", @"dtshd"], diff --git a/Plugins/Hively/Hively/HVLDecoder.m b/Plugins/Hively/Hively/HVLDecoder.m index 7e13d4171..5d38eec8e 100644 --- a/Plugins/Hively/Hively/HVLDecoder.m +++ b/Plugins/Hively/Hively/HVLDecoder.m @@ -185,7 +185,7 @@ static void oneTimeInit(void) { + (NSArray *)fileTypeAssociations { return @[ @[@"Hively Tracker File", @"song.icns", @"hvl"], - @[@"Abyss' Highest eXperience File", @"song.icns", @"ahx"] + @[@"Abyss' Highest eXperience File", @"song.icns", @"ahx"] ]; }