Files
2025-09-18 17:55:52 -04:00

61 lines
1.6 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>BreakpadVendor</key>
<string>Roblox</string>
<key>BreakpadReportInterval</key>
<string>0</string>
<key>BreakpadSkipConfirm</key>
<string>YES</string>
<key>BreakpadSendAndExit</key>
<string>NO</string>
<key>CFBundleShortVersionString</key>
<string>0.75.0.691</string>
<key>CFBundleExecutable</key>
<string>RobloxStudio</string>
<key>CFBundleVersion</key>
<string>691</string>
<key>CFBundleIconFile</key>
<string>RobloxStudio</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIdentifier</key>
<string>wtf.watrbx.RobloxStudio</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleName</key>
<string>RobloxStudio</string>
<key>ENABLE_APPLE_CRASH_REPORTER</key>
<string>YES</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeName</key>
<string>Roblox Model File</string>
<key>LSHandlerRank</key>
<string>Default</string>
<key>CFBundleTypeIconFile</key>
<string>RobloxStudio</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>rbxl</string>
</array>
</dict>
</array>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>