Created
December 17, 2015 07:38
-
-
Save akisute/0aecf65204fd5c9fad52 to your computer and use it in GitHub Desktop.
Settings that are added when pure obj-c project adds a new swift file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CLANG_ENABLE_MODULES = YES; | |
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | |
SWIFT_OBJC_BRIDGING_HEADER = "myapp/myapp-Bridging-Header.h"; | |
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment