Last active
September 5, 2016 15:06
-
-
Save lucholaf/e37f4d26e406250a156a to your computer and use it in GitHub Desktop.
Xcode pre-action: generate Swift FAT file to reduce compilation time, since it's faster to recompile the whole source code in a single 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
> $PROJECT_DIR/merge.swift; find $PROJECT_DIR/ -iname *.swift -not -name merge.swift -exec cat {} >> $PROJECT_DIR/merge.swift \; |
Did it reduce your compile time?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
worth a shot