Skip to content

Commit

Permalink
Mac OS X 10.6 is the minimum deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 26, 2018
1 parent afe073c commit 91d5732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode/SDL_ttf.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
INFOPLIST_FILE = "Info-Framework.plist";
INSTALL_PATH = "@rpath";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "";
WRAPPER_EXTENSION = framework;
};
Expand All @@ -383,6 +384,7 @@
INFOPLIST_FILE = "Info-Framework.plist";
INSTALL_PATH = "@rpath";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "";
WRAPPER_EXTENSION = framework;
};
Expand Down

0 comments on commit 91d5732

Please sign in to comment.