mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
<?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>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>ModrinthApp</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>modrinth</string>
|
|
<string>modrinthscheme</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>A Minecraft mod wants to access your camera.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>A Minecraft mod wants to access your microphone.</string>
|
|
<key>NSLocalNetworkUsageDescription</key>
|
|
<string>Minecraft or a Minecraft mod wants to access the LAN.</string>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSExceptionDomains</key>
|
|
<dict>
|
|
<key>asset.localhost</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true />
|
|
<key>NSIncludesSubdomains</key>
|
|
<true />
|
|
</dict>
|
|
<key>textures.minecraft.net</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true />
|
|
<key>NSIncludesSubdomains</key>
|
|
<true />
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|