Skip to content

Commit

Permalink
Merge pull request #96 from ivpn/task/prevent-dylib-code-injection
Browse files Browse the repository at this point in the history
Prevent dylib code injection
  • Loading branch information
jurajhilje authored Feb 18, 2021
2 parents c2795eb + a8e53a8 commit 4a60823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IVPNClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2660,6 +2660,7 @@
"\"KeychainAccess\"",
"-framework",
"\"SwiftyStoreKit\"",
"-Wl,-sectcreate,__RESTRICT,__restrict,/dev/null",
);
OTHER_SWIFT_FLAGS = "-D DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = net.ivpn.clients.ios;
Expand Down Expand Up @@ -3055,6 +3056,7 @@
"\"KeychainAccess\"",
"-framework",
"\"SwiftyStoreKit\"",
"-Wl,-sectcreate,__RESTRICT,__restrict,/dev/null",
);
OTHER_SWIFT_FLAGS = "-D RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = net.ivpn.clients.ios;
Expand Down

0 comments on commit 4a60823

Please sign in to comment.