mirror of https://github.com/stella-emu/stella.git
Made sure OSX template DMG is large enough to store all 3 architectures
that will be in the next release (ppc32, i386, x86_64). git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1891 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
174efe684d
commit
917f766a6d
|
@ -11,14 +11,14 @@
|
|||
|
||||
@interface AboutBox : NSObject
|
||||
{
|
||||
IBOutlet id appNameField;
|
||||
IBOutlet id creditsField;
|
||||
IBOutlet id versionField;
|
||||
NSTimer *scrollTimer;
|
||||
float currentPosition;
|
||||
float maxScrollHeight;
|
||||
NSTimeInterval startTime;
|
||||
BOOL restartAtTop;
|
||||
IBOutlet id appNameField;
|
||||
IBOutlet id creditsField;
|
||||
IBOutlet id versionField;
|
||||
NSTimer *scrollTimer;
|
||||
float currentPosition;
|
||||
float maxScrollHeight;
|
||||
NSTimeInterval startTime;
|
||||
BOOL restartAtTop;
|
||||
}
|
||||
|
||||
+ (AboutBox *)sharedInstance;
|
||||
|
|
|
@ -1830,6 +1830,7 @@
|
|||
GCC_ENABLE_CPP_RTTI = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
MACOSX_DEPLOYMENT_TARGET = "";
|
||||
};
|
||||
name = Deployment;
|
||||
};
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue