mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-27 21:29:42 +00:00
734 lines
36 KiB
Plaintext
734 lines
36 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
773B3D101956885A0085CE5F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 773B3D0F1956885A0085CE5F /* Cocoa.framework */; };
|
|
773B3D1A1956885A0085CE5F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 773B3D181956885A0085CE5F /* InfoPlist.strings */; };
|
|
773B3D1C1956885A0085CE5F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D1B1956885A0085CE5F /* main.m */; };
|
|
773B3D201956885A0085CE5F /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 773B3D1E1956885A0085CE5F /* Credits.rtf */; };
|
|
773B3D231956885A0085CE5F /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D221956885A0085CE5F /* AppDelegate.m */; };
|
|
773B3D261956885A0085CE5F /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 773B3D241956885A0085CE5F /* MainMenu.xib */; };
|
|
773B3D281956885A0085CE5F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 773B3D271956885A0085CE5F /* Images.xcassets */; };
|
|
773B3D2F1956885A0085CE5F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 773B3D2E1956885A0085CE5F /* XCTest.framework */; };
|
|
773B3D301956885A0085CE5F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 773B3D0F1956885A0085CE5F /* Cocoa.framework */; };
|
|
773B3D381956885A0085CE5F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 773B3D361956885A0085CE5F /* InfoPlist.strings */; };
|
|
773B3DA019568A570085CE5F /* cpu-supp.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D5D19568A570085CE5F /* cpu-supp.c */; };
|
|
773B3DA219568A570085CE5F /* darwin-shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D6019568A570085CE5F /* darwin-shim.c */; };
|
|
773B3DA319568A570085CE5F /* disk.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D6219568A570085CE5F /* disk.c */; };
|
|
773B3DA419568A570085CE5F /* display.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D6419568A570085CE5F /* display.c */; };
|
|
773B3DA519568A570085CE5F /* font.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D6519568A570085CE5F /* font.c */; };
|
|
773B3DAA19568A570085CE5F /* joystick.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D6C19568A570085CE5F /* joystick.c */; };
|
|
773B3DAB19568A570085CE5F /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D6E19568A570085CE5F /* keys.c */; };
|
|
773B3DAC19568A570085CE5F /* debug.l in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D7219568A570085CE5F /* debug.l */; };
|
|
773B3DAD19568A570085CE5F /* debugger.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D7319568A570085CE5F /* debugger.c */; };
|
|
773B3DAE19568A570085CE5F /* opcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D7419568A570085CE5F /* opcodes.c */; };
|
|
773B3DAF19568A570085CE5F /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D7519568A570085CE5F /* misc.c */; };
|
|
773B3DB019568A570085CE5F /* prefs.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D7719568A570085CE5F /* prefs.c */; };
|
|
773B3DBC19568A570085CE5F /* timing.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D8719568A570085CE5F /* timing.c */; };
|
|
773B3DBE19568A570085CE5F /* vm.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D8D19568A570085CE5F /* vm.c */; };
|
|
773B3DBF19568A570085CE5F /* cpu.S in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D9019568A570085CE5F /* cpu.S */; };
|
|
773B3DC019568A570085CE5F /* darwin-glue.S in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D9119568A570085CE5F /* darwin-glue.S */; };
|
|
773B3DC319568A570085CE5F /* zlib-helpers.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D9519568A570085CE5F /* zlib-helpers.c */; };
|
|
773B3DC419568AA70085CE5F /* testcommon.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D7C19568A570085CE5F /* testcommon.c */; };
|
|
773B3DC519568AAA0085CE5F /* testcpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 773B3D7E19568A570085CE5F /* testcpu.c */; };
|
|
773B3DCB1956903D0085CE5F /* libz.1.1.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 773B3DCA1956903D0085CE5F /* libz.1.1.3.dylib */; };
|
|
773B3DD3195697290085CE5F /* EmulatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = 773B3DD2195697290085CE5F /* EmulatorView.m */; };
|
|
779DD827195764E200DF89E5 /* rom-shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 779DD826195764E200DF89E5 /* rom-shim.c */; };
|
|
779DD8281957653F00DF89E5 /* rom-shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 779DD826195764E200DF89E5 /* rom-shim.c */; };
|
|
779DD82A195765DD00DF89E5 /* Apple2MacCPUTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 779DD829195765DD00DF89E5 /* Apple2MacCPUTests.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
773B3D311956885A0085CE5F /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 773B3D04195688590085CE5F /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 773B3D0B195688590085CE5F;
|
|
remoteInfo = Apple2Mac;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
773B3D0C1956885A0085CE5F /* Apple2Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Apple2Mac.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
773B3D0F1956885A0085CE5F /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
773B3D121956885A0085CE5F /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
773B3D131956885A0085CE5F /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
773B3D141956885A0085CE5F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
773B3D171956885A0085CE5F /* Apple2Mac-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Apple2Mac-Info.plist"; sourceTree = "<group>"; };
|
|
773B3D191956885A0085CE5F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
773B3D1B1956885A0085CE5F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
773B3D1D1956885A0085CE5F /* Apple2Mac-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Apple2Mac-Prefix.pch"; sourceTree = "<group>"; };
|
|
773B3D1F1956885A0085CE5F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
|
773B3D211956885A0085CE5F /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
773B3D221956885A0085CE5F /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
773B3D251956885A0085CE5F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
773B3D271956885A0085CE5F /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
773B3D2D1956885A0085CE5F /* Apple2MacTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Apple2MacTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
773B3D2E1956885A0085CE5F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
773B3D351956885A0085CE5F /* Apple2MacTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Apple2MacTests-Info.plist"; sourceTree = "<group>"; };
|
|
773B3D371956885A0085CE5F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
773B3D4719568A570085CE5F /* apple2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = apple2.h; sourceTree = "<group>"; };
|
|
773B3D5C19568A570085CE5F /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
773B3D5D19568A570085CE5F /* cpu-supp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "cpu-supp.c"; sourceTree = "<group>"; };
|
|
773B3D5E19568A570085CE5F /* cpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpu.h; sourceTree = "<group>"; };
|
|
773B3D6019568A570085CE5F /* darwin-shim.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "darwin-shim.c"; sourceTree = "<group>"; };
|
|
773B3D6119568A570085CE5F /* darwin-shim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "darwin-shim.h"; sourceTree = "<group>"; };
|
|
773B3D6219568A570085CE5F /* disk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = disk.c; sourceTree = "<group>"; };
|
|
773B3D6319568A570085CE5F /* disk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = disk.h; sourceTree = "<group>"; };
|
|
773B3D6419568A570085CE5F /* display.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = display.c; sourceTree = "<group>"; };
|
|
773B3D6519568A570085CE5F /* font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = font.c; sourceTree = "<group>"; };
|
|
773B3D6919568A570085CE5F /* glue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = glue.h; sourceTree = "<group>"; };
|
|
773B3D6C19568A570085CE5F /* joystick.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = joystick.c; sourceTree = "<group>"; };
|
|
773B3D6D19568A570085CE5F /* joystick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = joystick.h; sourceTree = "<group>"; };
|
|
773B3D6E19568A570085CE5F /* keys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = keys.c; sourceTree = "<group>"; };
|
|
773B3D6F19568A570085CE5F /* keys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = keys.h; sourceTree = "<group>"; };
|
|
773B3D7119568A570085CE5F /* debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
|
|
773B3D7219568A570085CE5F /* debug.l */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = debug.l; sourceTree = "<group>"; };
|
|
773B3D7319568A570085CE5F /* debugger.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = debugger.c; sourceTree = "<group>"; };
|
|
773B3D7419568A570085CE5F /* opcodes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = opcodes.c; sourceTree = "<group>"; };
|
|
773B3D7519568A570085CE5F /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = misc.c; sourceTree = "<group>"; };
|
|
773B3D7619568A570085CE5F /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = misc.h; sourceTree = "<group>"; };
|
|
773B3D7719568A570085CE5F /* prefs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = prefs.c; sourceTree = "<group>"; };
|
|
773B3D7819568A570085CE5F /* prefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = prefs.h; sourceTree = "<group>"; };
|
|
773B3D7A19568A570085CE5F /* greatest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = greatest.h; sourceTree = "<group>"; };
|
|
773B3D7C19568A570085CE5F /* testcommon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = testcommon.c; sourceTree = "<group>"; };
|
|
773B3D7D19568A570085CE5F /* testcommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testcommon.h; sourceTree = "<group>"; };
|
|
773B3D7E19568A570085CE5F /* testcpu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = testcpu.c; sourceTree = "<group>"; };
|
|
773B3D7F19568A570085CE5F /* testdisplay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = testdisplay.c; sourceTree = "<group>"; };
|
|
773B3D8619568A570085CE5F /* testvm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = testvm.c; sourceTree = "<group>"; };
|
|
773B3D8719568A570085CE5F /* timing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = timing.c; sourceTree = "<group>"; };
|
|
773B3D8819568A570085CE5F /* timing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = timing.h; sourceTree = "<group>"; };
|
|
773B3D8919568A570085CE5F /* uthash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uthash.h; sourceTree = "<group>"; };
|
|
773B3D8B19568A570085CE5F /* video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = video.h; sourceTree = "<group>"; };
|
|
773B3D8D19568A570085CE5F /* vm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vm.c; sourceTree = "<group>"; };
|
|
773B3D8F19568A570085CE5F /* cpu-regs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cpu-regs.h"; sourceTree = "<group>"; };
|
|
773B3D9019568A570085CE5F /* cpu.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = cpu.S; sourceTree = "<group>"; };
|
|
773B3D9119568A570085CE5F /* darwin-glue.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = "darwin-glue.S"; sourceTree = "<group>"; };
|
|
773B3D9319568A570085CE5F /* glue-prologue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "glue-prologue.h"; sourceTree = "<group>"; };
|
|
773B3D9519568A570085CE5F /* zlib-helpers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "zlib-helpers.c"; sourceTree = "<group>"; };
|
|
773B3D9619568A570085CE5F /* zlib-helpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "zlib-helpers.h"; sourceTree = "<group>"; };
|
|
773B3DCA1956903D0085CE5F /* libz.1.1.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.1.1.3.dylib; path = usr/lib/libz.1.1.3.dylib; sourceTree = SDKROOT; };
|
|
773B3DD1195697290085CE5F /* EmulatorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmulatorView.h; sourceTree = "<group>"; };
|
|
773B3DD2195697290085CE5F /* EmulatorView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EmulatorView.m; sourceTree = "<group>"; };
|
|
779DD826195764E200DF89E5 /* rom-shim.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "rom-shim.c"; sourceTree = "<group>"; };
|
|
779DD829195765DD00DF89E5 /* Apple2MacCPUTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Apple2MacCPUTests.m; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
773B3D09195688590085CE5F /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
773B3DCB1956903D0085CE5F /* libz.1.1.3.dylib in Frameworks */,
|
|
773B3D101956885A0085CE5F /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
773B3D2A1956885A0085CE5F /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
773B3D301956885A0085CE5F /* Cocoa.framework in Frameworks */,
|
|
773B3D2F1956885A0085CE5F /* XCTest.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
773B3D03195688590085CE5F = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D151956885A0085CE5F /* Apple2Mac */,
|
|
773B3D331956885A0085CE5F /* Apple2MacTests */,
|
|
773B3D0E1956885A0085CE5F /* Frameworks */,
|
|
773B3D0D1956885A0085CE5F /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D0D1956885A0085CE5F /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D0C1956885A0085CE5F /* Apple2Mac.app */,
|
|
773B3D2D1956885A0085CE5F /* Apple2MacTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D0E1956885A0085CE5F /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3DCA1956903D0085CE5F /* libz.1.1.3.dylib */,
|
|
773B3D0F1956885A0085CE5F /* Cocoa.framework */,
|
|
773B3D2E1956885A0085CE5F /* XCTest.framework */,
|
|
773B3D111956885A0085CE5F /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D111956885A0085CE5F /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D121956885A0085CE5F /* AppKit.framework */,
|
|
773B3D131956885A0085CE5F /* CoreData.framework */,
|
|
773B3D141956885A0085CE5F /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D151956885A0085CE5F /* Apple2Mac */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D4519568A570085CE5F /* src */,
|
|
773B3D431956897D0085CE5F /* Classes */,
|
|
773B3D44195689910085CE5F /* Resources */,
|
|
773B3D161956885A0085CE5F /* Supporting Files */,
|
|
);
|
|
path = Apple2Mac;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D161956885A0085CE5F /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D171956885A0085CE5F /* Apple2Mac-Info.plist */,
|
|
773B3D181956885A0085CE5F /* InfoPlist.strings */,
|
|
773B3D1B1956885A0085CE5F /* main.m */,
|
|
773B3D1D1956885A0085CE5F /* Apple2Mac-Prefix.pch */,
|
|
773B3D1E1956885A0085CE5F /* Credits.rtf */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D331956885A0085CE5F /* Apple2MacTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
779DD829195765DD00DF89E5 /* Apple2MacCPUTests.m */,
|
|
773B3D7919568A570085CE5F /* test */,
|
|
773B3D341956885A0085CE5F /* Supporting Files */,
|
|
);
|
|
path = Apple2MacTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D341956885A0085CE5F /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D351956885A0085CE5F /* Apple2MacTests-Info.plist */,
|
|
773B3D361956885A0085CE5F /* InfoPlist.strings */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D431956897D0085CE5F /* Classes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D211956885A0085CE5F /* AppDelegate.h */,
|
|
773B3D221956885A0085CE5F /* AppDelegate.m */,
|
|
773B3DD1195697290085CE5F /* EmulatorView.h */,
|
|
773B3DD2195697290085CE5F /* EmulatorView.m */,
|
|
);
|
|
name = Classes;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D44195689910085CE5F /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D271956885A0085CE5F /* Images.xcassets */,
|
|
773B3D241956885A0085CE5F /* MainMenu.xib */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D4519568A570085CE5F /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D4719568A570085CE5F /* apple2.h */,
|
|
773B3D5C19568A570085CE5F /* common.h */,
|
|
773B3D5D19568A570085CE5F /* cpu-supp.c */,
|
|
773B3D5E19568A570085CE5F /* cpu.h */,
|
|
773B3D6019568A570085CE5F /* darwin-shim.c */,
|
|
773B3D6119568A570085CE5F /* darwin-shim.h */,
|
|
773B3D6219568A570085CE5F /* disk.c */,
|
|
773B3D6319568A570085CE5F /* disk.h */,
|
|
773B3D6419568A570085CE5F /* display.c */,
|
|
773B3D6519568A570085CE5F /* font.c */,
|
|
773B3D6919568A570085CE5F /* glue.h */,
|
|
773B3D6C19568A570085CE5F /* joystick.c */,
|
|
773B3D6D19568A570085CE5F /* joystick.h */,
|
|
773B3D6E19568A570085CE5F /* keys.c */,
|
|
773B3D6F19568A570085CE5F /* keys.h */,
|
|
773B3D7019568A570085CE5F /* meta */,
|
|
773B3D7519568A570085CE5F /* misc.c */,
|
|
773B3D7619568A570085CE5F /* misc.h */,
|
|
773B3D7719568A570085CE5F /* prefs.c */,
|
|
773B3D7819568A570085CE5F /* prefs.h */,
|
|
779DD826195764E200DF89E5 /* rom-shim.c */,
|
|
773B3D8719568A570085CE5F /* timing.c */,
|
|
773B3D8819568A570085CE5F /* timing.h */,
|
|
773B3D8919568A570085CE5F /* uthash.h */,
|
|
773B3D8A19568A570085CE5F /* video */,
|
|
773B3D8D19568A570085CE5F /* vm.c */,
|
|
773B3D8E19568A570085CE5F /* x86 */,
|
|
773B3D9519568A570085CE5F /* zlib-helpers.c */,
|
|
773B3D9619568A570085CE5F /* zlib-helpers.h */,
|
|
);
|
|
name = src;
|
|
path = ../../src;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D7019568A570085CE5F /* meta */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D7119568A570085CE5F /* debug.h */,
|
|
773B3D7219568A570085CE5F /* debug.l */,
|
|
773B3D7319568A570085CE5F /* debugger.c */,
|
|
773B3D7419568A570085CE5F /* opcodes.c */,
|
|
);
|
|
path = meta;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D7919568A570085CE5F /* test */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D7A19568A570085CE5F /* greatest.h */,
|
|
773B3D7C19568A570085CE5F /* testcommon.c */,
|
|
773B3D7D19568A570085CE5F /* testcommon.h */,
|
|
773B3D7E19568A570085CE5F /* testcpu.c */,
|
|
773B3D7F19568A570085CE5F /* testdisplay.c */,
|
|
773B3D8619568A570085CE5F /* testvm.c */,
|
|
);
|
|
name = test;
|
|
path = ../../src/test;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D8A19568A570085CE5F /* video */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D8B19568A570085CE5F /* video.h */,
|
|
);
|
|
path = video;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D8E19568A570085CE5F /* x86 */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
773B3D8F19568A570085CE5F /* cpu-regs.h */,
|
|
773B3D9019568A570085CE5F /* cpu.S */,
|
|
773B3D9119568A570085CE5F /* darwin-glue.S */,
|
|
773B3D9319568A570085CE5F /* glue-prologue.h */,
|
|
);
|
|
path = x86;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
773B3D0B195688590085CE5F /* Apple2Mac */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 773B3D3D1956885A0085CE5F /* Build configuration list for PBXNativeTarget "Apple2Mac" */;
|
|
buildPhases = (
|
|
773B3DC819568B6C0085CE5F /* ShellScript */,
|
|
773B3D08195688590085CE5F /* Sources */,
|
|
773B3D09195688590085CE5F /* Frameworks */,
|
|
773B3DC919568BF20085CE5F /* ShellScript */,
|
|
773B3D0A195688590085CE5F /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Apple2Mac;
|
|
productName = Apple2Mac;
|
|
productReference = 773B3D0C1956885A0085CE5F /* Apple2Mac.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
773B3D2C1956885A0085CE5F /* Apple2MacTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 773B3D401956885A0085CE5F /* Build configuration list for PBXNativeTarget "Apple2MacTests" */;
|
|
buildPhases = (
|
|
773B3D291956885A0085CE5F /* Sources */,
|
|
773B3D2A1956885A0085CE5F /* Frameworks */,
|
|
773B3D2B1956885A0085CE5F /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
773B3D321956885A0085CE5F /* PBXTargetDependency */,
|
|
);
|
|
name = Apple2MacTests;
|
|
productName = Apple2MacTests;
|
|
productReference = 773B3D2D1956885A0085CE5F /* Apple2MacTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
773B3D04195688590085CE5F /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0510;
|
|
ORGANIZATIONNAME = deadc0de.org;
|
|
TargetAttributes = {
|
|
773B3D2C1956885A0085CE5F = {
|
|
TestTargetID = 773B3D0B195688590085CE5F;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 773B3D07195688590085CE5F /* Build configuration list for PBXProject "Apple2Mac" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 773B3D03195688590085CE5F;
|
|
productRefGroup = 773B3D0D1956885A0085CE5F /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
773B3D0B195688590085CE5F /* Apple2Mac */,
|
|
773B3D2C1956885A0085CE5F /* Apple2MacTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
773B3D0A195688590085CE5F /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
773B3D1A1956885A0085CE5F /* InfoPlist.strings in Resources */,
|
|
773B3D281956885A0085CE5F /* Images.xcassets in Resources */,
|
|
773B3D201956885A0085CE5F /* Credits.rtf in Resources */,
|
|
773B3D261956885A0085CE5F /* MainMenu.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
773B3D2B1956885A0085CE5F /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
773B3D381956885A0085CE5F /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
773B3DC819568B6C0085CE5F /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"$SRCROOT/../src/x86/genglue\" \"$SRCROOT/../src/disk.c\" \"$SRCROOT/../src/misc.c\" \"$SRCROOT/../src/display.c\" \"$SRCROOT/../src/vm.c\" > \"$SRCROOT/../src/x86/glue.S\"";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
773B3DC919568BF20085CE5F /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "/bin/rm -f \"$SRCROOT/../src/x86/glue.S\"";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
773B3D08195688590085CE5F /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
773B3DBF19568A570085CE5F /* cpu.S in Sources */,
|
|
773B3DB019568A570085CE5F /* prefs.c in Sources */,
|
|
773B3DA419568A570085CE5F /* display.c in Sources */,
|
|
773B3DA319568A570085CE5F /* disk.c in Sources */,
|
|
773B3DAD19568A570085CE5F /* debugger.c in Sources */,
|
|
773B3DAB19568A570085CE5F /* keys.c in Sources */,
|
|
773B3DBC19568A570085CE5F /* timing.c in Sources */,
|
|
773B3DAF19568A570085CE5F /* misc.c in Sources */,
|
|
773B3DAE19568A570085CE5F /* opcodes.c in Sources */,
|
|
779DD827195764E200DF89E5 /* rom-shim.c in Sources */,
|
|
773B3DC319568A570085CE5F /* zlib-helpers.c in Sources */,
|
|
773B3DA219568A570085CE5F /* darwin-shim.c in Sources */,
|
|
773B3D231956885A0085CE5F /* AppDelegate.m in Sources */,
|
|
773B3DAC19568A570085CE5F /* debug.l in Sources */,
|
|
773B3DA519568A570085CE5F /* font.c in Sources */,
|
|
773B3DA019568A570085CE5F /* cpu-supp.c in Sources */,
|
|
773B3DBE19568A570085CE5F /* vm.c in Sources */,
|
|
773B3DC019568A570085CE5F /* darwin-glue.S in Sources */,
|
|
773B3DD3195697290085CE5F /* EmulatorView.m in Sources */,
|
|
773B3D1C1956885A0085CE5F /* main.m in Sources */,
|
|
773B3DAA19568A570085CE5F /* joystick.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
773B3D291956885A0085CE5F /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
773B3DC419568AA70085CE5F /* testcommon.c in Sources */,
|
|
773B3DC519568AAA0085CE5F /* testcpu.c in Sources */,
|
|
779DD82A195765DD00DF89E5 /* Apple2MacCPUTests.m in Sources */,
|
|
779DD8281957653F00DF89E5 /* rom-shim.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
773B3D321956885A0085CE5F /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 773B3D0B195688590085CE5F /* Apple2Mac */;
|
|
targetProxy = 773B3D311956885A0085CE5F /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
773B3D181956885A0085CE5F /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
773B3D191956885A0085CE5F /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D1E1956885A0085CE5F /* Credits.rtf */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
773B3D1F1956885A0085CE5F /* en */,
|
|
);
|
|
name = Credits.rtf;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D241956885A0085CE5F /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
773B3D251956885A0085CE5F /* Base */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
773B3D361956885A0085CE5F /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
773B3D371956885A0085CE5F /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
773B3D3B1956885A0085CE5F /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
773B3D3C1956885A0085CE5F /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
773B3D3E1956885A0085CE5F /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = YES;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_OBJC_ARC = NO;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Apple2Mac/Apple2Mac-Prefix.pch";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"APPLE2IX=1",
|
|
"DEBUGGER=1",
|
|
"KEYPAD_JOYSTICK=1",
|
|
);
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
);
|
|
INFOPLIST_FILE = "Apple2Mac/Apple2Mac-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../src";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
773B3D3F1956885A0085CE5F /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = YES;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CLANG_ENABLE_OBJC_ARC = NO;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Apple2Mac/Apple2Mac-Prefix.pch";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"NDEBUG=1",
|
|
"APPLE2IX=1",
|
|
"DEBUGGER=1",
|
|
"KEYPAD_JOYSTICK=1",
|
|
);
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
|
);
|
|
INFOPLIST_FILE = "Apple2Mac/Apple2Mac-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/../src";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
773B3D411956885A0085CE5F /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Apple2Mac.app/Contents/MacOS/Apple2Mac";
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Apple2Mac/Apple2Mac-Prefix.pch";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = "Apple2MacTests/Apple2MacTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
773B3D421956885A0085CE5F /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Apple2Mac.app/Contents/MacOS/Apple2Mac";
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
|
"$(inherited)",
|
|
);
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Apple2Mac/Apple2Mac-Prefix.pch";
|
|
INFOPLIST_FILE = "Apple2MacTests/Apple2MacTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
773B3D07195688590085CE5F /* Build configuration list for PBXProject "Apple2Mac" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
773B3D3B1956885A0085CE5F /* Debug */,
|
|
773B3D3C1956885A0085CE5F /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
773B3D3D1956885A0085CE5F /* Build configuration list for PBXNativeTarget "Apple2Mac" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
773B3D3E1956885A0085CE5F /* Debug */,
|
|
773B3D3F1956885A0085CE5F /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
773B3D401956885A0085CE5F /* Build configuration list for PBXNativeTarget "Apple2MacTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
773B3D411956885A0085CE5F /* Debug */,
|
|
773B3D421956885A0085CE5F /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 773B3D04195688590085CE5F /* Project object */;
|
|
}
|