Skip to content

Commit

Permalink
Made changes found in fresh Framework targets nowadays
Browse files Browse the repository at this point in the history
* Turned on **Defines Module** for the framework target (all build configs).
  • Loading branch information
capnslipp committed Mar 6, 2020
1 parent 6fbe8be commit b8336d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions With.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
OBJ_19 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -272,6 +273,7 @@
OBJ_20 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit b8336d2

Please sign in to comment.