mirror of https://github.com/stella-emu/stella.git
It seems that the NIB format for the OSX project files has changed.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2229 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
264145a939
commit
9cbd6fe94b
|
@ -1,73 +0,0 @@
|
||||||
{
|
|
||||||
IBClasses = (
|
|
||||||
{
|
|
||||||
ACTIONS = {showPanel = id; };
|
|
||||||
CLASS = AboutBox;
|
|
||||||
LANGUAGE = ObjC;
|
|
||||||
OUTLETS = {appNameField = id; creditsField = id; versionField = id; };
|
|
||||||
SUPERCLASS = NSObject;
|
|
||||||
},
|
|
||||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
||||||
{
|
|
||||||
ACTIONS = {
|
|
||||||
biggerScreen = id;
|
|
||||||
doPrefs = id;
|
|
||||||
fullScreen = id;
|
|
||||||
grabMouse = id;
|
|
||||||
heightMinus = id;
|
|
||||||
heightPlus = id;
|
|
||||||
mergeProps = id;
|
|
||||||
ntscPalMode = id;
|
|
||||||
openCart = id;
|
|
||||||
paddleChange = id;
|
|
||||||
pauseGame = id;
|
|
||||||
restartGame = id;
|
|
||||||
saveProps = id;
|
|
||||||
smallerScreen = id;
|
|
||||||
togglePallette = id;
|
|
||||||
volumeMinus = id;
|
|
||||||
volumePlus = id;
|
|
||||||
widthMinus = id;
|
|
||||||
widthPlus = id;
|
|
||||||
xStartMinus = id;
|
|
||||||
xStartPlus = id;
|
|
||||||
yStartMinus = id;
|
|
||||||
yStartPlus = id;
|
|
||||||
};
|
|
||||||
CLASS = Menus;
|
|
||||||
LANGUAGE = ObjC;
|
|
||||||
OUTLETS = {
|
|
||||||
decreaseHeightMenuItem = id;
|
|
||||||
decreaseVolumeMenuItem = id;
|
|
||||||
decreaseWidthMenuItem = id;
|
|
||||||
decreaseXStartMenuItem = id;
|
|
||||||
decreaseYStartMenuItem = id;
|
|
||||||
fullScreenMenuItem = id;
|
|
||||||
grabMouseMenuItem = id;
|
|
||||||
increaseHeightMenuItem = id;
|
|
||||||
increaseVolumeMenuItem = id;
|
|
||||||
increaseWidthMenuItem = id;
|
|
||||||
increaseXStartMenuItem = id;
|
|
||||||
increaseYStartMenuItem = id;
|
|
||||||
mergePropsMenuItem = id;
|
|
||||||
mousePaddle0MenuItem = id;
|
|
||||||
mousePaddle1MenuItem = id;
|
|
||||||
mousePaddle2MenuItem = id;
|
|
||||||
mousePaddle3MenuItem = id;
|
|
||||||
ntscPalMenuItem = id;
|
|
||||||
openMenuItem = id;
|
|
||||||
pauseMenuItem = id;
|
|
||||||
preferencesMenuItem = id;
|
|
||||||
restartMenuItem = id;
|
|
||||||
savePropsMenuItem = id;
|
|
||||||
screenBiggerMenuItem = id;
|
|
||||||
screenSmallerMenuItem = id;
|
|
||||||
togglePalletteMenuItem = id;
|
|
||||||
};
|
|
||||||
SUPERCLASS = NSObject;
|
|
||||||
},
|
|
||||||
{CLASS = Preferences; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
||||||
{CLASS = SDLMain; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
|
||||||
);
|
|
||||||
IBVersion = 1;
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>IBDocumentLocation</key>
|
|
||||||
<string>111 514 359 316 0 0 1280 1002 </string>
|
|
||||||
<key>IBEditorPositions</key>
|
|
||||||
<dict>
|
|
||||||
<key>29</key>
|
|
||||||
<string>172 472 447 44 0 0 1680 1028 </string>
|
|
||||||
</dict>
|
|
||||||
<key>IBFramework Version</key>
|
|
||||||
<string>446.1</string>
|
|
||||||
<key>IBSystem Version</key>
|
|
||||||
<string>8L2127</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue