Commit
This commit is contained in:
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/iOS/iOS-Application.xcconfig
vendored
Normal file
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/iOS/iOS-Application.xcconfig
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for an application on iOS. 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 iOS
|
||||
#include "iOS-Base.xcconfig"
|
18
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/iOS/iOS-Base.xcconfig
vendored
Normal file
18
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/iOS/iOS-Base.xcconfig
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for iOS. This file is not standalone -- it is meant to be included into
|
||||
// a configuration file for a specific type of target.
|
||||
//
|
||||
|
||||
// Xcode needs this to find archived headers if SKIP_INSTALL is set
|
||||
HEADER_SEARCH_PATHS = $(OBJROOT)/UninstalledProducts/include
|
||||
|
||||
// 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 = iphoneos
|
||||
|
||||
// Supported device families (1 is iPhone, 2 is iPad)
|
||||
TARGETED_DEVICE_FAMILY = 1,2
|
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/iOS/iOS-Framework.xcconfig
vendored
Normal file
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/iOS/iOS-Framework.xcconfig
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for a framework on iOS. 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 iOS
|
||||
#include "iOS-Base.xcconfig"
|
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/iOS/iOS-StaticLibrary.xcconfig
vendored
Normal file
11
Carthage/Checkouts/TrueTime.swift/External/xcconfigs/iOS/iOS-StaticLibrary.xcconfig
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// This file defines additional configuration options that are appropriate only
|
||||
// for a static library on iOS. 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 iOS
|
||||
#include "iOS-Base.xcconfig"
|
Reference in New Issue
Block a user