Created
November 12, 2013 03:30
-
-
Save wessmith/7425014 to your computer and use it in GitHub Desktop.
Loading Reveal in Debug only
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
// 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It obviously won't build if Reveal isn't there but who wouldn't want Reveal?