diff --git a/desmume/src/cocoa/FileTypeInfo.plist b/desmume/src/cocoa/FileTypeInfo.plist index 20eb56307..e294945c0 100644 --- a/desmume/src/cocoa/FileTypeInfo.plist +++ b/desmume/src/cocoa/FileTypeInfo.plist @@ -10,6 +10,7 @@ 0.9.9 0.9.10 0.9.11 + 0.9.12 PortStrings @@ -41,6 +42,11 @@ Cocoa OpenEmu + 0.9.12 + + Cocoa + OpenEmu + DefaultPaths @@ -150,6 +156,27 @@ ${OPENEMU} + 0.9.12 + + Cocoa + + ROM Save + ${APPSUPPORT} + Cheat + ${APPSUPPORT} + Firmware Configuration + ${APPSUPPORT} + Save State + ${APPSUPPORT} + + OpenEmu + + ROM Save + ${OPENEMU} + Save State + ${OPENEMU} + + DirectoryNames @@ -309,6 +336,32 @@ SoundSamples + 0.9.12 + + Cocoa + + ROM Save + Battery + Cheat + Cheats + Firmware Configuration + Battery + Lua Script + Lua + Video + AviFiles + R4 Format + R4format + ROM + Roms + Save State + States + Screenshot + Screenshots + Sound Sample + SoundSamples + + FileExtensionByTypes @@ -420,6 +473,24 @@ nds + 0.9.12 + + Cocoa + + ROM Save + dsv + Cheat + dct + Firmware Configuration + dfc + Lua Script + lua + Save State + dst + ROM + nds + + FileTypeByExtensions @@ -531,6 +602,24 @@ ROM + 0.9.12 + + Cocoa + + dsv + ROM Save + dct + Cheat + dfc + Firmware Configuration + lua + Lua Script + dst + Save State + nds + ROM + + diff --git a/desmume/src/cocoa/Info (Debug).plist b/desmume/src/cocoa/Info (Debug).plist index 86b89e13c..834a9f17a 100644 --- a/desmume/src/cocoa/Info (Debug).plist +++ b/desmume/src/cocoa/Info (Debug).plist @@ -240,11 +240,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - v0.9.11 (Debug) + v0.9.12 (Debug) CFBundleSignature DSmM CFBundleVersion - 0.9.11 + 0.9.12 LSApplicationCategoryType public.app-category.entertainment LSMinimumSystemVersion diff --git a/desmume/src/cocoa/Info.plist b/desmume/src/cocoa/Info.plist index aff8228b1..f32f30556 100644 --- a/desmume/src/cocoa/Info.plist +++ b/desmume/src/cocoa/Info.plist @@ -240,11 +240,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - v0.9.11 + v0.9.12 CFBundleSignature DSmM CFBundleVersion - 0.9.11 + 0.9.12 LSApplicationCategoryType public.app-category.entertainment LSMinimumSystemVersion diff --git a/desmume/src/cocoa/cocoa_file.mm b/desmume/src/cocoa/cocoa_file.mm index 977fa7973..4315991ab 100644 --- a/desmume/src/cocoa/cocoa_file.mm +++ b/desmume/src/cocoa/cocoa_file.mm @@ -715,6 +715,14 @@ static NSMutableDictionary *_gURLDictionary = nil; portStr = @"Cocoa"; } + versionURL = [CocoaDSFile userAppSupportURL:nil version:@"0.9.11"]; + versionPath = [versionURL path]; + if (versionPath != nil && [[[filePath stringByDeletingLastPathComponent] stringByDeletingLastPathComponent] isEqualToString:versionPath]) + { + versionStr = @"0.9.11"; + portStr = @"Cocoa"; + } + fileVersion = [[versionStr stringByAppendingString:@" "] stringByAppendingString:portStr]; return fileVersion; diff --git a/desmume/src/cocoa/openemu/Info (OpenEmu Plug-in).plist b/desmume/src/cocoa/openemu/Info (OpenEmu Plug-in).plist index 395b815d5..48dc3dca6 100644 --- a/desmume/src/cocoa/openemu/Info (OpenEmu Plug-in).plist +++ b/desmume/src/cocoa/openemu/Info (OpenEmu Plug-in).plist @@ -15,11 +15,11 @@ CFBundlePackageType BNDL CFBundleShortVersionString - v0.9.11 (OpenEmu Plug-in) + v0.9.12 (OpenEmu Plug-in) CFBundleSignature ???? CFBundleVersion - 0.9.11 + 0.9.12 CSResourcesFileMapped yes NSHumanReadableCopyright