Skip to content

Commit

Permalink
change base ios version suport
Browse files Browse the repository at this point in the history
  • Loading branch information
rosen committed Jan 17, 2018
1 parent f6e8624 commit b1f01d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libOOMDetector/libOOMDetector.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = libOOMDetector/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LINK_WITH_STANDARD_LIBRARIES = YES;
MACH_O_TYPE = staticlib;
Expand All @@ -708,7 +708,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = libOOMDetector/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
LINK_WITH_STANDARD_LIBRARIES = YES;
MACH_O_TYPE = staticlib;
Expand Down

0 comments on commit b1f01d2

Please sign in to comment.