diff --git a/desmume/src/frontend/cocoa/FileTypeInfo.plist b/desmume/src/frontend/cocoa/FileTypeInfo.plist
index 2a5b127a5..7cc75d498 100644
--- a/desmume/src/frontend/cocoa/FileTypeInfo.plist
+++ b/desmume/src/frontend/cocoa/FileTypeInfo.plist
@@ -53,6 +53,11 @@
Cocoa
OpenEmu
+ 0.9.14
+
+ Cocoa
+ OpenEmu
+
DefaultPaths
@@ -204,6 +209,27 @@
${OPENEMU}
+ 0.9.14
+
+ Cocoa
+
+ ROM Save
+ ${APPSUPPORT}
+ Cheat
+ ${APPSUPPORT}
+ Firmware Configuration
+ ${APPSUPPORT}
+ Save State
+ ${APPSUPPORT}
+
+ OpenEmu
+
+ ROM Save
+ ${OPENEMU}
+ Save State
+ ${OPENEMU}
+
+
DirectoryNames
@@ -415,6 +441,32 @@
SoundSamples
+ 0.9.14
+
+ 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
@@ -562,6 +614,24 @@
nds
+ 0.9.14
+
+ Cocoa
+
+ ROM Save
+ dsv
+ Cheat
+ dct
+ Firmware Configuration
+ dfc
+ Lua Script
+ lua
+ Save State
+ dst
+ ROM
+ nds
+
+
FileTypeByExtensions
@@ -709,6 +779,24 @@
ROM
+ 0.9.14
+
+ Cocoa
+
+ dsv
+ ROM Save
+ dct
+ Cheat
+ dfc
+ Firmware Configuration
+ lua
+ Lua Script
+ dst
+ Save State
+ nds
+ ROM
+
+
diff --git a/desmume/src/frontend/cocoa/Info (Debug).plist b/desmume/src/frontend/cocoa/Info (Debug).plist
index 2d6571147..f8ca7f9b7 100644
--- a/desmume/src/frontend/cocoa/Info (Debug).plist
+++ b/desmume/src/frontend/cocoa/Info (Debug).plist
@@ -244,11 +244,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- v0.9.13 (Debug)
+ v0.9.14 (Debug)
CFBundleSignature
DSmM
CFBundleVersion
- 0.9.13
+ 0.9.14
LSApplicationCategoryType
public.app-category.games
LSMinimumSystemVersion
diff --git a/desmume/src/frontend/cocoa/Info.plist b/desmume/src/frontend/cocoa/Info.plist
index 420ec62ee..993af97c3 100644
--- a/desmume/src/frontend/cocoa/Info.plist
+++ b/desmume/src/frontend/cocoa/Info.plist
@@ -244,11 +244,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- v0.9.13
+ v0.9.14
CFBundleSignature
DSmM
CFBundleVersion
- 0.9.13
+ 0.9.14
LSApplicationCategoryType
public.app-category.games
LSMinimumSystemVersion
diff --git a/desmume/src/frontend/cocoa/cocoa_file.mm b/desmume/src/frontend/cocoa/cocoa_file.mm
index e35877433..a957411f8 100644
--- a/desmume/src/frontend/cocoa/cocoa_file.mm
+++ b/desmume/src/frontend/cocoa/cocoa_file.mm
@@ -738,6 +738,14 @@ static NSMutableDictionary *_gURLDictionary = nil;
portStr = @"Cocoa";
}
+ versionURL = [CocoaDSFile userAppSupportURL:nil version:@"0.9.14"];
+ versionPath = [versionURL path];
+ if (versionPath != nil && [[[filePath stringByDeletingLastPathComponent] stringByDeletingLastPathComponent] isEqualToString:versionPath])
+ {
+ versionStr = @"0.9.14";
+ portStr = @"Cocoa";
+ }
+
fileVersion = [[versionStr stringByAppendingString:@" "] stringByAppendingString:portStr];
return fileVersion;
diff --git a/desmume/src/frontend/cocoa/openemu/Info (OpenEmu Plug-in).plist b/desmume/src/frontend/cocoa/openemu/Info (OpenEmu Plug-in).plist
index 3d5141282..1c1b211d1 100644
--- a/desmume/src/frontend/cocoa/openemu/Info (OpenEmu Plug-in).plist
+++ b/desmume/src/frontend/cocoa/openemu/Info (OpenEmu Plug-in).plist
@@ -17,7 +17,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- v0.9.13 (OpenEmu Plug-in)
+ v0.9.14 (OpenEmu Plug-in)
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,7 +25,7 @@
MacOSX
CFBundleVersion
- 0.9.13
+ 0.9.14
CSResourcesFileMapped
yes
NSHumanReadableCopyright