summaryrefslogtreecommitdiff
path: root/macosx/plugins/Bladesio1
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-05 01:32:50 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-05 01:32:50 +0000
commitee1a4b9bc8db6fdc49f24855becd9eb00cd61ed4 (patch)
tree2be2aaab22f3f715b6c6f1a8ccbe04949b021717 /macosx/plugins/Bladesio1
parent98d7380ec7887a091c62d9d860815c70b0edffe8 (diff)
downloadpcsxr-ee1a4b9bc8db6fdc49f24855becd9eb00cd61ed4.tar.gz
Implement the Xcode setting files on Xcode projects.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85827 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/Bladesio1')
-rw-r--r--macosx/plugins/Bladesio1/Bladesio1.xcodeproj/project.pbxproj54
1 files changed, 19 insertions, 35 deletions
diff --git a/macosx/plugins/Bladesio1/Bladesio1.xcodeproj/project.pbxproj b/macosx/plugins/Bladesio1/Bladesio1.xcodeproj/project.pbxproj
index 956daf4e..eb27672b 100644
--- a/macosx/plugins/Bladesio1/Bladesio1.xcodeproj/project.pbxproj
+++ b/macosx/plugins/Bladesio1/Bladesio1.xcodeproj/project.pbxproj
@@ -41,6 +41,10 @@
55858D0F178609A80068B8FC /* sio1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sio1.c; sourceTree = "<group>"; };
55858D10178609A80068B8FC /* sio1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sio1.h; sourceTree = "<group>"; };
55858D11178609A80068B8FC /* typedefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = typedefs.h; sourceTree = "<group>"; };
+ 55858D301786531D0068B8FC /* Pcsxr-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Pcsxr-Debug.xcconfig"; path = "../../Pcsxr-Debug.xcconfig"; sourceTree = "<group>"; };
+ 55858D311786531D0068B8FC /* Pcsxr-Instrument.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Pcsxr-Instrument.xcconfig"; path = "../../Pcsxr-Instrument.xcconfig"; sourceTree = "<group>"; };
+ 55858D321786531D0068B8FC /* Pcsxr-Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = file; name = "Pcsxr-Release.xcconfig"; path = "../../Pcsxr-Release.xcconfig"; sourceTree = "<group>"; };
+ 55858D331786531D0068B8FC /* Pcsxr.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file; name = Pcsxr.xcconfig; path = ../../Pcsxr.xcconfig; sourceTree = "<group>"; };
5586006D1785137C00CB3D85 /* ARCBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ARCBridge.h; sourceTree = "<group>"; };
71F3C32511F3CD0B007B9F12 /* cfg.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = cfg.c; sourceTree = "<group>"; };
71F3C32611F3CD0B007B9F12 /* PluginConfigController.h */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.h; path = PluginConfigController.h; sourceTree = "<group>"; };
@@ -97,6 +101,7 @@
8D576317048677EA00EA77CD /* Info.plist */,
8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
552E4CBC1474737A00FB231F /* Localizable.strings */,
+ 55858D3D178653A80068B8FC /* Configs */,
);
name = Resources;
sourceTree = "<group>";
@@ -118,6 +123,17 @@
name = Products;
sourceTree = "<group>";
};
+ 55858D3D178653A80068B8FC /* Configs */ = {
+ isa = PBXGroup;
+ children = (
+ 55858D301786531D0068B8FC /* Pcsxr-Debug.xcconfig */,
+ 55858D311786531D0068B8FC /* Pcsxr-Instrument.xcconfig */,
+ 55858D321786531D0068B8FC /* Pcsxr-Release.xcconfig */,
+ 55858D331786531D0068B8FC /* Pcsxr.xcconfig */,
+ );
+ name = Configs;
+ sourceTree = "<group>";
+ };
71F3C30911F3CC22007B9F12 /* src */ = {
isa = PBXGroup;
children = (
@@ -288,12 +304,7 @@
7107359A0FDEED75004AD098 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- "CLANG_ENABLE_OBJC_ARC[arch=x86_64]" = YES;
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"PCSXRPLUG=Bladesio1",
"$(inherited)",
@@ -312,14 +323,9 @@
7107359B0FDEED75004AD098 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- "CLANG_ENABLE_OBJC_ARC[arch=x86_64]" = YES;
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = YES;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_OPTIMIZATION_LEVEL = s;
GCC_PREPROCESSOR_DEFINITIONS = (
- "PCSXRPLUG=DFCdrom",
+ "PCSXRPLUG=Bladesio1",
"$(inherited)",
);
GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
@@ -335,20 +341,12 @@
};
7107359F0FDEED75004AD098 /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 55858D301786531D0068B8FC /* Pcsxr-Debug.xcconfig */;
buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEBUG_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "_MACOSX=1",
- "$(DEBUG_PREPROCESSOR_DEFINITIONS)",
- );
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
@@ -358,29 +356,17 @@
../../../plugins/dfcdrom,
);
MACOSX_DEPLOYMENT_TARGET = 10.7;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- STRIP_INSTALLED_PRODUCT = NO;
- VALID_ARCHS = "i386 x86_64";
};
name = Debug;
};
710735A00FDEED75004AD098 /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 55858D321786531D0068B8FC /* Pcsxr-Release.xcconfig */;
buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- DEBUG_PREPROCESSOR_DEFINITIONS = "";
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "_MACOSX=1",
- "$(DEBUG_PREPROCESSOR_DEFINITIONS)",
- );
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
@@ -390,8 +376,6 @@
../../../plugins/dfcdrom,
);
MACOSX_DEPLOYMENT_TARGET = 10.7;
- SDKROOT = macosx;
- VALID_ARCHS = "i386 x86_64";
};
name = Release;
};