This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
Entitlements to apply to the .app bundle and main browser process | |
executable during codesigning of production channel builds. | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.developer.system-extension.install</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
Entitlements to apply to the .app bundle and main browser process | |
executable during codesigning of production channel builds. | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.developer.system-extension.install</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
Entitlements to apply to the .app bundle and main browser process | |
executable during codesigning of production channel builds. | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.developer.system-extension.install</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
Entitlements to apply to the .app bundle and main browser process | |
executable during codesigning of production channel builds. | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.developer.system-extension.install</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
Entitlements to apply to the .app bundle and main browser process | |
executable during codesigning of production channel builds. | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.developer.system-extension.install</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
Entitlements to apply to the .app bundle and main browser process | |
executable during codesigning of production channel builds. | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.developer.system-extension.install</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/iscript/src/iscript/mac.py b/iscript/src/iscript/mac.py | |
index 7bbc764..305c7c2 100644 | |
--- a/iscript/src/iscript/mac.py | |
+++ b/iscript/src/iscript/mac.py | |
@@ -27,11 +27,8 @@ log = logging.getLogger(__name__) | |
MAC_DESIGNATED_REQUIREMENTS = ( | |
- """=designated => ( """ | |
- """(anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9] ) """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Main app provisioning profile entitlements: | |
<key>Entitlements</key> | |
<dict> | |
<key>com.apple.developer.system-extension.install</key> | |
<true/> | |
<key>com.apple.developer.networking.networkextension</key> | |
<array> | |
<string>packet-tunnel-provider-systemextension</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
Entitlements to apply to the .app bundle and main browser process | |
executable during codesigning of production channel builds. | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.security.app-sandbox</key> | |
<true/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- | |
Entitlements to apply to the .app bundle and main browser process | |
executable during codesigning of production channel builds. | |
--> | |
<plist version="1.0"> | |
<dict> | |
<key>com.apple.developer.system-extension.install</key> |