From 2775cc6b0dbe3e496cf04929c4cc2bf4d1aceb16 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 20 Sep 2013 18:21:07 +0000 Subject: Fiddling with the Xcode files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87253 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Configs/Pcsxr-Instrument.xcconfig | 1 + macosx/Configs/Pcsxr-Release.xcconfig | 1 + macosx/Configs/Pcsxr.xcconfig | 6 ++++-- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'macosx/Configs') diff --git a/macosx/Configs/Pcsxr-Instrument.xcconfig b/macosx/Configs/Pcsxr-Instrument.xcconfig index 4dc5367e..652c1f22 100644 --- a/macosx/Configs/Pcsxr-Instrument.xcconfig +++ b/macosx/Configs/Pcsxr-Instrument.xcconfig @@ -4,3 +4,4 @@ COPY_PHASE_STRIP = NO OPTIMIZATION_CFLAGS = -finline-functions -fno-exceptions -funroll-loops -ffast-math STRIP_INSTALLED_PRODUCT = NO GCC_GENERATE_DEBUGGING_SYMBOLS = YES +CODE_SIGN_IDENTITY = diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig index 300d7182..54013af5 100644 --- a/macosx/Configs/Pcsxr-Release.xcconfig +++ b/macosx/Configs/Pcsxr-Release.xcconfig @@ -15,3 +15,4 @@ GENERATE_PKGINFO_FILE = YES INFOPLIST_OUTPUT_FORMAT = binary PLIST_FILE_OUTPUT_FORMAT = binary STRINGS_FILE_OUTPUT_ENCODING = binary +CODE_SIGN_IDENTITY = PCSX-R Developer diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig index bd3e3445..16b198c2 100644 --- a/macosx/Configs/Pcsxr.xcconfig +++ b/macosx/Configs/Pcsxr.xcconfig @@ -6,15 +6,17 @@ // // -ARCHS = $(ARCHS_STANDARD_64_BIT) +ARCHS = $(ARCHS_STANDARD) SDKROOT = macosx GCC_PREPROCESSOR_DEFINITIONS = _MACOSX=1 $(DEBUG_PREPROCESSOR_DEFINITIONS) DEBUG_INFORMATION_FORMAT = dwarf-with-dsym GCC_VERSION = com.apple.compilers.llvm.clang.1_0 MACOSX_DEPLOYMENT_TARGET = 10.7 -VALID_ARCHS = x86_64 CLANG_ENABLE_OBJC_ARC = YES GCC_DYNAMIC_NO_PIC = NO COMBINE_HIDPI_IMAGES = YES INFOPLIST_FILE = plugins/$(TARGET_NAME)/Info.plist PRODUCT_NAME = $(TARGET_NAME) +GCC_C_LANGUAGE_STANDARD = gnu89 +CLANG_CXX_LANGUAGE_STANDARD = gnu++0x +CLANG_CXX_LIBRARY = libc++ -- cgit v1.2.3