Commit 6e4f06e 1 parent 113eb01 commit 6e4f06e Copy full SHA for 6e4f06e
File tree 2 files changed +3
-10
lines changed
extension-manifest-v3/xcode
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1190
1190
CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
1191
1191
DEAD_CODE_STRIPPING = YES;
1192
1192
DEVELOPMENT_TEAM = HPY23A294X;
1193
- ENABLE_HARDENED_RUNTIME = YES ;
1193
+ ENABLE_HARDENED_RUNTIME = NO ;
1194
1194
GENERATE_INFOPLIST_FILE = YES;
1195
1195
INFOPLIST_FILE = "macOS (App)/Info.plist";
1196
1196
INFOPLIST_KEY_CFBundleDisplayName = "Ghostery – Privacy Ad Blocker";
1229
1229
CURRENT_PROJECT_VERSION = "$(CURRENT_PROJECT_VERSION)";
1230
1230
DEAD_CODE_STRIPPING = YES;
1231
1231
DEVELOPMENT_TEAM = HPY23A294X;
1232
- ENABLE_HARDENED_RUNTIME = YES ;
1232
+ ENABLE_HARDENED_RUNTIME = NO ;
1233
1233
GENERATE_INFOPLIST_FILE = YES;
1234
1234
INFOPLIST_FILE = "macOS (App)/Info.plist";
1235
1235
INFOPLIST_KEY_CFBundleDisplayName = "Ghostery – Privacy Ad Blocker";
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
- <dict >
5
- <key >com.apple.security.app-sandbox</key >
6
- <true />
7
- <key >com.apple.security.files.user-selected.read-only</key >
8
- <true />
9
- <key >com.apple.security.network.client</key >
10
- <true />
11
- </dict >
4
+ <dict />
12
5
</plist >
You can’t perform that action at this time.
0 commit comments