summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-08 11:34:13 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-08 11:34:13 +0000
commitfb5de7a486ccaa42207f478df7a4f5f60f5d7616 (patch)
tree6f9482f7707cca4acb0c7a0d429a467decba2bdb
parent1a6aa139f4b59bccb539ae203015e838050c3073 (diff)
downloadpcsxr-fb5de7a486ccaa42207f478df7a4f5f60f5d7616.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67634 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--macosx/Pcsxr.xcodeproj/project.pbxproj976
1 files changed, 976 insertions, 0 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj
new file mode 100644
index 00000000..80aef096
--- /dev/null
+++ b/macosx/Pcsxr.xcodeproj/project.pbxproj
@@ -0,0 +1,976 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 42;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 2B143D06078A2CBD00AF745A /* PCSXR.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D01078A2CBD00AF745A /* PCSXR.icns */; };
+ 2B143D07078A2CBD00AF745A /* pcsxrfreeze.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D02078A2CBD00AF745A /* pcsxrfreeze.icns */; };
+ 2B143D08078A2CBD00AF745A /* pcsxrmemcard.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D03078A2CBD00AF745A /* pcsxrmemcard.icns */; };
+ 2B143D09078A2CBD00AF745A /* psxbios.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D04078A2CBD00AF745A /* psxbios.icns */; };
+ 2B143D0A078A2CBD00AF745A /* psxplugin.icns in Resources */ = {isa = PBXBuildFile; fileRef = 2B143D05078A2CBD00AF745A /* psxplugin.icns */; };
+ 2B3E356D06937D1C00763C7D /* PcsxrPluginDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B3E356B06937D1C00763C7D /* PcsxrPluginDocument.m */; };
+ 2B3E35BC069384D100763C7D /* AddPluginSheet.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2B3E35BA069384D100763C7D /* AddPluginSheet.nib */; };
+ 2B400D910789F58A00BA271E /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B02C04304E145D000880C5B /* Carbon.framework */; };
+ 2B4DE99205FF9307003EFEF0 /* PluginController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B4DE98E05FF9307003EFEF0 /* PluginController.m */; };
+ 2BB3D6A305427FE200831ACB /* Configuration.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2BA178B00514CE260026D74D /* Configuration.nib */; };
+ 2BB3D6A405427FE200831ACB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2BA178B20514CE260026D74D /* InfoPlist.strings */; };
+ 2BB3D6A505427FE200831ACB /* PCSXR.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2BA178B40514CE260026D74D /* PCSXR.nib */; };
+ 2BB3D6A705427FE200831ACB /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2BBB1786051E0D9700B84448 /* Credits.rtf */; };
+ 2BB3D6BE05427FE200831ACB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA178A505148D9D0026D74D /* main.m */; };
+ 2BB3D6BF05427FE200831ACB /* PcsxrController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B75FD3D051C56D200D12034 /* PcsxrController.m */; };
+ 2BB3D6C005427FE200831ACB /* ConfigurationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B75FD4B051C8A7400D12034 /* ConfigurationController.m */; };
+ 2BB3D6C105427FE200831ACB /* PluginList.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBB1127051DC00500B84448 /* PluginList.m */; };
+ 2BB3D6C205427FE200831ACB /* EmuThread.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBB1792051E113B00B84448 /* EmuThread.m */; };
+ 2BB3D6C305427FE200831ACB /* Plugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BBB17DA051E4D0F00B84448 /* Plugin.c */; };
+ 2BB3D6C405427FE200831ACB /* PcsxrPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA44361052DB2EA00E21DDD /* PcsxrPlugin.m */; };
+ 2BB3D6C605427FE200831ACB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BC4786204C7FD3600CAB520 /* Cocoa.framework */; };
+ 2BB3D6C705427FE200831ACB /* System.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6E8AAE04C832040017A3B1 /* System.framework */; };
+ 2BB3D6C805427FE200831ACB /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6E8AB404C8327C0017A3B1 /* IOKit.framework */; };
+ 556A148312B6DE1A007DE998 /* pasm.s in Sources */ = {isa = PBXBuildFile; fileRef = 556A147B12B6DE1A007DE998 /* pasm.s */; };
+ 556A148412B6DE1A007DE998 /* ppc.c in Sources */ = {isa = PBXBuildFile; fileRef = 556A147D12B6DE1A007DE998 /* ppc.c */; };
+ 556A148512B6DE1A007DE998 /* pR3000A.c in Sources */ = {isa = PBXBuildFile; fileRef = 556A148012B6DE1A007DE998 /* pR3000A.c */; };
+ 556A148612B6DE1A007DE998 /* reguse.c in Sources */ = {isa = PBXBuildFile; fileRef = 556A148112B6DE1A007DE998 /* reguse.c */; };
+ 559366CA12B694DF004ACC1E /* iR3000A-64.c in Sources */ = {isa = PBXBuildFile; fileRef = 559366C112B694DF004ACC1E /* iR3000A-64.c */; };
+ 559366CB12B694DF004ACC1E /* ix86-64.c in Sources */ = {isa = PBXBuildFile; fileRef = 559366C212B694DF004ACC1E /* ix86-64.c */; };
+ 559366CD12B694DF004ACC1E /* ix86_cpudetect.c in Sources */ = {isa = PBXBuildFile; fileRef = 559366C512B694DF004ACC1E /* ix86_cpudetect.c */; };
+ 559366CE12B694DF004ACC1E /* ix86_fpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 559366C612B694DF004ACC1E /* ix86_fpu.c */; };
+ 559366CF12B694DF004ACC1E /* ix86_mmx.c in Sources */ = {isa = PBXBuildFile; fileRef = 559366C712B694DF004ACC1E /* ix86_mmx.c */; };
+ 559366D012B694DF004ACC1E /* ix86_sse.c in Sources */ = {isa = PBXBuildFile; fileRef = 559366C812B694DF004ACC1E /* ix86_sse.c */; };
+ 712FD1E81093096F00575A92 /* debug.c in Sources */ = {isa = PBXBuildFile; fileRef = 712FD1E51093096F00575A92 /* debug.c */; };
+ 712FD1E91093096F00575A92 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 712FD1E61093096F00575A92 /* socket.c */; };
+ 713B530E110B75650002F164 /* ppf.c in Sources */ = {isa = PBXBuildFile; fileRef = 713B530C110B75650002F164 /* ppf.c */; };
+ 713CB2E411FC49DA0033B6A8 /* DFCdrom.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71F93F6C11FB8E9D007A5A7C /* DFCdrom.psxplugin */; };
+ 7192F42A129C412E0042D946 /* gpu.c in Sources */ = {isa = PBXBuildFile; fileRef = 7192F428129C412E0042D946 /* gpu.c */; };
+ 719594B211AEFE8C004AD686 /* psxcommon.c in Sources */ = {isa = PBXBuildFile; fileRef = 719594B011AEFE8C004AD686 /* psxcommon.c */; };
+ 71AD2DF410C3575300365243 /* PeopsSPU.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71AD2DD110C356FD00365243 /* PeopsSPU.psxplugin */; };
+ 71AD2DF510C3575C00365243 /* PeopsSoftGL.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71AD2DDC10C3570900365243 /* PeopsSoftGL.psxplugin */; };
+ 71D888D6130F04F100F150FF /* PeopsXGL.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71D888D4130F04DC00F150FF /* PeopsXGL.psxplugin */; };
+ 71F2C0881200B6B000322AD9 /* DFInput.psxplugin in Copy PlugIns */ = {isa = PBXBuildFile; fileRef = 71F2C0861200B69B00322AD9 /* DFInput.psxplugin */; };
+ 71F4C5890FDED12800529849 /* cdriso.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5600FDED12800529849 /* cdriso.c */; };
+ 71F4C58B0FDED12800529849 /* cdrom.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5620FDED12800529849 /* cdrom.c */; };
+ 71F4C58D0FDED12800529849 /* cheat.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5640FDED12800529849 /* cheat.c */; };
+ 71F4C5910FDED12800529849 /* decode_xa.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5680FDED12800529849 /* decode_xa.c */; };
+ 71F4C5930FDED12800529849 /* disr3000a.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C56A0FDED12800529849 /* disr3000a.c */; };
+ 71F4C5940FDED12800529849 /* gte.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C56B0FDED12800529849 /* gte.c */; };
+ 71F4C5960FDED12800529849 /* mdec.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C56D0FDED12800529849 /* mdec.c */; };
+ 71F4C5980FDED12800529849 /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C56F0FDED12800529849 /* misc.c */; };
+ 71F4C59A0FDED12800529849 /* plugins.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5710FDED12800529849 /* plugins.c */; };
+ 71F4C59D0FDED12800529849 /* psxbios.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5740FDED12800529849 /* psxbios.c */; };
+ 71F4C5A00FDED12800529849 /* psxcounters.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5770FDED12800529849 /* psxcounters.c */; };
+ 71F4C5A20FDED12800529849 /* psxdma.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5790FDED12800529849 /* psxdma.c */; };
+ 71F4C5A40FDED12800529849 /* psxhle.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C57B0FDED12800529849 /* psxhle.c */; };
+ 71F4C5A60FDED12800529849 /* psxhw.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C57D0FDED12800529849 /* psxhw.c */; };
+ 71F4C5A80FDED12800529849 /* psxinterpreter.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C57F0FDED12800529849 /* psxinterpreter.c */; };
+ 71F4C5A90FDED12800529849 /* psxmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5800FDED12800529849 /* psxmem.c */; };
+ 71F4C5AB0FDED12800529849 /* r3000a.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5820FDED12800529849 /* r3000a.c */; };
+ 71F4C5AD0FDED12800529849 /* sio.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5840FDED12800529849 /* sio.c */; };
+ 71F4C5AF0FDED12800529849 /* spu.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5860FDED12800529849 /* spu.c */; };
+ 71F4C5B90FDED16D00529849 /* iR3000A.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5B50FDED16D00529849 /* iR3000A.c */; };
+ 71F4C5BA0FDED16D00529849 /* ix86.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F4C5B60FDED16D00529849 /* ix86.c */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXBuildRule section */
+ 2BB3D6D005427FE200831ACB /* PBXBuildRule */ = {
+ isa = PBXBuildRule;
+ compilerSpec = com.apple.compilers.gcc;
+ fileType = sourcecode.c;
+ isEditable = 1;
+ outputFiles = (
+ );
+ };
+ 2BD707B705559AE300CB5D9B /* PBXBuildRule */ = {
+ isa = PBXBuildRule;
+ compilerSpec = com.apple.compilers.gcc;
+ filePatterns = pasm.s;
+ fileType = sourcecode.asm;
+ isEditable = 1;
+ outputFiles = (
+ "$(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).o",
+ );
+ script = "as -o $(DERIVED_FILES_DIR)/$(INPUT_FILE_BASE).o $(INPUT_FILE_PATH)";
+ };
+/* End PBXBuildRule section */
+
+/* Begin PBXContainerItemProxy section */
+ 713CB2DD11FC49720033B6A8 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 8D57630D048677EA00EA77CD;
+ remoteInfo = DFCdrom;
+ };
+ 71AD2DD010C356FD00365243 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 8D576316048677EA00EA77CD;
+ remoteInfo = PeopsSPU;
+ };
+ 71AD2DDB10C3570900365243 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 2BAF50930632BB1A00DB9A16;
+ remoteInfo = gpuPeopsSoftGL;
+ };
+ 71AD2DE810C3572200365243 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 8D57630D048677EA00EA77CD;
+ remoteInfo = PeopsSPU;
+ };
+ 71AD2DEA10C3572500365243 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 2BAF50920632BB1A00DB9A16;
+ remoteInfo = gpuPeopsSoftGL;
+ };
+ 71D888D3130F04DC00F150FF /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71D888CE130F04DC00F150FF /* PeopsXGL.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 2BAF50930632BB1A00DB9A16;
+ remoteInfo = gpuPeopsXGL;
+ };
+ 71D88A00130F090400F150FF /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71D888CE130F04DC00F150FF /* PeopsXGL.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 2BAF50920632BB1A00DB9A16;
+ remoteInfo = gpuPeopsXGL;
+ };
+ 71F2C0851200B69B00322AD9 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 8D576316048677EA00EA77CD;
+ remoteInfo = DFInput;
+ };
+ 71F2C0BB1200B75100322AD9 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 8D57630D048677EA00EA77CD;
+ remoteInfo = DFInput;
+ };
+ 71F93F6B11FB8E9D007A5A7C /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 8D576316048677EA00EA77CD;
+ remoteInfo = DFCdrom;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+ 71AD2DF010C3573400365243 /* Copy PlugIns */ = {
+ isa = PBXCopyFilesBuildPhase;
+ buildActionMask = 2147483647;
+ dstPath = "";
+ dstSubfolderSpec = 13;
+ files = (
+ 71D888D6130F04F100F150FF /* PeopsXGL.psxplugin in Copy PlugIns */,
+ 71F2C0881200B6B000322AD9 /* DFInput.psxplugin in Copy PlugIns */,
+ 713CB2E411FC49DA0033B6A8 /* DFCdrom.psxplugin in Copy PlugIns */,
+ 71AD2DF510C3575C00365243 /* PeopsSoftGL.psxplugin in Copy PlugIns */,
+ 71AD2DF410C3575300365243 /* PeopsSPU.psxplugin in Copy PlugIns */,
+ );
+ name = "Copy PlugIns";
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+ 2B02C04304E145D000880C5B /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; };
+ 2B143D01078A2CBD00AF745A /* PCSXR.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = PCSXR.icns; sourceTree = "<group>"; };
+ 2B143D02078A2CBD00AF745A /* pcsxrfreeze.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = pcsxrfreeze.icns; sourceTree = "<group>"; };
+ 2B143D03078A2CBD00AF745A /* pcsxrmemcard.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = pcsxrmemcard.icns; sourceTree = "<group>"; };
+ 2B143D04078A2CBD00AF745A /* psxbios.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = psxbios.icns; sourceTree = "<group>"; };
+ 2B143D05078A2CBD00AF745A /* psxplugin.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = psxplugin.icns; sourceTree = "<group>"; };
+ 2B2189D204D96C7A00179945 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
+ 2B3E356A06937D1C00763C7D /* PcsxrPluginDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcsxrPluginDocument.h; sourceTree = "<group>"; };
+ 2B3E356B06937D1C00763C7D /* PcsxrPluginDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PcsxrPluginDocument.m; sourceTree = "<group>"; };
+ 2B3E35BB069384D100763C7D /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = AddPluginSheet.nib; sourceTree = "<group>"; };
+ 2B4DE98D05FF9307003EFEF0 /* PluginController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PluginController.h; sourceTree = "<group>"; };
+ 2B4DE98E05FF9307003EFEF0 /* PluginController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PluginController.m; sourceTree = "<group>"; };
+ 2B690C760635C65C00CDA575 /* ExceptionHandling.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExceptionHandling.framework; path = /System/Library/Frameworks/ExceptionHandling.framework; sourceTree = "<absolute>"; };
+ 2B6E8AAE04C832040017A3B1 /* System.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = System.framework; path = /System/Library/Frameworks/System.framework; sourceTree = "<absolute>"; };
+ 2B6E8AB404C8327C0017A3B1 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
+ 2B75FD3C051C56D200D12034 /* PcsxrController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PcsxrController.h; sourceTree = "<group>"; };
+ 2B75FD3D051C56D200D12034 /* PcsxrController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PcsxrController.m; sourceTree = "<group>"; };
+ 2B75FD4A051C8A7400D12034 /* ConfigurationController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConfigurationController.h; sourceTree = "<group>"; };
+ 2B75FD4B051C8A7400D12034 /* ConfigurationController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = ConfigurationController.m; sourceTree = "<group>"; };
+ 2B976C00074C14B4007C050A /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = /System/Library/Frameworks/Kernel.framework; sourceTree = "<absolute>"; };
+ 2BA178A505148D9D0026D74D /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ 2BA178B10514CE260026D74D /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = Configuration.nib; sourceTree = "<group>"; };
+ 2BA178B30514CE260026D74D /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = InfoPlist.strings; sourceTree = "<group>"; };
+ 2BA178B50514CE260026D74D /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = PCSXR.nib; sourceTree = "<group>"; };
+ 2BA44360052DB2EA00E21DDD /* PcsxrPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcsxrPlugin.h; sourceTree = "<group>"; };
+ 2BA44361052DB2EA00E21DDD /* PcsxrPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = PcsxrPlugin.m; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
+ 2BB3D6CF05427FE200831ACB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ 2BB3D6D105427FE200831ACB /* PCSXR.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PCSXR.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 2BBB1126051DC00500B84448 /* PluginList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginList.h; sourceTree = "<group>"; };
+ 2BBB1127051DC00500B84448 /* PluginList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PluginList.m; sourceTree = "<group>"; };
+ 2BBB1787051E0D9700B84448 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = Credits.rtf; sourceTree = "<group>"; };
+ 2BBB1791051E113B00B84448 /* EmuThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EmuThread.h; sourceTree = "<group>"; };
+ 2BBB1792051E113B00B84448 /* EmuThread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EmuThread.m; sourceTree = "<group>"; };
+ 2BBB17DA051E4D0F00B84448 /* Plugin.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = Plugin.c; sourceTree = SOURCE_ROOT; };
+ 2BC4786204C7FD3600CAB520 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
+ 556A147B12B6DE1A007DE998 /* pasm.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = pasm.s; sourceTree = "<group>"; };
+ 556A147C12B6DE1A007DE998 /* pGte.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pGte.h; sourceTree = "<group>"; };
+ 556A147D12B6DE1A007DE998 /* ppc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ppc.c; sourceTree = "<group>"; };
+ 556A147E12B6DE1A007DE998 /* ppc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ppc.h; sourceTree = "<group>"; };
+ 556A147F12B6DE1A007DE998 /* ppc_mnemonics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ppc_mnemonics.h; sourceTree = "<group>"; };
+ 556A148012B6DE1A007DE998 /* pR3000A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pR3000A.c; sourceTree = "<group>"; };
+ 556A148112B6DE1A007DE998 /* reguse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = reguse.c; sourceTree = "<group>"; };
+ 556A148212B6DE1A007DE998 /* reguse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = reguse.h; sourceTree = "<group>"; };
+ 559366C012B694DF004ACC1E /* iGte.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iGte.h; sourceTree = "<group>"; };
+ 559366C112B694DF004ACC1E /* iR3000A-64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "iR3000A-64.c"; sourceTree = "<group>"; };
+ 559366C212B694DF004ACC1E /* ix86-64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "ix86-64.c"; sourceTree = "<group>"; };
+ 559366C312B694DF004ACC1E /* ix86-64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ix86-64.h"; sourceTree = "<group>"; };
+ 559366C412B694DF004ACC1E /* ix86_3dnow.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86_3dnow.c; sourceTree = "<group>"; };
+ 559366C512B694DF004ACC1E /* ix86_cpudetect.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86_cpudetect.c; sourceTree = "<group>"; };
+ 559366C612B694DF004ACC1E /* ix86_fpu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86_fpu.c; sourceTree = "<group>"; };
+ 559366C712B694DF004ACC1E /* ix86_mmx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86_mmx.c; sourceTree = "<group>"; };
+ 559366C812B694DF004ACC1E /* ix86_sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86_sse.c; sourceTree = "<group>"; };
+ 712FD1E51093096F00575A92 /* debug.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = debug.c; sourceTree = "<group>"; };
+ 712FD1E61093096F00575A92 /* socket.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = socket.c; sourceTree = "<group>"; };
+ 712FD1E71093096F00575A92 /* socket.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; path = socket.h; sourceTree = "<group>"; };
+ 713B530C110B75650002F164 /* ppf.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = ppf.c; sourceTree = "<group>"; };
+ 713B530D110B75650002F164 /* ppf.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; path = ppf.h; sourceTree = "<group>"; };
+ 7161C2810FDED6D000225F97 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
+ 7161C2970FDED75300225F97 /* ExtendedKeys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtendedKeys.h; sourceTree = "<group>"; };
+ 7192F428129C412E0042D946 /* gpu.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = gpu.c; sourceTree = "<group>"; };
+ 7192F429129C412E0042D946 /* gpu.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; path = gpu.h; sourceTree = "<group>"; };
+ 719594AF11AEFE8C004AD686 /* gte_divider.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; path = gte_divider.h; sourceTree = "<group>"; };
+ 719594B011AEFE8C004AD686 /* psxcommon.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = psxcommon.c; sourceTree = "<group>"; };
+ 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PeopsSPU.xcodeproj; path = plugins/DFSound/PeopsSPU.xcodeproj; sourceTree = SOURCE_ROOT; };
+ 71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PeopsSoftGPU.xcodeproj; path = plugins/DFXVideo/PeopsSoftGPU.xcodeproj; sourceTree = SOURCE_ROOT; };
+ 71D888CE130F04DC00F150FF /* PeopsXGL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = PeopsXGL.xcodeproj; path = plugins/PeopsXgl/PeopsXGL.xcodeproj; sourceTree = "<group>"; };
+ 71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DFInput.xcodeproj; path = plugins/DFInput/DFInput.xcodeproj; sourceTree = "<group>"; };
+ 71F4C5600FDED12800529849 /* cdriso.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cdriso.c; sourceTree = "<group>"; };
+ 71F4C5610FDED12800529849 /* cdriso.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cdriso.h; sourceTree = "<group>"; };
+ 71F4C5620FDED12800529849 /* cdrom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cdrom.c; sourceTree = "<group>"; };
+ 71F4C5630FDED12800529849 /* cdrom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cdrom.h; sourceTree = "<group>"; };
+ 71F4C5640FDED12800529849 /* cheat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cheat.c; sourceTree = "<group>"; };
+ 71F4C5650FDED12800529849 /* cheat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cheat.h; sourceTree = "<group>"; };
+ 71F4C5660FDED12800529849 /* coff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coff.h; sourceTree = "<group>"; };
+ 71F4C5670FDED12800529849 /* debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
+ 71F4C5680FDED12800529849 /* decode_xa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decode_xa.c; sourceTree = "<group>"; };
+ 71F4C5690FDED12800529849 /* decode_xa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = decode_xa.h; sourceTree = "<group>"; };
+ 71F4C56A0FDED12800529849 /* disr3000a.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = disr3000a.c; sourceTree = "<group>"; };
+ 71F4C56B0FDED12800529849 /* gte.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gte.c; sourceTree = "<group>"; };
+ 71F4C56C0FDED12800529849 /* gte.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gte.h; sourceTree = "<group>"; };
+ 71F4C56D0FDED12800529849 /* mdec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mdec.c; sourceTree = "<group>"; };
+ 71F4C56E0FDED12800529849 /* mdec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mdec.h; sourceTree = "<group>"; };
+ 71F4C56F0FDED12800529849 /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = misc.c; sourceTree = "<group>"; };
+ 71F4C5700FDED12800529849 /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = misc.h; sourceTree = "<group>"; };
+ 71F4C5710FDED12800529849 /* plugins.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plugins.c; sourceTree = "<group>"; };
+ 71F4C5720FDED12800529849 /* plugins.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plugins.h; sourceTree = "<group>"; };
+ 71F4C5730FDED12800529849 /* psemu_plugin_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psemu_plugin_defs.h; sourceTree = "<group>"; };
+ 71F4C5740FDED12800529849 /* psxbios.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psxbios.c; sourceTree = "<group>"; };
+ 71F4C5750FDED12800529849 /* psxbios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psxbios.h; sourceTree = "<group>"; };
+ 71F4C5760FDED12800529849 /* psxcommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psxcommon.h; sourceTree = "<group>"; };
+ 71F4C5770FDED12800529849 /* psxcounters.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psxcounters.c; sourceTree = "<group>"; };
+ 71F4C5780FDED12800529849 /* psxcounters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psxcounters.h; sourceTree = "<group>"; };
+ 71F4C5790FDED12800529849 /* psxdma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psxdma.c; sourceTree = "<group>"; };
+ 71F4C57A0FDED12800529849 /* psxdma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psxdma.h; sourceTree = "<group>"; };
+ 71F4C57B0FDED12800529849 /* psxhle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psxhle.c; sourceTree = "<group>"; };
+ 71F4C57C0FDED12800529849 /* psxhle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psxhle.h; sourceTree = "<group>"; };
+ 71F4C57D0FDED12800529849 /* psxhw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psxhw.c; sourceTree = "<group>"; };
+ 71F4C57E0FDED12800529849 /* psxhw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psxhw.h; sourceTree = "<group>"; };
+ 71F4C57F0FDED12800529849 /* psxinterpreter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psxinterpreter.c; sourceTree = "<group>"; };
+ 71F4C5800FDED12800529849 /* psxmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = psxmem.c; sourceTree = "<group>"; };
+ 71F4C5810FDED12800529849 /* psxmem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = psxmem.h; sourceTree = "<group>"; };
+ 71F4C5820FDED12800529849 /* r3000a.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = r3000a.c; sourceTree = "<group>"; };
+ 71F4C5830FDED12800529849 /* r3000a.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = r3000a.h; sourceTree = "<group>"; };
+ 71F4C5840FDED12800529849 /* sio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sio.c; sourceTree = "<group>"; };
+ 71F4C5850FDED12800529849 /* sio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sio.h; sourceTree = "<group>"; };
+ 71F4C5860FDED12800529849 /* spu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = spu.c; sourceTree = "<group>"; };
+ 71F4C5870FDED12800529849 /* spu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spu.h; sourceTree = "<group>"; };
+ 71F4C5880FDED12800529849 /* system.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = system.h; sourceTree = "<group>"; };
+ 71F4C5B40FDED16D00529849 /* iGte.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iGte.h; sourceTree = "<group>"; };
+ 71F4C5B50FDED16D00529849 /* iR3000A.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = iR3000A.c; sourceTree = "<group>"; };
+ 71F4C5B60FDED16D00529849 /* ix86.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ix86.c; sourceTree = "<group>"; };
+ 71F4C5B70FDED16D00529849 /* ix86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ix86.h; sourceTree = "<group>"; };
+ 71F703A611B3A673007DD5C5 /* sjisfont.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; path = sjisfont.h; sourceTree = "<group>"; };
+ 71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DFCdrom.xcodeproj; path = plugins/DFCdrom/DFCdrom.xcodeproj; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 2BB3D6C505427FE200831ACB /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 2BB3D6C605427FE200831ACB /* Cocoa.framework in Frameworks */,
+ 2BB3D6C705427FE200831ACB /* System.framework in Frameworks */,
+ 2BB3D6C805427FE200831ACB /* IOKit.framework in Frameworks */,
+ 2B400D910789F58A00BA271E /* Carbon.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 0249A662FF388D9811CA2CEA /* External Frameworks and Libraries */ = {
+ isa = PBXGroup;
+ children = (
+ 2B976C00074C14B4007C050A /* Kernel.framework */,
+ 2B02C04304E145D000880C5B /* Carbon.framework */,
+ 2BC4786204C7FD3600CAB520 /* Cocoa.framework */,
+ 2B6E8AAE04C832040017A3B1 /* System.framework */,
+ 2B6E8AB404C8327C0017A3B1 /* IOKit.framework */,
+ 2B2189D204D96C7A00179945 /* CoreFoundation.framework */,
+ 2B690C760635C65C00CDA575 /* ExceptionHandling.framework */,
+ );
+ name = "External Frameworks and Libraries";
+ sourceTree = "<group>";
+ };
+ 08FB7794FE84155DC02AAC07 /* Pcsxr */ = {
+ isa = PBXGroup;
+ children = (
+ 08FB7795FE84155DC02AAC07 /* Source */,
+ 0249A662FF388D9811CA2CEA /* External Frameworks and Libraries */,
+ 1AB674ADFE9D54B511CA2CBB /* Products */,
+ 2BB3D6CF05427FE200831ACB /* Info.plist */,
+ );
+ name = Pcsxr;
+ sourceTree = "<group>";
+ };
+ 08FB7795FE84155DC02AAC07 /* Source */ = {
+ isa = PBXGroup;
+ children = (
+ 2BCE23B204C6B52C007C2DA3 /* libpcsxcore */,
+ 2BC4787804C7FDBD00CAB520 /* MacOSX */,
+ );
+ name = Source;
+ sourceTree = "<group>";
+ };
+ 1AB674ADFE9D54B511CA2CBB /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 2BBD6C1D04C893F500A83E33 /* PlugIns */,
+ 2BB3D6D105427FE200831ACB /* PCSXR.app */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 2B143D00078A2CBD00AF745A /* icons */ = {
+ isa = PBXGroup;
+ children = (
+ 2B143D01078A2CBD00AF745A /* PCSXR.icns */,
+ 2B143D02078A2CBD00AF745A /* pcsxrfreeze.icns */,
+ 2B143D03078A2CBD00AF745A /* pcsxrmemcard.icns */,
+ 2B143D04078A2CBD00AF745A /* psxbios.icns */,
+ 2B143D05078A2CBD00AF745A /* psxplugin.icns */,
+ );
+ path = icons;
+ sourceTree = "<group>";
+ };
+ 2BA178AD0514CE260026D74D /* Resources */ = {
+ isa = PBXGroup;
+ children = (
+ 2BBB1786051E0D9700B84448 /* Credits.rtf */,
+ 2BA178B00514CE260026D74D /* Configuration.nib */,
+ 2BA178B20514CE260026D74D /* InfoPlist.strings */,
+ 2BA178B40514CE260026D74D /* PCSXR.nib */,
+ 2B3E35BA069384D100763C7D /* AddPluginSheet.nib */,
+ );
+ name = Resources;
+ path = English.lproj;
+ sourceTree = "<group>";
+ };
+ 2BBD6C1D04C893F500A83E33 /* PlugIns */ = {
+ isa = PBXGroup;
+ children = (
+ 71D888CE130F04DC00F150FF /* PeopsXGL.xcodeproj */,
+ 71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */,
+ 71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */,
+ 71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */,
+ 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */,
+ );
+ name = PlugIns;
+ sourceTree = "<group>";
+ };
+ 2BC4787804C7FDBD00CAB520 /* MacOSX */ = {
+ isa = PBXGroup;
+ children = (
+ 2BA178AD0514CE260026D74D /* Resources */,
+ 2B143D00078A2CBD00AF745A /* icons */,
+ 7161C2810FDED6D000225F97 /* config.h */,
+ 2BA178A505148D9D0026D74D /* main.m */,
+ 2BBB17DA051E4D0F00B84448 /* Plugin.c */,
+ 2B75FD3C051C56D200D12034 /* PcsxrController.h */,
+ 2B75FD3D051C56D200D12034 /* PcsxrController.m */,
+ 2B75FD4A051C8A7400D12034 /* ConfigurationController.h */,
+ 2B75FD4B051C8A7400D12034 /* ConfigurationController.m */,
+ 2B4DE98D05FF9307003EFEF0 /* PluginController.h */,
+ 2B4DE98E05FF9307003EFEF0 /* PluginController.m */,
+ 2BBB1791051E113B00B84448 /* EmuThread.h */,
+ 2BBB1792051E113B00B84448 /* EmuThread.m */,
+ 7161C2970FDED75300225F97 /* ExtendedKeys.h */,
+ 2BBB1126051DC00500B84448 /* PluginList.h */,
+ 2BBB1127051DC00500B84448 /* PluginList.m */,
+ 2BA44360052DB2EA00E21DDD /* PcsxrPlugin.h */,
+ 2BA44361052DB2EA00E21DDD /* PcsxrPlugin.m */,
+ 2B3E356A06937D1C00763C7D /* PcsxrPluginDocument.h */,
+ 2B3E356B06937D1C00763C7D /* PcsxrPluginDocument.m */,
+ );
+ name = MacOSX;
+ sourceTree = "<group>";
+ };
+ 2BCE23B204C6B52C007C2DA3 /* libpcsxcore */ = {
+ isa = PBXGroup;
+ children = (
+ 71F4C5B30FDED15800529849 /* ix86 */,
+ 559366BF12B694DF004ACC1E /* ix86_64 */,
+ 556A147A12B6DE1A007DE998 /* ppc */,
+ 71F4C5600FDED12800529849 /* cdriso.c */,
+ 71F4C5610FDED12800529849 /* cdriso.h */,
+ 71F4C5620FDED12800529849 /* cdrom.c */,
+ 71F4C5630FDED12800529849 /* cdrom.h */,
+ 71F4C5640FDED12800529849 /* cheat.c */,
+ 71F4C5650FDED12800529849 /* cheat.h */,
+ 71F4C5660FDED12800529849 /* coff.h */,
+ 712FD1E51093096F00575A92 /* debug.c */,
+ 71F4C5670FDED12800529849 /* debug.h */,
+ 71F4C5680FDED12800529849 /* decode_xa.c */,
+ 71F4C5690FDED12800529849 /* decode_xa.h */,
+ 71F4C56A0FDED12800529849 /* disr3000a.c */,
+ 7192F428129C412E0042D946 /* gpu.c */,
+ 7192F429129C412E0042D946 /* gpu.h */,
+ 71F4C56B0FDED12800529849 /* gte.c */,
+ 71F4C56C0FDED12800529849 /* gte.h */,
+ 719594AF11AEFE8C004AD686 /* gte_divider.h */,
+ 71F4C56D0FDED12800529849 /* mdec.c */,
+ 71F4C56E0FDED12800529849 /* mdec.h */,
+ 71F4C56F0FDED12800529849 /* misc.c */,
+ 71F4C5700FDED12800529849 /* misc.h */,
+ 71F4C5710FDED12800529849 /* plugins.c */,
+ 71F4C5720FDED12800529849 /* plugins.h */,
+ 713B530C110B75650002F164 /* ppf.c */,
+ 713B530D110B75650002F164 /* ppf.h */,
+ 71F4C5730FDED12800529849 /* psemu_plugin_defs.h */,
+ 71F4C5740FDED12800529849 /* psxbios.c */,
+ 71F4C5750FDED12800529849 /* psxbios.h */,
+ 719594B011AEFE8C004AD686 /* psxcommon.c */,
+ 71F4C5760FDED12800529849 /* psxcommon.h */,
+ 71F4C5770FDED12800529849 /* psxcounters.c */,
+ 71F4C5780FDED12800529849 /* psxcounters.h */,
+ 71F4C5790FDED12800529849 /* psxdma.c */,
+ 71F4C57A0FDED12800529849 /* psxdma.h */,
+ 71F4C57B0FDED12800529849 /* psxhle.c */,
+ 71F4C57C0FDED12800529849 /* psxhle.h */,
+ 71F4C57D0FDED12800529849 /* psxhw.c */,
+ 71F4C57E0FDED12800529849 /* psxhw.h */,
+ 71F4C57F0FDED12800529849 /* psxinterpreter.c */,
+ 71F4C5800FDED12800529849 /* psxmem.c */,
+ 71F4C5810FDED12800529849 /* psxmem.h */,
+ 71F4C5820FDED12800529849 /* r3000a.c */,
+ 71F4C5830FDED12800529849 /* r3000a.h */,
+ 71F4C5840FDED12800529849 /* sio.c */,
+ 71F4C5850FDED12800529849 /* sio.h */,
+ 71F703A611B3A673007DD5C5 /* sjisfont.h */,
+ 712FD1E61093096F00575A92 /* socket.c */,
+ 712FD1E71093096F00575A92 /* socket.h */,
+ 71F4C5860FDED12800529849 /* spu.c */,
+ 71F4C5870FDED12800529849 /* spu.h */,
+ 71F4C5880FDED12800529849 /* system.h */,
+ );
+ name = libpcsxcore;
+ path = ../libpcsxcore;
+ sourceTree = "<group>";
+ };
+ 556A147A12B6DE1A007DE998 /* ppc */ = {
+ isa = PBXGroup;
+ children = (
+ 556A147B12B6DE1A007DE998 /* pasm.s */,
+ 556A147C12B6DE1A007DE998 /* pGte.h */,
+ 556A147D12B6DE1A007DE998 /* ppc.c */,
+ 556A147E12B6DE1A007DE998 /* ppc.h */,
+ 556A147F12B6DE1A007DE998 /* ppc_mnemonics.h */,
+ 556A148012B6DE1A007DE998 /* pR3000A.c */,
+ 556A148112B6DE1A007DE998 /* reguse.c */,
+ 556A148212B6DE1A007DE998 /* reguse.h */,
+ );
+ path = ppc;
+ sourceTree = "<group>";
+ };
+ 559366BF12B694DF004ACC1E /* ix86_64 */ = {
+ isa = PBXGroup;
+ children = (
+ 559366C012B694DF004ACC1E /* iGte.h */,
+ 559366C112B694DF004ACC1E /* iR3000A-64.c */,
+ 559366C212B694DF004ACC1E /* ix86-64.c */,
+ 559366C312B694DF004ACC1E /* ix86-64.h */,
+ 559366C412B694DF004ACC1E /* ix86_3dnow.c */,
+ 559366C512B694DF004ACC1E /* ix86_cpudetect.c */,
+ 559366C612B694DF004ACC1E /* ix86_fpu.c */,
+ 559366C712B694DF004ACC1E /* ix86_mmx.c */,
+ 559366C812B694DF004ACC1E /* ix86_sse.c */,
+ );
+ path = ix86_64;
+ sourceTree = "<group>";
+ };
+ 71AD2DCD10C356FD00365243 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 71AD2DD110C356FD00365243 /* PeopsSPU.psxplugin */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 71AD2DD810C3570900365243 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 71AD2DDC10C3570900365243 /* PeopsSoftGL.psxplugin */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 71D888CF130F04DC00F150FF /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 71D888D4130F04DC00F150FF /* PeopsXGL.psxplugin */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 71F2C07F1200B69B00322AD9 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 71F2C0861200B69B00322AD9 /* DFInput.psxplugin */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 71F4C5B30FDED15800529849 /* ix86 */ = {
+ isa = PBXGroup;
+ children = (
+ 71F4C5B40FDED16D00529849 /* iGte.h */,
+ 71F4C5B50FDED16D00529849 /* iR3000A.c */,
+ 71F4C5B60FDED16D00529849 /* ix86.c */,
+ 71F4C5B70FDED16D00529849 /* ix86.h */,
+ );
+ path = ix86;
+ sourceTree = "<group>";
+ };
+ 71F93F6411FB8E9D007A5A7C /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 71F93F6C11FB8E9D007A5A7C /* DFCdrom.psxplugin */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 2BB3D68205427FE200831ACB /* PCSXR */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 71F353F30FD98DFE00CBEC28 /* Build configuration list for PBXNativeTarget "PCSXR" */;
+ buildPhases = (
+ 2BB3D6A205427FE200831ACB /* Resources */,
+ 2BB3D6A805427FE200831ACB /* Sources */,
+ 2BB3D6C505427FE200831ACB /* Frameworks */,
+ 71AD2DF010C3573400365243 /* Copy PlugIns */,
+ );
+ buildRules = (
+ 2BD707B705559AE300CB5D9B /* PBXBuildRule */,
+ 2BB3D6D005427FE200831ACB /* PBXBuildRule */,
+ );
+ dependencies = (
+ 71AD2DE910C3572200365243 /* PBXTargetDependency */,
+ 71AD2DEB10C3572500365243 /* PBXTargetDependency */,
+ 713CB2DE11FC49720033B6A8 /* PBXTargetDependency */,
+ 71F2C0BC1200B75100322AD9 /* PBXTargetDependency */,
+ 71D88A01130F090400F150FF /* PBXTargetDependency */,
+ );
+ name = PCSXR;
+ productInstallPath = "$(USER_APPS_DIR)";
+ productName = "Pcsxr-MacOSX";
+ productReference = 2BB3D6D105427FE200831ACB /* PCSXR.app */;
+ productType = "com.apple.product-type.application";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 08FB7793FE84155DC02AAC07 /* Project object */ = {
+ isa = PBXProject;
+ buildConfigurationList = 71F353F80FD98DFE00CBEC28 /* Build configuration list for PBXProject "Pcsxr" */;
+ compatibilityVersion = "Xcode 2.4";
+ developmentRegion = English;
+ hasScannedForEncodings = 1;
+ knownRegions = (
+ English,
+ Japanese,
+ French,
+ German,
+ );
+ mainGroup = 08FB7794FE84155DC02AAC07 /* Pcsxr */;
+ projectDirPath = "";
+ projectReferences = (
+ {
+ ProductGroup = 71F93F6411FB8E9D007A5A7C /* Products */;
+ ProjectRef = 71F93F6311FB8E9D007A5A7C /* DFCdrom.xcodeproj */;
+ },
+ {
+ ProductGroup = 71F2C07F1200B69B00322AD9 /* Products */;
+ ProjectRef = 71F2C07E1200B69B00322AD9 /* DFInput.xcodeproj */;
+ },
+ {
+ ProductGroup = 71AD2DD810C3570900365243 /* Products */;
+ ProjectRef = 71AD2DD210C3570900365243 /* PeopsSoftGPU.xcodeproj */;
+ },
+ {
+ ProductGroup = 71AD2DCD10C356FD00365243 /* Products */;
+ ProjectRef = 71AD2DC710C356FD00365243 /* PeopsSPU.xcodeproj */;
+ },
+ {
+ ProductGroup = 71D888CF130F04DC00F150FF /* Products */;
+ ProjectRef = 71D888CE130F04DC00F150FF /* PeopsXGL.xcodeproj */;
+ },
+ );
+ projectRoot = "";
+ targets = (
+ 2BB3D68205427FE200831ACB /* PCSXR */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXReferenceProxy section */
+ 71AD2DD110C356FD00365243 /* PeopsSPU.psxplugin */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.cfbundle;
+ path = PeopsSPU.psxplugin;
+ remoteRef = 71AD2DD010C356FD00365243 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 71AD2DDC10C3570900365243 /* PeopsSoftGL.psxplugin */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.cfbundle;
+ path = PeopsSoftGL.psxplugin;
+ remoteRef = 71AD2DDB10C3570900365243 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 71D888D4130F04DC00F150FF /* PeopsXGL.psxplugin */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.cfbundle;
+ path = PeopsXGL.psxplugin;
+ remoteRef = 71D888D3130F04DC00F150FF /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 71F2C0861200B69B00322AD9 /* DFInput.psxplugin */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.cfbundle;
+ path = DFInput.psxplugin;
+ remoteRef = 71F2C0851200B69B00322AD9 /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 71F93F6C11FB8E9D007A5A7C /* DFCdrom.psxplugin */ = {
+ isa = PBXReferenceProxy;
+ fileType = wrapper.cfbundle;
+ path = DFCdrom.psxplugin;
+ remoteRef = 71F93F6B11FB8E9D007A5A7C /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+/* End PBXReferenceProxy section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 2BB3D6A205427FE200831ACB /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 2BB3D6A305427FE200831ACB /* Configuration.nib in Resources */,
+ 2BB3D6A405427FE200831ACB /* InfoPlist.strings in Resources */,
+ 2BB3D6A505427FE200831ACB /* PCSXR.nib in Resources */,
+ 2BB3D6A705427FE200831ACB /* Credits.rtf in Resources */,
+ 2B3E35BC069384D100763C7D /* AddPluginSheet.nib in Resources */,
+ 2B143D06078A2CBD00AF745A /* PCSXR.icns in Resources */,
+ 2B143D07078A2CBD00AF745A /* pcsxrfreeze.icns in Resources */,
+ 2B143D08078A2CBD00AF745A /* pcsxrmemcard.icns in Resources */,
+ 2B143D09078A2CBD00AF745A /* psxbios.icns in Resources */,
+ 2B143D0A078A2CBD00AF745A /* psxplugin.icns in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 2BB3D6A805427FE200831ACB /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 2BB3D6BE05427FE200831ACB /* main.m in Sources */,
+ 2BB3D6BF05427FE200831ACB /* PcsxrController.m in Sources */,
+ 2BB3D6C005427FE200831ACB /* ConfigurationController.m in Sources */,
+ 2BB3D6C105427FE200831ACB /* PluginList.m in Sources */,
+ 2BB3D6C205427FE200831ACB /* EmuThread.m in Sources */,
+ 2BB3D6C305427FE200831ACB /* Plugin.c in Sources */,
+ 2BB3D6C405427FE200831ACB /* PcsxrPlugin.m in Sources */,
+ 2B4DE99205FF9307003EFEF0 /* PluginController.m in Sources */,
+ 2B3E356D06937D1C00763C7D /* PcsxrPluginDocument.m in Sources */,
+ 71F4C5890FDED12800529849 /* cdriso.c in Sources */,
+ 71F4C58B0FDED12800529849 /* cdrom.c in Sources */,
+ 71F4C58D0FDED12800529849 /* cheat.c in Sources */,
+ 71F4C5910FDED12800529849 /* decode_xa.c in Sources */,
+ 71F4C5930FDED12800529849 /* disr3000a.c in Sources */,
+ 71F4C5940FDED12800529849 /* gte.c in Sources */,
+ 71F4C5960FDED12800529849 /* mdec.c in Sources */,
+ 71F4C5980FDED12800529849 /* misc.c in Sources */,
+ 71F4C59A0FDED12800529849 /* plugins.c in Sources */,
+ 71F4C59D0FDED12800529849 /* psxbios.c in Sources */,
+ 71F4C5A00FDED12800529849 /* psxcounters.c in Sources */,
+ 71F4C5A20FDED12800529849 /* psxdma.c in Sources */,
+ 71F4C5A40FDED12800529849 /* psxhle.c in Sources */,
+ 71F4C5A60FDED12800529849 /* psxhw.c in Sources */,
+ 71F4C5A80FDED12800529849 /* psxinterpreter.c in Sources */,
+ 71F4C5A90FDED12800529849 /* psxmem.c in Sources */,
+ 71F4C5AB0FDED12800529849 /* r3000a.c in Sources */,
+ 71F4C5AD0FDED12800529849 /* sio.c in Sources */,
+ 71F4C5AF0FDED12800529849 /* spu.c in Sources */,
+ 71F4C5B90FDED16D00529849 /* iR3000A.c in Sources */,
+ 71F4C5BA0FDED16D00529849 /* ix86.c in Sources */,
+ 712FD1E81093096F00575A92 /* debug.c in Sources */,
+ 712FD1E91093096F00575A92 /* socket.c in Sources */,
+ 713B530E110B75650002F164 /* ppf.c in Sources */,
+ 719594B211AEFE8C004AD686 /* psxcommon.c in Sources */,
+ 7192F42A129C412E0042D946 /* gpu.c in Sources */,
+ 559366CA12B694DF004ACC1E /* iR3000A-64.c in Sources */,
+ 559366CB12B694DF004ACC1E /* ix86-64.c in Sources */,
+ 559366CD12B694DF004ACC1E /* ix86_cpudetect.c in Sources */,
+ 559366CE12B694DF004ACC1E /* ix86_fpu.c in Sources */,
+ 559366CF12B694DF004ACC1E /* ix86_mmx.c in Sources */,
+ 559366D012B694DF004ACC1E /* ix86_sse.c in Sources */,
+ 556A148312B6DE1A007DE998 /* pasm.s in Sources */,
+ 556A148412B6DE1A007DE998 /* ppc.c in Sources */,
+ 556A148512B6DE1A007DE998 /* pR3000A.c in Sources */,
+ 556A148612B6DE1A007DE998 /* reguse.c in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 713CB2DE11FC49720033B6A8 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = DFCdrom;
+ targetProxy = 713CB2DD11FC49720033B6A8 /* PBXContainerItemProxy */;
+ };
+ 71AD2DE910C3572200365243 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = PeopsSPU;
+ targetProxy = 71AD2DE810C3572200365243 /* PBXContainerItemProxy */;
+ };
+ 71AD2DEB10C3572500365243 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = gpuPeopsSoftGL;
+ targetProxy = 71AD2DEA10C3572500365243 /* PBXContainerItemProxy */;
+ };
+ 71D88A01130F090400F150FF /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = gpuPeopsXGL;
+ targetProxy = 71D88A00130F090400F150FF /* PBXContainerItemProxy */;
+ };
+ 71F2C0BC1200B75100322AD9 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = DFInput;
+ targetProxy = 71F2C0BB1200B75100322AD9 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 2B3E35BA069384D100763C7D /* AddPluginSheet.nib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 2B3E35BB069384D100763C7D /* English */,
+ );
+ name = AddPluginSheet.nib;
+ sourceTree = "<group>";
+ };
+ 2BA178B00514CE260026D74D /* Configuration.nib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 2BA178B10514CE260026D74D /* English */,
+ );
+ name = Configuration.nib;
+ sourceTree = "<group>";
+ };
+ 2BA178B20514CE260026D74D /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 2BA178B30514CE260026D74D /* English */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+ 2BA178B40514CE260026D74D /* PCSXR.nib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 2BA178B50514CE260026D74D /* English */,
+ );
+ name = PCSXR.nib;
+ sourceTree = "<group>";
+ };
+ 2BBB1786051E0D9700B84448 /* Credits.rtf */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 2BBB1787051E0D9700B84448 /* English */,
+ );
+ name = Credits.rtf;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 71F353F40FD98DFE00CBEC28 /* Development */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = NO;
+ DEBUGGING_SYMBOLS = YES;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_ASM_KEYWORD = YES;
+ GCC_ENABLE_CPP_EXCEPTIONS = NO;
+ GCC_ENABLE_FIX_AND_CONTINUE = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+ GCC_MODEL_TUNING = G3;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
+ __MACOSX__,
+ );
+ GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1 = "PCSXR_VERSION=\\\"1.5\\\" XA_HACK=1";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INFOPLIST_FILE = Info.plist;
+ OTHER_CFLAGS = (
+ "-fomit-frame-pointer",
+ "-funroll-loops",
+ "-falign-loops=16",
+ );
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = PCSXR;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ WRAPPER_EXTENSION = app;
+ ZERO_LINK = NO;
+ };
+ name = Development;
+ };
+ 71F353F50FD98DFE00CBEC28 /* Deployment */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ COPY_PHASE_STRIP = YES;
+ DEBUGGING_SYMBOLS = NO;
+ GCC_DYNAMIC_NO_PIC = YES;
+ GCC_ENABLE_ASM_KEYWORD = YES;
+ GCC_ENABLE_CPP_EXCEPTIONS = NO;
+ GCC_ENABLE_FIX_AND_CONTINUE = NO;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_MODEL_CPU = "";
+ GCC_MODEL_TUNING = "";
+ GCC_OPTIMIZATION_LEVEL = s;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
+ __MACOSX__,
+ );
+ GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1 = "PCSXR_VERSION=\\\"1.5\\\" XA_HACK=1";
+ GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
+ GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ INFOPLIST_FILE = Info.plist;
+ OTHER_CFLAGS = (
+ "-fomit-frame-pointer",
+ "-funroll-loops",
+ "-falign-loops=16",
+ );
+ OTHER_REZFLAGS = "";
+ PRODUCT_NAME = PCSXR;
+ SECTORDER_FLAGS = "";
+ WARNING_CFLAGS = "-Wmost";
+ WRAPPER_EXTENSION = app;
+ ZERO_LINK = NO;
+ };
+ name = Deployment;
+ };
+ 71F353F90FD98DFE00CBEC28 /* Development */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ GCC_MODEL_TUNING = "";
+ GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
+ HEADER_SEARCH_PATHS = (
+ ../include,
+ ../libpcsxcore,
+ ../macosx,
+ );
+ MACOSX_DEPLOYMENT_TARGET = 10.4;
+ ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lSystemStubs",
+ );
+ SDKROOT = "";
+ };
+ name = Development;
+ };
+ 71F353FA0FD98DFE00CBEC28 /* Deployment */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = (
+ i386,
+ ppc,
+ );
+ ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "x86_64 i386 ppc";
+ GCC_DYNAMIC_NO_PIC = YES;
+ GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
+ GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
+ GCC_MODEL_TUNING = "";
+ GCC_OPTIMIZATION_LEVEL = 2;
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ GCC_UNROLL_LOOPS = YES;
+ GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
+ HEADER_SEARCH_PATHS = (
+ ../include,
+ ../libpcsxcore,
+ ../macosx,
+ );
+ MACOSX_DEPLOYMENT_TARGET = 10.4;
+ OTHER_CFLAGS = "-fomit-frame-pointer";
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lSystemStubs",
+ );
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
+ };
+ name = Deployment;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 71F353F30FD98DFE00CBEC28 /* Build configuration list for PBXNativeTarget "PCSXR" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 71F353F40FD98DFE00CBEC28 /* Development */,
+ 71F353F50FD98DFE00CBEC28 /* Deployment */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Development;
+ };
+ 71F353F80FD98DFE00CBEC28 /* Build configuration list for PBXProject "Pcsxr" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 71F353F90FD98DFE00CBEC28 /* Development */,
+ 71F353FA0FD98DFE00CBEC28 /* Deployment */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Development;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
+}