Skip to content

Instantly share code, notes, and snippets.

@wessmith
Created November 12, 2013 03:30
Show Gist options
  • Save wessmith/7425014 to your computer and use it in GitHub Desktop.
Save wessmith/7425014 to your computer and use it in GitHub Desktop.
Loading Reveal in Debug only
// Doing this for debug only (via xcconfig but could also be specified in Xcode)
FRAMEWORK_SEARCH_PATHS = $(inherited) "/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/"
OTHER_LDFLAGS = $(inherited) -framework Reveal
@wessmith
Copy link
Author

It obviously won't build if Reveal isn't there but who wouldn't want Reveal?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment