src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacAppStore_Inherit.entitlements
author herrick
Tue, 15 Oct 2019 13:44:36 -0400
branchJDK-8200758-branch
changeset 58607 7451b17b40d3
parent 57039 98d3963b0b7b
permissions -rw-r--r--
8231912: Use https for URLs in help and error messages Reviewed-by: asemenyuk, kcr

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>com.apple.security.app-sandbox</key>
        <true/>
        <key>com.apple.security.inherit</key>
        <true/>
    </dict>
</plist>