mirror of
https://github.com/OpenFusionProject/Client.git
synced 2024-11-11 01:00:06 +00:00
5d5dce9647
I had to hack the package.json to force `electron-prebuilt` to use a 32-bit binary - everything else should be fairly out of the box
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<plist>
|
|
<dict>
|
|
<key>CFBundleVersion</key>
|
|
<string>2.5.5b4</string>
|
|
<key>UnityBuildNumber</key>
|
|
<string>50</string>
|
|
<key>monoVersion</key>
|
|
<string>fusion-2.x.x</string>
|
|
<key>monoMinimumRevision</key>
|
|
<string>2.0.0f6</string>
|
|
</dict>
|
|
</plist> |