Skip to content

Commit

Permalink
Modify the compilation configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2018
1 parent ea9b5ab commit 64374d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macos/amac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@
DEAD_CODE_STRIPPING = NO;
INFOPLIST_FILE = amac/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -1029,6 +1030,7 @@
CURRENT_PROJECT_VERSION = 1;
INFOPLIST_FILE = amac/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 64374d0

Please sign in to comment.