Skip to content

Commit

Permalink
- Remove binary restriction, which seems to be not compatible with ha…
Browse files Browse the repository at this point in the history
…rdened runtime.
  • Loading branch information
javerous committed Nov 1, 2018
1 parent 5b2477a commit 385cfb5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions TorChat/TorChat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,10 @@
GCC_PREFIX_HEADER = TorChat/TorChat_Prefix.pch;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = "TorChat/TorChat-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = "com.SourceMac.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = TorChat;
Expand All @@ -1508,9 +1511,11 @@
GCC_PREFIX_HEADER = TorChat/TorChat_Prefix.pch;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
INFOPLIST_FILE = "TorChat/TorChat-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "@executable_path/../Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
OTHER_LDFLAGS = "-Wl,-sectcreate,__RESTRICT,__restrict,/dev/null";
PRODUCT_BUNDLE_IDENTIFIER = "com.SourceMac.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = TorChat;
};
Expand Down

0 comments on commit 385cfb5

Please sign in to comment.