p4bridge.xcconfig #1

  • //
  • guest/
  • norman_morse/
  • p4connect/
  • main/
  • src/
  • P4Bridge/
  • p4bridge/
  • Config/
  • p4bridge.xcconfig
  • View
  • Commits
  • Open Download .zip Download (900 B)
//
//  p4bridge.xcconfig
//  p4bridge
//
//  Created by nmorse on 3/11/15.
//  Copyright (c) 2015 Perforce Software. All rights reserved.
//

SDKROOT = macosx
ONLY_ACTIVE_ARCH = YES
MACOSX_DEPLOYMENT_TARGET = 10.8
ALWAYS_SEARCH_USER_PATHS = NO
GCC_C_LANGUAGE_STANDARD = gnu99
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
GCC_ENABLE_OBJC_EXCEPTIONS = YES
CLANG_ENABLE_OBJC_ARC = YES
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
CLANG_WARN_EMPTY_BODY = YES
CLANG_WARN_BOOL_CONVERSION = YES
CLANG_WARN_CONSTANT_CONVERSION = YES
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
CLANG_WARN_ENUM_CONVERSION = YES
CLANG_WARN_INT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNINITIALIZED_AUTOS = YES
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_VARIABLE = YES
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
GCC_WARN_UNDECLARED_SELECTOR = YES
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
# Change User Description Committed
#1 16251 Norman Morse Update Dev branch to match reorganization in workshop
//guest/perforce_software/p4connect/main/src/P4Bridge/p4bridge/Config/p4bridge.xcconfig
#1 16209 Norman Morse Move entire source tree into "main" branch so workshop code will act correctly.
//guest/perforce_software/p4connect/src/P4Bridge/p4bridge/Config/p4bridge.xcconfig
#2 16006 Norman Morse integrated changes from internal build
#1 12135 Norman Morse Integrate dev branch changes into main.

This code is the basiis of the 2.7 BETA release which provides Unity 5 compatibility
//guest/norman_morse/dev/p4connect/src/P4Bridge/p4bridge/Config/p4bridge.xcconfig
#1 12033 Norman Morse Create xcconfig files for each build in OSX