Skip to content

Instantly share code, notes, and snippets.

@tjw
Last active October 16, 2017 19:34
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 tjw/771e7555c851c18d5689c160862f61d8 to your computer and use it in GitHub Desktop.
Save tjw/771e7555c851c18d5689c160862f61d8 to your computer and use it in GitHub Desktop.
iOS swift preset file
# Trying to get the fastest incremental build times for small changes to the swift compiler.
# This still rebuilds the stdlib on each change to the compiler (no --skip option I see to avoid that).
[preset: ios]
release
debug-swift
ios
skip-build-ios-simulator
skip-test-ios-simulator
skip-build-osx
skip-test-osx
build-subdir=ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment