Cocoa Port: Bump version number to 0.9.13.

This commit is contained in:
rogerman 2022-05-21 19:41:57 -07:00
parent 105a7f639d
commit 0346f7b946
6 changed files with 107 additions and 10 deletions

View File

@ -2,7 +2,7 @@
_________________________________________ _________________________________________
Copyright (C) 2006 yopyop Copyright (C) 2006 yopyop
Copyright (C) 2006-2022 DeSmuME team Copyright (C) 2006-2022 DeSmuME team
Last Updated: May 12, 2022 Last Updated: May 22, 2022
Contents: Contents:
1) System Requirements ..................................................... 17 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 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, 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 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 ______________________________ 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," bugs. For example, if you observed a bug in the game "Golden Sun: Dark Dawn,"
then the bug report could look something like this: then the bug report could look something like this:
App Version: 0.9.12 App Version: 0.9.13
Operating System: macOS v12.3.1 (21E258) Operating System: macOS v12.4 (21F79)
Mac Model Identifier: MacBookPro15,1 Mac Model Identifier: MacBookPro15,1
ROM Name: GOLDENSUN_DD ROM Name: GOLDENSUN_DD
ROM Serial: NTR-BO5E-USA ROM Serial: NTR-BO5E-USA

View File

@ -11,6 +11,7 @@
<string>0.9.10</string> <string>0.9.10</string>
<string>0.9.11</string> <string>0.9.11</string>
<string>0.9.12</string> <string>0.9.12</string>
<string>0.9.13</string>
</array> </array>
<key>PortStrings</key> <key>PortStrings</key>
<dict> <dict>
@ -47,6 +48,11 @@
<string>Cocoa</string> <string>Cocoa</string>
<string>OpenEmu</string> <string>OpenEmu</string>
</array> </array>
<key>0.9.13</key>
<array>
<string>Cocoa</string>
<string>OpenEmu</string>
</array>
</dict> </dict>
<key>DefaultPaths</key> <key>DefaultPaths</key>
<dict> <dict>
@ -177,6 +183,27 @@
<string>${OPENEMU}</string> <string>${OPENEMU}</string>
</dict> </dict>
</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> </dict>
<key>DirectoryNames</key> <key>DirectoryNames</key>
<dict> <dict>
@ -362,6 +389,32 @@
<string>SoundSamples</string> <string>SoundSamples</string>
</dict> </dict>
</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> </dict>
<key>FileExtensionByTypes</key> <key>FileExtensionByTypes</key>
<dict> <dict>
@ -491,6 +544,24 @@
<string>nds</string> <string>nds</string>
</dict> </dict>
</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> </dict>
<key>FileTypeByExtensions</key> <key>FileTypeByExtensions</key>
<dict> <dict>
@ -620,6 +691,24 @@
<string>ROM</string> <string>ROM</string>
</dict> </dict>
</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>
</dict> </dict>
</plist> </plist>

View File

@ -244,11 +244,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>v0.9.12 (Debug)</string> <string>v0.9.13 (Debug)</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>DSmM</string> <string>DSmM</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.9.12</string> <string>0.9.13</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.games</string> <string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View File

@ -244,11 +244,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>v0.9.12</string> <string>v0.9.13</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>DSmM</string> <string>DSmM</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.9.12</string> <string>0.9.13</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.games</string> <string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View File

@ -730,6 +730,14 @@ static NSMutableDictionary *_gURLDictionary = nil;
portStr = @"Cocoa"; 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]; fileVersion = [[versionStr stringByAppendingString:@" "] stringByAppendingString:portStr];
return fileVersion; return fileVersion;

View File

@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>BNDL</string> <string>BNDL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>v0.9.12 (OpenEmu Plug-in)</string> <string>v0.9.13 (OpenEmu Plug-in)</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
@ -25,7 +25,7 @@
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.9.12</string> <string>0.9.13</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<string>yes</string> <string>yes</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>