Files
SwiftShell/SwiftShell.xcodeproj/Configs/Project.xcconfig
T
Kare Morstol 04759e9245 Reorganise to use "swift test". Replace Xcode project with one auto-generated by swiftpm.
The “Scripts” folder is temporarily moved out of "Tests" because it doesn't work with the Swift Package Manager.
2016-06-06 01:48:36 +02:00

8 lines
205 B
Plaintext

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