Skip to content

Commit

Permalink
Merge c340c6c into bb78b7e
Browse files Browse the repository at this point in the history
  • Loading branch information
rastersize committed Feb 8, 2016
2 parents bb78b7e + c340c6c commit 868472c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions spotify_os.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,26 @@ IPHONEOS_DEPLOYMENT_TARGET = 7.0
WATCHOS_DEPLOYMENT_TARGET = 2.0
TVOS_DEPLOYMENT_TARGET = 9.0
MACOSX_DEPLOYMENT_TARGET = 10.8

ENABLE_NS_ASSERTIONS_Debug = YES
ENABLE_NS_ASSERTIONS_Release = NO
ENABLE_NS_ASSERTIONS = $(ENABLE_NS_ASSERTIONS_$(CONFIGURATION))

ONLY_ACTIVE_ARCH_Debug = YES
ONLY_ACTIVE_ARCH_Release = NO
ONLY_ACTIVE_ARCH = $(ONLY_ACTIVE_ARCH_$(CONFIGURATION))

SUPPORTED_PLATFORMS = macosx iphoneos iphonesimulator watchsimulator appletvsimulator

CLANG_ENABLE_MODULES = YES
CLANG_MODULES_AUTOLINK = NO
INSTALL_PATH=@rpath
DYLIB_INSTALL_NAME_BASE=@rpath
LD_RUNPATH_SEARCH_PATHS=$(inherited) @executable_path/Frameworks @loader_path/Frameworks
CLANG_ENABLE_OBJC_ARC = YES

INSTALL_PATH = @rpath
DYLIB_INSTALL_NAME_BASE = @rpath
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks

// Language standards
// Spotify language and std-library standards
GCC_C_LANGUAGE_STANDARD = gnu99
CLANG_CXX_LANGUAGE_STANDARD = c++11
CLANG_CXX_LIBRARY = libc++
Expand Down

0 comments on commit 868472c

Please sign in to comment.