<?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">
<plist version="1.0">
<dict>
    <key>keychain-access-groups</key>
    <array>
        <string>$(AppIdentifierPrefix)berlin.sneak.pkg.secret</string>
    </array>
    <key>com.apple.application-identifier</key>
    <string>$(AppIdentifierPrefix)berlin.sneak.pkg.secret</string>
    <key>com.apple.developer.team-identifier</key>
    <string>$(AppIdentifierPrefix)</string>
    <key>get-task-allow</key>
    <true/>
    <key>com.apple.security.cs.allow-jit</key>
    <false/>
    <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
    <false/>
    <key>com.apple.security.cs.allow-dyld-environment-variables</key>
    <false/>
    <key>com.apple.security.cs.disable-library-validation</key>
    <true/>
</dict>
</plist>