diff --git a/Announce.txt b/Announce.txt index 31650f92c..ae2b2aff6 100644 --- a/Announce.txt +++ b/Announce.txt @@ -21,25 +21,32 @@ all of your favorite Atari 2600 games again! Stella was originally developed for Linux by Bradford W. Mott, however, it has been ported to a number of other platforms. -This is the 3.0 release of Stella for Linux, Mac OSX and Windows. -Distributions for other operating systems will appear as they become -available. The distributions currently available are: +This is the 3.0 release of Stella for Linux, Mac OSX and Windows. The +distributions currently available are: - * Binary installer (exe) for Windows 32-bit (stella-3.0-win32.exe) + * Binary installer (exe) for Windows 32-bit : + Stella-3.0-win32.exe - * Binary installer (exe) for Windows 64-bit (stella-3.0-x64.exe) + * Binary installer (exe) for Windows 64-bit : + Stella-3.0-x64.exe - * Binary zip for Windows, containing 32 and 64-bit (stella-3.0-windows.zip) + * Binary zip for Windows, containing 32 and 64-bit versions : + Stella-3.0-windows.zip - * Binary distribution for Mac OSX (StellaOSX3.0.dmg) + * Binary distribution for Mac OSX : + StellaOSX3.0.dmg - * Binary distribution in 32-bit Ubuntu DEB format (stella_3.0-1_i386.deb) + * Binary distribution in 32-bit Ubuntu DEB format : + stella_3.0-1_i386.deb - * Binary distribution in 64-bit Ubuntu DEB format (stella_3.0-1_amd64.deb) + * Binary distribution in 64-bit Ubuntu DEB format : + stella_3.0-1_amd64.deb - * Binary distribution in 32-bit RPM format for Linux (stella-3.0-1.i586.rpm) + * Binary distribution in 32-bit Mandriva RPM format : + stella-3.0-1.i586.rpm - * Source code distribution for all platforms (stella-3.0-src.tar.gz) + * Source code distribution for all platforms : + stella-3.0-src.tar.gz PLEASE DO NOT WRITE ASKING FOR ROM IMAGES TO USE WITH STELLA! ALL SUCH REQUESTS WILL BE IGNORED! diff --git a/Readme.txt b/Readme.txt index 7b7501836..2623e1cb0 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,5 +1,5 @@ This is release 3.0 of Stella. Stella is a multi-platform Atari 2600 VCS -emulator which allows you to play all of your favorite Atari 2600 games +emulator which allows you to play all of your favourite Atari 2600 games on your PC. You'll find the Stella Users Manual in the docs subdirectory. If you'd like to verify that you have the latest release of Stella visit the Stella Website at: diff --git a/docs/index.html b/docs/index.html index aa6bdb75f..a977d68fa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -433,7 +433,7 @@
  • Run the script Create_build.sh, located in the src/macosx directory. This will create a DMG file on your desktop.
  • OR -
  • Copy the StellaOSX.app package somewhere on your system
  • +
  • Copy the Stella.app package somewhere on your system
  • For compiling the Intel version only, open the stella-release/src/macosx/stella_intel.xcodeproj file instead, and continue from step 2 above.
  • @@ -3102,6 +3102,12 @@ Ms Pac-Man (Stella extended codes): Provided PHP and CSS code for a major update to the Stella website + + Richard Kennehan + Donated Atari light-sixer, various controllers, and several games to help + in testing ROMs on a real system + + Kostas Nakos Author/maintainer of the WinCE version of Stella starting with the diff --git a/src/macosx/AboutBox.m b/src/macosx/AboutBox.m index 067011e7b..29ec646b0 100644 --- a/src/macosx/AboutBox.m +++ b/src/macosx/AboutBox.m @@ -61,7 +61,7 @@ static AboutBox *sharedInstance = nil; localInfoDict = (NSDictionary *) CFBundleGetLocalInfoDictionary( localInfoBundle ); // Setup the app name field - appName = @"StellaOSX"; + appName = @"Stella"; [appNameField setStringValue:appName]; // Set the about box window title diff --git a/src/macosx/Create_build.sh b/src/macosx/Create_build.sh index 4ff0ac9d8..c34def62d 100755 --- a/src/macosx/Create_build.sh +++ b/src/macosx/Create_build.sh @@ -25,7 +25,7 @@ echo "Copying documentation ..." ditto ../../Announce.txt ../../Changes.txt ../../Copyright.txt ../../License.txt ../../Readme.txt ../../Todo.txt ${DISK} echo "Copying application ..." -cp -r build/Deployment/StellaOSX.app ${DISK} +cp -r build/Deployment/Stella.app ${DISK} echo "Ejecting ${DMG} ..." hdiutil eject ${DISK} diff --git a/src/macosx/Credits.html b/src/macosx/Credits.html index 7be230a37..9a5c8dc10 100644 --- a/src/macosx/Credits.html +++ b/src/macosx/Credits.html @@ -5,28 +5,21 @@ -
    -
    -StellaOSX
    -
    Copyright © 1995-2009 The Stella Team
    +
    +

    Stella

    A multi-platform Atari 2600 VCS emulator

    +Copyright © 1995-2009 The Stella Team
    http://stella.sourceforge.net

    -
    Macintosh OS X version by:
    -
    Copyright © 2007-2009 Stephen Anthony
    -
    Copyright © 2005-2006 Mark Grebe
    -
    -
    Current active members of the Stella development team:
    -    Bradford Mott (Original Author)
    -    Stephen Anthony (Current Maintainer)
    -    Mark Grebe  (Original Mac OSX Author)
    -    Brian Watson  (Emulator Core Enhancement/Debugger)
    -
    -Graphics by Simple DirectMedia Layer library
    +Macintosh OS X version:
    +Copyright © 2007-2009 Stephen Anthony
    +Copyright © 2005-2006 Mark Grebe
    +
    +Graphics by Simple DirectMedia Layer library
    http://www.libsdl.org

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    -as published by the Free Software Fuoundation;  either version 2
    +as published by the Free Software Foundation;  either version 2
    of the License, or (at your option) any later version.

     This program is distributed in the hope that it will be useful,
    diff --git a/src/macosx/English.lproj/InfoPlist.strings b/src/macosx/English.lproj/InfoPlist.strings index 3a7de1a23..369062e20 100755 Binary files a/src/macosx/English.lproj/InfoPlist.strings and b/src/macosx/English.lproj/InfoPlist.strings differ diff --git a/src/macosx/Info-StellaOSX.plist b/src/macosx/Info-Stella.plist similarity index 92% rename from src/macosx/Info-StellaOSX.plist rename to src/macosx/Info-Stella.plist index 62c8a395c..774d8610d 100644 --- a/src/macosx/Info-StellaOSX.plist +++ b/src/macosx/Info-Stella.plist @@ -31,9 +31,11 @@ CFBundleExecutable - StellaOSX + Stella + CFBundleDisplayName + CFBundleGetInfoString - StellaOSX + Stella CFBundleHelpBookFolder docs CFBundleHelpBookName @@ -41,11 +43,11 @@ CFBundleIconFile Stella CFBundleIdentifier - StellaOSX + Stella CFBundleInfoDictionaryVersion 6.0 CFBundleName - StellaOSX + Stella CFBundlePackageType APPL CFBundleSignature diff --git a/src/macosx/READMEbuild.txt b/src/macosx/READMEbuild.txt deleted file mode 100644 index 8a8efb83a..000000000 --- a/src/macosx/READMEbuild.txt +++ /dev/null @@ -1,18 +0,0 @@ -README for Building StellaOSX ------------------------------ - -StellaOSX is configured to be built using Xcode. The project file for doing -this is in this directory, named stella.pbproj. - -The project links the application with SDL, a static library. - -The project expects a copy of the SDL.Framework to be present in the macosx -directory. It will then link against this framework, and place a copy of the -framework in the Application bundle. The current version of the SDL framework -may be downloaded from www.libsdl.org. The current release is linked against -version 1.2.11 for MacOSX. The SDL framework may be located else where, but -the project include and copy framework settings would need to be changed. - -Mark Grebe - -$Id: READMEbuild.txt,v 1.4 2006-12-22 23:14:39 stephena Exp $ diff --git a/src/macosx/stella.xcodeproj/project.pbxproj b/src/macosx/stella.xcodeproj/project.pbxproj index f72e1bd17..04de35b67 100644 --- a/src/macosx/stella.xcodeproj/project.pbxproj +++ b/src/macosx/stella.xcodeproj/project.pbxproj @@ -471,7 +471,7 @@ 2D73959508C3EB4E0060BB99 /* CommandMenu.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = CommandMenu.cxx; path = ../gui/CommandMenu.cxx; sourceTree = SOURCE_ROOT; }; 2D73959608C3EB4E0060BB99 /* CommandMenu.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = CommandMenu.hxx; path = ../gui/CommandMenu.hxx; sourceTree = SOURCE_ROOT; }; 2D7B4F6C063B513200579B93 /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = Credits.html; sourceTree = SOURCE_ROOT; }; - 2D91751E09BA90390026E9FF /* StellaOSX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StellaOSX.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D91751E09BA90390026E9FF /* Stella.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Stella.app; sourceTree = BUILT_PRODUCTS_DIR; }; 2D9217FA0857CC88001D664B /* ConsoleFont.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = ConsoleFont.hxx; path = ../gui/ConsoleFont.hxx; sourceTree = SOURCE_ROOT; }; 2D9217FB0857CC88001D664B /* Font.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Font.cxx; path = ../gui/Font.cxx; sourceTree = SOURCE_ROOT; }; 2D9217FC0857CC88001D664B /* Font.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = Font.hxx; path = ../gui/Font.hxx; sourceTree = SOURCE_ROOT; }; @@ -632,7 +632,7 @@ DC173F750E2CAC1E00320F94 /* ContextMenu.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = ContextMenu.hxx; path = ../gui/ContextMenu.hxx; sourceTree = SOURCE_ROOT; }; DC1FC1880DB3B2C7009B3DF7 /* SerialPortMACOSX.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SerialPortMACOSX.cxx; sourceTree = ""; }; DC1FC1890DB3B2C7009B3DF7 /* SerialPortMACOSX.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SerialPortMACOSX.hxx; sourceTree = ""; }; - DC419D81108E10A3006E8687 /* Info-StellaOSX.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-StellaOSX.plist"; sourceTree = ""; }; + DC419D81108E10A3006E8687 /* Info-Stella.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Stella.plist"; sourceTree = ""; }; DC4613650D92C03600D8DAB9 /* RomAuditDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = RomAuditDialog.cxx; path = ../gui/RomAuditDialog.cxx; sourceTree = SOURCE_ROOT; }; DC4613660D92C03600D8DAB9 /* RomAuditDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = RomAuditDialog.hxx; path = ../gui/RomAuditDialog.hxx; sourceTree = SOURCE_ROOT; }; DC47454A09C34BFA00EDDA3A /* BankRomCheat.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BankRomCheat.cxx; path = ../cheat/BankRomCheat.cxx; sourceTree = SOURCE_ROOT; }; @@ -769,7 +769,7 @@ 19C28FACFE9D520D11CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 2D91751E09BA90390026E9FF /* StellaOSX.app */, + 2D91751E09BA90390026E9FF /* Stella.app */, ); name = Products; sourceTree = ""; @@ -777,7 +777,7 @@ 29B97314FDCFA39411CA2CEA /* «PROJECTNAMEASXML» */ = { isa = PBXGroup; children = ( - DC419D81108E10A3006E8687 /* Info-StellaOSX.plist */, + DC419D81108E10A3006E8687 /* Info-Stella.plist */, 080E96DDFE201D6D7F000001 /* Classes */, 29B97315FDCFA39411CA2CEA /* Other Sources */, 29B97317FDCFA39411CA2CEA /* Resources */, @@ -1375,9 +1375,9 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 2D9173C809BA90380026E9FF /* StellaOSX */ = { + 2D9173C809BA90380026E9FF /* Stella */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "StellaOSX" */; + buildConfigurationList = 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "Stella" */; buildPhases = ( 2D9173C909BA90380026E9FF /* ShellScript */, 2D9173CA09BA90380026E9FF /* Headers */, @@ -1394,10 +1394,10 @@ ); dependencies = ( ); - name = StellaOSX; + name = Stella; productInstallPath = "$(HOME)/Applications"; productName = "«PROJECTNAME»"; - productReference = 2D91751E09BA90390026E9FF /* StellaOSX.app */; + productReference = 2D91751E09BA90390026E9FF /* Stella.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -1412,7 +1412,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 2D9173C809BA90380026E9FF /* StellaOSX */, + 2D9173C809BA90380026E9FF /* Stella */, ); }; /* End PBXProject section */ @@ -1657,7 +1657,7 @@ ../gui, ., ); - INFOPLIST_FILE = "Info-StellaOSX.plist"; + INFOPLIST_FILE = "Info-Stella.plist"; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "$(LIBRARY_SEARCH_PATHS)"; OTHER_CFLAGS = ""; @@ -1666,7 +1666,7 @@ SDL, "-lz", ); - PRODUCT_NAME = StellaOSX; + PRODUCT_NAME = Stella; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1714,7 +1714,7 @@ ../gui, ., ); - INFOPLIST_FILE = "Info-StellaOSX.plist"; + INFOPLIST_FILE = "Info-Stella.plist"; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "$(LIBRARY_SEARCH_PATHS)"; OTHER_CFLAGS = ""; @@ -1723,7 +1723,7 @@ SDL, "-lz", ); - PRODUCT_NAME = StellaOSX; + PRODUCT_NAME = Stella; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1770,7 +1770,7 @@ ../gui, ., ); - INFOPLIST_FILE = "Info-StellaOSX.plist"; + INFOPLIST_FILE = "Info-Stella.plist"; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = .; OTHER_CFLAGS = ""; @@ -1779,7 +1779,7 @@ SDL, "-lz", ); - PRODUCT_NAME = StellaOSX; + PRODUCT_NAME = Stella; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1833,7 +1833,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "StellaOSX" */ = { + 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "Stella" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D91751709BA90380026E9FF /* Development */, diff --git a/src/macosx/stella_intel.xcodeproj/project.pbxproj b/src/macosx/stella_intel.xcodeproj/project.pbxproj index a2c3f05c2..6fa624d4c 100644 --- a/src/macosx/stella_intel.xcodeproj/project.pbxproj +++ b/src/macosx/stella_intel.xcodeproj/project.pbxproj @@ -471,7 +471,6 @@ 2D73959508C3EB4E0060BB99 /* CommandMenu.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = CommandMenu.cxx; path = ../gui/CommandMenu.cxx; sourceTree = SOURCE_ROOT; }; 2D73959608C3EB4E0060BB99 /* CommandMenu.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = CommandMenu.hxx; path = ../gui/CommandMenu.hxx; sourceTree = SOURCE_ROOT; }; 2D7B4F6C063B513200579B93 /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = Credits.html; sourceTree = SOURCE_ROOT; }; - 2D91751E09BA90390026E9FF /* StellaOSX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StellaOSX.app; sourceTree = BUILT_PRODUCTS_DIR; }; 2D9217FA0857CC88001D664B /* ConsoleFont.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = ConsoleFont.hxx; path = ../gui/ConsoleFont.hxx; sourceTree = SOURCE_ROOT; }; 2D9217FB0857CC88001D664B /* Font.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Font.cxx; path = ../gui/Font.cxx; sourceTree = SOURCE_ROOT; }; 2D9217FC0857CC88001D664B /* Font.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = Font.hxx; path = ../gui/Font.hxx; sourceTree = SOURCE_ROOT; }; @@ -632,7 +631,6 @@ DC173F750E2CAC1E00320F94 /* ContextMenu.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = ContextMenu.hxx; path = ../gui/ContextMenu.hxx; sourceTree = SOURCE_ROOT; }; DC1FC1880DB3B2C7009B3DF7 /* SerialPortMACOSX.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SerialPortMACOSX.cxx; sourceTree = ""; }; DC1FC1890DB3B2C7009B3DF7 /* SerialPortMACOSX.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = SerialPortMACOSX.hxx; sourceTree = ""; }; - DC419D81108E10A3006E8687 /* Info-StellaOSX.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-StellaOSX.plist"; sourceTree = ""; }; DC4613650D92C03600D8DAB9 /* RomAuditDialog.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = RomAuditDialog.cxx; path = ../gui/RomAuditDialog.cxx; sourceTree = SOURCE_ROOT; }; DC4613660D92C03600D8DAB9 /* RomAuditDialog.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = RomAuditDialog.hxx; path = ../gui/RomAuditDialog.hxx; sourceTree = SOURCE_ROOT; }; DC47454A09C34BFA00EDDA3A /* BankRomCheat.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BankRomCheat.cxx; path = ../cheat/BankRomCheat.cxx; sourceTree = SOURCE_ROOT; }; @@ -675,7 +673,9 @@ DCA00FF60DBABCAD00C3823D /* RiotDebug.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RiotDebug.hxx; path = ../debugger/RiotDebug.hxx; sourceTree = SOURCE_ROOT; }; DCA23AE70D75B22500F77B33 /* CartX07.cxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = CartX07.cxx; path = ../emucore/CartX07.cxx; sourceTree = SOURCE_ROOT; }; DCA23AE80D75B22500F77B33 /* CartX07.hxx */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; name = CartX07.hxx; path = ../emucore/CartX07.hxx; sourceTree = SOURCE_ROOT; }; + DCA43BFF10DED5890070CEFD /* Info-Stella.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Stella.plist"; sourceTree = ""; }; DCB9DA5E0FCD527000B192F6 /* GLShaderProgs.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = GLShaderProgs.hxx; path = ../common/GLShaderProgs.hxx; sourceTree = SOURCE_ROOT; }; + DCBA710010DED62E0077193B /* Stella.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Stella.app; sourceTree = BUILT_PRODUCTS_DIR; }; DCC527C810B9DA19005E1287 /* Device.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Device.cxx; path = ../emucore/Device.cxx; sourceTree = SOURCE_ROOT; }; DCC527C910B9DA19005E1287 /* Device.hxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Device.hxx; path = ../emucore/Device.hxx; sourceTree = SOURCE_ROOT; }; DCC527CA10B9DA19005E1287 /* M6502.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = M6502.cxx; path = ../emucore/M6502.cxx; sourceTree = SOURCE_ROOT; }; @@ -769,7 +769,7 @@ 19C28FACFE9D520D11CA2CBB /* Products */ = { isa = PBXGroup; children = ( - 2D91751E09BA90390026E9FF /* StellaOSX.app */, + DCBA710010DED62E0077193B /* Stella.app */, ); name = Products; sourceTree = ""; @@ -777,7 +777,7 @@ 29B97314FDCFA39411CA2CEA /* «PROJECTNAMEASXML» */ = { isa = PBXGroup; children = ( - DC419D81108E10A3006E8687 /* Info-StellaOSX.plist */, + DCA43BFF10DED5890070CEFD /* Info-Stella.plist */, 080E96DDFE201D6D7F000001 /* Classes */, 29B97315FDCFA39411CA2CEA /* Other Sources */, 29B97317FDCFA39411CA2CEA /* Resources */, @@ -1375,9 +1375,9 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 2D9173C809BA90380026E9FF /* StellaOSX */ = { + 2D9173C809BA90380026E9FF /* Stella */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "StellaOSX" */; + buildConfigurationList = 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "Stella" */; buildPhases = ( 2D9173C909BA90380026E9FF /* ShellScript */, 2D9173CA09BA90380026E9FF /* Headers */, @@ -1394,10 +1394,10 @@ ); dependencies = ( ); - name = StellaOSX; + name = Stella; productInstallPath = "$(HOME)/Applications"; productName = "«PROJECTNAME»"; - productReference = 2D91751E09BA90390026E9FF /* StellaOSX.app */; + productReference = DCBA710010DED62E0077193B /* Stella.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -1405,6 +1405,9 @@ /* Begin PBXProject section */ 29B97313FDCFA39411CA2CEA /* Project object */ = { isa = PBXProject; + attributes = { + ORGANIZATIONNAME = net.sourceforge.stella; + }; buildConfigurationList = 2D91752109BA903B0026E9FF /* Build configuration list for PBXProject "stella_intel" */; compatibilityVersion = "Xcode 3.2"; hasScannedForEncodings = 1; @@ -1412,7 +1415,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 2D9173C809BA90380026E9FF /* StellaOSX */, + 2D9173C809BA90380026E9FF /* Stella */, ); }; /* End PBXProject section */ @@ -1657,7 +1660,7 @@ ../gui, ., ); - INFOPLIST_FILE = "Info-StellaOSX.plist"; + INFOPLIST_FILE = "Info-Stella.plist"; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "$(LIBRARY_SEARCH_PATHS)"; OTHER_CFLAGS = ""; @@ -1666,7 +1669,7 @@ SDL, "-lz", ); - PRODUCT_NAME = StellaOSX; + PRODUCT_NAME = Stella; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1714,7 +1717,7 @@ ../gui, ., ); - INFOPLIST_FILE = "Info-StellaOSX.plist"; + INFOPLIST_FILE = "Info-Stella.plist"; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = "$(LIBRARY_SEARCH_PATHS)"; OTHER_CFLAGS = ""; @@ -1723,7 +1726,7 @@ SDL, "-lz", ); - PRODUCT_NAME = StellaOSX; + PRODUCT_NAME = Stella; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1770,7 +1773,7 @@ ../gui, ., ); - INFOPLIST_FILE = "Info-StellaOSX.plist"; + INFOPLIST_FILE = "Info-Stella.plist"; INSTALL_PATH = "$(HOME)/Applications"; LIBRARY_SEARCH_PATHS = .; OTHER_CFLAGS = ""; @@ -1779,7 +1782,7 @@ SDL, "-lz", ); - PRODUCT_NAME = StellaOSX; + PRODUCT_NAME = Stella; SECTORDER_FLAGS = ""; WARNING_CFLAGS = ( "-Wmost", @@ -1833,7 +1836,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "StellaOSX" */ = { + 2D91751609BA90380026E9FF /* Build configuration list for PBXNativeTarget "Stella" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D91751709BA90380026E9FF /* Development */, diff --git a/src/macosx/template.dmg.gz b/src/macosx/template.dmg.gz index b6f84a925..e3999f686 100644 Binary files a/src/macosx/template.dmg.gz and b/src/macosx/template.dmg.gz differ