Files
watrbx-game-engine/Installer/BootstrapperMac/Roblox/NPRobloxMac/NPRoblox-Info.plist
T
2025-09-18 17:55:52 -04:00

40 lines
1.1 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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>wtf.watrbx.RobloxLauncherPlugin</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleShortVersionString</key>
<string>1, 2, 8, 25</string>
<key>CFBundleVersion</key>
<string>12</string>
<key>CFBundlePackageType</key>
<string>BRPL</string>
<key>WebPluginName</key>
<string>Roblox Launcher Plugin</string>
<key>WebPluginDescription</key>
<string>Launches Roblox Application</string>
<key>WebPluginMIMETypes</key>
<dict>
<key>application/x-vnd-roblox-launcher</key>
<dict>
<key>WebPluginTypeDescription</key>
<string>Roblox Launcher Plugin</string>
</dict>
</dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>