Skip to content

Instantly share code, notes, and snippets.

@akisute
Created December 17, 2015 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akisute/0aecf65204fd5c9fad52 to your computer and use it in GitHub Desktop.
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
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