Files
SwiftShell/SwiftShell.xcodeproj/Configs/Project.xcconfig
Kare Morstol e7af9e3449 Remove Linux from supported platforms.
Linux isn't quite supported yet.

Also Cartage gives error
	Parse error: unexpected SDK key "linux"
2016-10-09 23:30:39 +02:00

8 lines
199 B
Plaintext

PRODUCT_NAME = $(TARGET_NAME)
SUPPORTED_PLATFORMS = macosx
MACOSX_DEPLOYMENT_TARGET = 10.11
DYLIB_INSTALL_NAME_BASE = @rpath
OTHER_SWIFT_FLAGS = -DXcode
COMBINE_HIDPI_IMAGES = YES
USE_HEADERMAP = NO