mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
54 lines
1.5 KiB
Plaintext
54 lines
1.5 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>RbxBaseUrl</key>
|
|
<string>http://www.gametest1.pizzaboxer.fun/</string>
|
|
<key>RbxInstallHost</key>
|
|
<string>setup.gametest1.watrbx.wtf</string>
|
|
<key>RbxStartPath</key>
|
|
<string></string>
|
|
<key>BreakpadReportInterval</key>
|
|
<string>0</string>
|
|
<key>BreakpadSkipConfirm</key>
|
|
<string>YES</string>
|
|
<key>BreakpadSendAndExit</key>
|
|
<string>NO</string>
|
|
<key>BreakpadVendor</key>
|
|
<string>Roblox</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>wtf.watrbx.${PRODUCT_NAME:rfc1034identifier}</string>
|
|
<key>CFBundleName</key>
|
|
<string>Roblox</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.75.0.691</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>691</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
|
<key>NSMainNibFile</key>
|
|
<string>MainMenu</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>LSMultipleInstancesProhibited</key>
|
|
<true/>
|
|
<key>CFBundleIconFile</key>
|
|
<string>Roblox</string>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|