Skip to content

Commit

Permalink
enable testability for release builds. fixes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Jan 12, 2016
1 parent 461142c commit 7725cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion THGWebService.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_TESTABILITY = NO;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = "";
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down

0 comments on commit 7725cf9

Please sign in to comment.