Cocoa Port: Bump version number to 0.9.13.
This commit is contained in:
parent
105a7f639d
commit
0346f7b946
|
@ -2,7 +2,7 @@
|
|||
_________________________________________
|
||||
Copyright (C) 2006 yopyop
|
||||
Copyright (C) 2006-2022 DeSmuME team
|
||||
Last Updated: May 12, 2022
|
||||
Last Updated: May 22, 2022
|
||||
|
||||
Contents:
|
||||
1) System Requirements ..................................................... 17
|
||||
|
@ -52,7 +52,7 @@ Please note that running DeSmuME on a PowerPC, while possible, is not fully
|
|||
supported. The PowerPC binary exists mostly for testing and development
|
||||
purposes, and also just because we can. Most games don't work well on PowerPC,
|
||||
and so you will be limited to running only the most basic of games, such as
|
||||
"Phoenix Wright: Ace Attorney."
|
||||
"Phoenix Wright: Ace Attorney" or "Picross DS."
|
||||
|
||||
|
||||
2) Quick Start Guide for Using DeSmuME for macOS ______________________________
|
||||
|
@ -356,8 +356,8 @@ possible. The better your descriptions are, the faster we can test and fix
|
|||
bugs. For example, if you observed a bug in the game "Golden Sun: Dark Dawn,"
|
||||
then the bug report could look something like this:
|
||||
|
||||
App Version: 0.9.12
|
||||
Operating System: macOS v12.3.1 (21E258)
|
||||
App Version: 0.9.13
|
||||
Operating System: macOS v12.4 (21F79)
|
||||
Mac Model Identifier: MacBookPro15,1
|
||||
ROM Name: GOLDENSUN_DD
|
||||
ROM Serial: NTR-BO5E-USA
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<string>0.9.10</string>
|
||||
<string>0.9.11</string>
|
||||
<string>0.9.12</string>
|
||||
<string>0.9.13</string>
|
||||
</array>
|
||||
<key>PortStrings</key>
|
||||
<dict>
|
||||
|
@ -47,6 +48,11 @@
|
|||
<string>Cocoa</string>
|
||||
<string>OpenEmu</string>
|
||||
</array>
|
||||
<key>0.9.13</key>
|
||||
<array>
|
||||
<string>Cocoa</string>
|
||||
<string>OpenEmu</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>DefaultPaths</key>
|
||||
<dict>
|
||||
|
@ -177,6 +183,27 @@
|
|||
<string>${OPENEMU}</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>0.9.13</key>
|
||||
<dict>
|
||||
<key>Cocoa</key>
|
||||
<dict>
|
||||
<key>ROM Save</key>
|
||||
<string>${APPSUPPORT}</string>
|
||||
<key>Cheat</key>
|
||||
<string>${APPSUPPORT}</string>
|
||||
<key>Firmware Configuration</key>
|
||||
<string>${APPSUPPORT}</string>
|
||||
<key>Save State</key>
|
||||
<string>${APPSUPPORT}</string>
|
||||
</dict>
|
||||
<key>OpenEmu</key>
|
||||
<dict>
|
||||
<key>ROM Save</key>
|
||||
<string>${OPENEMU}</string>
|
||||
<key>Save State</key>
|
||||
<string>${OPENEMU}</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>DirectoryNames</key>
|
||||
<dict>
|
||||
|
@ -362,6 +389,32 @@
|
|||
<string>SoundSamples</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>0.9.13</key>
|
||||
<dict>
|
||||
<key>Cocoa</key>
|
||||
<dict>
|
||||
<key>ROM Save</key>
|
||||
<string>Battery</string>
|
||||
<key>Cheat</key>
|
||||
<string>Cheats</string>
|
||||
<key>Firmware Configuration</key>
|
||||
<string>Battery</string>
|
||||
<key>Lua Script</key>
|
||||
<string>Lua</string>
|
||||
<key>Video</key>
|
||||
<string>AviFiles</string>
|
||||
<key>R4 Format</key>
|
||||
<string>R4format</string>
|
||||
<key>ROM</key>
|
||||
<string>Roms</string>
|
||||
<key>Save State</key>
|
||||
<string>States</string>
|
||||
<key>Screenshot</key>
|
||||
<string>Screenshots</string>
|
||||
<key>Sound Sample</key>
|
||||
<string>SoundSamples</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>FileExtensionByTypes</key>
|
||||
<dict>
|
||||
|
@ -491,6 +544,24 @@
|
|||
<string>nds</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>0.9.13</key>
|
||||
<dict>
|
||||
<key>Cocoa</key>
|
||||
<dict>
|
||||
<key>ROM Save</key>
|
||||
<string>dsv</string>
|
||||
<key>Cheat</key>
|
||||
<string>dct</string>
|
||||
<key>Firmware Configuration</key>
|
||||
<string>dfc</string>
|
||||
<key>Lua Script</key>
|
||||
<string>lua</string>
|
||||
<key>Save State</key>
|
||||
<string>dst</string>
|
||||
<key>ROM</key>
|
||||
<string>nds</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>FileTypeByExtensions</key>
|
||||
<dict>
|
||||
|
@ -620,6 +691,24 @@
|
|||
<string>ROM</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>0.9.13</key>
|
||||
<dict>
|
||||
<key>Cocoa</key>
|
||||
<dict>
|
||||
<key>dsv</key>
|
||||
<string>ROM Save</string>
|
||||
<key>dct</key>
|
||||
<string>Cheat</string>
|
||||
<key>dfc</key>
|
||||
<string>Firmware Configuration</string>
|
||||
<key>lua</key>
|
||||
<string>Lua Script</string>
|
||||
<key>dst</key>
|
||||
<string>Save State</string>
|
||||
<key>nds</key>
|
||||
<string>ROM</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -244,11 +244,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>v0.9.12 (Debug)</string>
|
||||
<string>v0.9.13 (Debug)</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>DSmM</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.9.12</string>
|
||||
<string>0.9.13</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
@ -244,11 +244,11 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>v0.9.12</string>
|
||||
<string>v0.9.13</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>DSmM</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.9.12</string>
|
||||
<string>0.9.13</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
@ -730,6 +730,14 @@ static NSMutableDictionary *_gURLDictionary = nil;
|
|||
portStr = @"Cocoa";
|
||||
}
|
||||
|
||||
versionURL = [CocoaDSFile userAppSupportURL:nil version:@"0.9.13"];
|
||||
versionPath = [versionURL path];
|
||||
if (versionPath != nil && [[[filePath stringByDeletingLastPathComponent] stringByDeletingLastPathComponent] isEqualToString:versionPath])
|
||||
{
|
||||
versionStr = @"0.9.13";
|
||||
portStr = @"Cocoa";
|
||||
}
|
||||
|
||||
fileVersion = [[versionStr stringByAppendingString:@" "] stringByAppendingString:portStr];
|
||||
|
||||
return fileVersion;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>v0.9.12 (OpenEmu Plug-in)</string>
|
||||
<string>v0.9.13 (OpenEmu Plug-in)</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.9.12</string>
|
||||
<string>0.9.13</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<string>yes</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
|
Loading…
Reference in New Issue