diff --git a/desmume/src/cocoa/FileTypeInfo.plist b/desmume/src/cocoa/FileTypeInfo.plist
index b739c773e..7f845e262 100644
--- a/desmume/src/cocoa/FileTypeInfo.plist
+++ b/desmume/src/cocoa/FileTypeInfo.plist
@@ -8,6 +8,7 @@
0.9.7
0.9.8
0.9.9
+ 0.9.10
PortStrings
@@ -29,6 +30,11 @@
Cocoa
OpenEmu
+ 0.9.10
+
+ Cocoa
+ OpenEmu
+
DefaultPaths
@@ -96,6 +102,27 @@
${OPENEMU}
+ 0.9.10
+
+ Cocoa
+
+ ROM Save
+ ${APPSUPPORT}
+ Cheat
+ ${APPSUPPORT}
+ Firmware Configuration
+ ${APPSUPPORT}
+ Save State
+ ${APPSUPPORT}
+
+ OpenEmu
+
+ ROM Save
+ ${OPENEMU}
+ Save State
+ ${OPENEMU}
+
+
DirectoryNames
@@ -203,6 +230,32 @@
SoundSamples
+ 0.9.10
+
+ 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
@@ -278,6 +331,24 @@
nds
+ 0.9.10
+
+ Cocoa
+
+ ROM Save
+ dsv
+ Cheat
+ dct
+ Firmware Configuration
+ dfc
+ Lua Script
+ lua
+ Save State
+ dst
+ ROM
+ nds
+
+
FileTypeByExtensions
@@ -353,6 +424,24 @@
ROM
+ 0.9.10
+
+ 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 8e0e9af3f..d697ab4f0 100644
--- a/desmume/src/cocoa/Info (Debug).plist
+++ b/desmume/src/cocoa/Info (Debug).plist
@@ -240,17 +240,17 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- v0.9.9 (Debug)
+ v0.9.10 (Debug)
CFBundleSignature
DSmM
CFBundleVersion
- 0.9.9
+ 0.9.10
LSApplicationCategoryType
public.app-category.entertainment
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
- Copyright ©2013 DeSmuME Team. All rights reserved.
+ Copyright ©2012-2013 DeSmuME Team. All rights reserved.
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/desmume/src/cocoa/Info (Legacy Debug).plist b/desmume/src/cocoa/Info (Legacy Debug).plist
index 164dd190b..371734355 100644
--- a/desmume/src/cocoa/Info (Legacy Debug).plist
+++ b/desmume/src/cocoa/Info (Legacy Debug).plist
@@ -240,17 +240,17 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- v0.9.9 (Debug)
+ v0.9.10 (Debug)
CFBundleSignature
DSmM
CFBundleVersion
- 0.9.9
+ 0.9.10
LSApplicationCategoryType
public.app-category.entertainment
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
- Copyright ©2012 DeSmuME Team. All rights reserved.
+ Copyright ©2012-2013 DeSmuME Team. All rights reserved.
NSMainNibFile
MainMenu (Legacy)
NSPrincipalClass
diff --git a/desmume/src/cocoa/Info (Legacy).plist b/desmume/src/cocoa/Info (Legacy).plist
index 61f0c9ecd..8ab2dc1b8 100644
--- a/desmume/src/cocoa/Info (Legacy).plist
+++ b/desmume/src/cocoa/Info (Legacy).plist
@@ -240,17 +240,17 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- v0.9.9
+ v0.9.10
CFBundleSignature
DSmM
CFBundleVersion
- 0.9.9
+ 0.9.10
LSApplicationCategoryType
public.app-category.entertainment
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
- Copyright ©2012 DeSmuME Team. All rights reserved.
+ Copyright ©2012-2013 DeSmuME Team. All rights reserved.
NSMainNibFile
MainMenu (Legacy)
NSPrincipalClass
diff --git a/desmume/src/cocoa/Info.plist b/desmume/src/cocoa/Info.plist
index 13a8122c6..241776900 100644
--- a/desmume/src/cocoa/Info.plist
+++ b/desmume/src/cocoa/Info.plist
@@ -240,17 +240,17 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- v0.9.9
+ v0.9.10
CFBundleSignature
DSmM
CFBundleVersion
- 0.9.9
+ 0.9.10
LSApplicationCategoryType
public.app-category.entertainment
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
- Copyright ©2013 DeSmuME Team. All rights reserved.
+ Copyright ©2012-2013 DeSmuME Team. All rights reserved.
NSMainNibFile
MainMenu
NSPrincipalClass
diff --git a/desmume/src/cocoa/cocoa_file.mm b/desmume/src/cocoa/cocoa_file.mm
index 00f58adfd..de4f0d94a 100644
--- a/desmume/src/cocoa/cocoa_file.mm
+++ b/desmume/src/cocoa/cocoa_file.mm
@@ -678,6 +678,14 @@ static NSMutableDictionary *_gURLDictionary = nil;
portStr = @"Cocoa";
}
+ versionURL = [CocoaDSFile userAppSupportURL:nil version:@"0.9.9"];
+ versionPath = [versionURL path];
+ if (versionPath != nil && [[[filePath stringByDeletingLastPathComponent] stringByDeletingLastPathComponent] isEqualToString:versionPath])
+ {
+ versionStr = @"0.9.9";
+ 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 44ee66d95..48f884e21 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.9 (OpenEmu Plug-in)
+ v0.9.10 (OpenEmu Plug-in)
CFBundleSignature
????
CFBundleVersion
- 0.9.9
+ 0.9.10
CSResourcesFileMapped
yes
NSHumanReadableCopyright