Skip to content

Commit

Permalink
Merge pull request #97 from Skyscanner/turn-off-coverage-configs-in-r…
Browse files Browse the repository at this point in the history
…elease-mode

[Project] Turn off coverage configs for release
  • Loading branch information
Hugo Tunius committed Jan 16, 2017
2 parents 572d696 + d25a0ee commit ff79f16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_GENERATE_TEST_COVERAGE_FILES = NO;
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO;
INFOPLIST_FILE = SkyFloatingLabelTextField/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand Down

0 comments on commit ff79f16

Please sign in to comment.