mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 09:33:25 +01:00
20 lines
572 B
Plaintext
20 lines
572 B
Plaintext
|
#include "./RSWeb_target.xcconfig"
|
||
|
|
||
|
CODE_SIGN_IDENTITY =
|
||
|
DEVELOPMENT_TEAM = 9C84TZ7Q6Z
|
||
|
|
||
|
// See the notes in Evergreen_target.xcconfig on why the
|
||
|
// DeveloperSettings.xcconfig is #included here
|
||
|
|
||
|
#include? "../../../SharedXcodeSettings/DeveloperSettings.xcconfig"
|
||
|
|
||
|
SDKROOT = iphoneos
|
||
|
TARGETED_DEVICE_FAMILY = 1,2
|
||
|
IPHONEOS_DEPLOYMENT_TARGET = 10.2
|
||
|
|
||
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks
|
||
|
INFOPLIST_FILE = RSWebiOS/Info.plist
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = com.ranchero.RSWebiOS
|
||
|
PRODUCT_NAME = RSWeb
|
||
|
CLANG_ENABLE_MODULES = YES
|