Skip to content

Commit

Permalink
Merge pull request #23 from 3a4oT/projectsettings
Browse files Browse the repository at this point in the history
removed module map file
  • Loading branch information
3a4oT authored Dec 13, 2020
2 parents 0704e41 + 26b1e9b commit 04d486a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DateToolsObjC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MODULEMAP_FILE = "$(SRCROOT)/Sources/DateToolsObjC/include/module.modulemap";
MODULEMAP_FILE = "";
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down Expand Up @@ -542,7 +542,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MODULEMAP_FILE = "$(SRCROOT)/Sources/DateToolsObjC/include/module.modulemap";
MODULEMAP_FILE = "";
OTHER_CFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited)";
Expand Down

0 comments on commit 04d486a

Please sign in to comment.