Commit
This commit is contained in:
15
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-Application.xcconfig
vendored
Normal file
15
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-Application.xcconfig
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for an application on Mac OS X. This should be set at the target level for
|
||||
// each project configuration.
|
||||
//
|
||||
|
||||
// Import base application settings
|
||||
#include "../Base/Targets/Application.xcconfig"
|
||||
|
||||
// Apply common settings specific to Mac OS X
|
||||
#include "Mac-Base.xcconfig"
|
||||
|
||||
// Whether function calls should be position-dependent (should always be
|
||||
// disabled for library code)
|
||||
GCC_DYNAMIC_NO_PIC = YES
|
19
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-Base.xcconfig
vendored
Normal file
19
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-Base.xcconfig
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for Mac OS X. This file is not standalone -- it is meant to be included into
|
||||
// a configuration file for a specific type of target.
|
||||
//
|
||||
|
||||
// Whether to combine multiple image resolutions into a multirepresentational
|
||||
// TIFF
|
||||
COMBINE_HIDPI_IMAGES = YES
|
||||
|
||||
// Where to find embedded frameworks
|
||||
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks @loader_path/../Frameworks
|
||||
|
||||
// The base SDK to use (if no version is specified, the latest version is
|
||||
// assumed)
|
||||
SDKROOT = macosx
|
||||
|
||||
// Supported build architectures
|
||||
VALID_ARCHS = x86_64
|
18
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-DynamicLibrary.xcconfig
vendored
Normal file
18
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-DynamicLibrary.xcconfig
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for a dynamic library on Mac OS X. This should be set at the target level
|
||||
// for each project configuration.
|
||||
//
|
||||
|
||||
// Import common settings specific to Mac OS X
|
||||
#include "Mac-Base.xcconfig"
|
||||
|
||||
// Whether to strip out code that isn't called from anywhere
|
||||
DEAD_CODE_STRIPPING = NO
|
||||
|
||||
// Whether function calls should be position-dependent (should always be
|
||||
// disabled for library code)
|
||||
GCC_DYNAMIC_NO_PIC = NO
|
||||
|
||||
// Don't include in an xcarchive
|
||||
SKIP_INSTALL = YES
|
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-Framework.xcconfig
vendored
Normal file
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-Framework.xcconfig
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for a framework on OS X. This should be set at the target level for each
|
||||
// project configuration.
|
||||
//
|
||||
|
||||
// Import base framework settings
|
||||
#include "../Base/Targets/Framework.xcconfig"
|
||||
|
||||
// Import common settings specific to Mac OS X
|
||||
#include "Mac-Base.xcconfig"
|
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-StaticLibrary.xcconfig
vendored
Normal file
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/Mac OS X/Mac-StaticLibrary.xcconfig
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for a static library on Mac OS X. This should be set at the target level for
|
||||
// each project configuration.
|
||||
//
|
||||
|
||||
// Import base static library settings
|
||||
#include "../Base/Targets/StaticLibrary.xcconfig"
|
||||
|
||||
// Apply common settings specific to Mac OS X
|
||||
#include "Mac-Base.xcconfig"
|
Reference in New Issue
Block a user