DBSoft Forums

Full Version: Silver 1.5.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://noob.software/downloads/silver-1...entura.dmg

I used the master branch of UXP, hopefully this will not result in issues. And the latest release of Basilisk, the only modified files for Silver are for the theme of Silver and the branding found in the Silver repo.

UXP: https://repo.palemoon.org/MoonchildProductions/UXP/
Basilisk: https://repo.palemoon.org/Basilisk-Dev/Basilisk
Silver: https://github.com/noobsoftware/silver2
(10-25-2022, 12:06 PM)noobsoftware Wrote: [ -> ]I used the master branch of UXP, hopefully this will not result in issues. And the latest release of Basilisk, the only modified files for Silver are for the theme of Silver and the branding found in the Silver repo.

Using master shouldn't cause any problems... works great and looks like you got WebRTC building!

One change you should make in the future is to add this to the Info.plist:

Code:
<key>LSEnvironment</key>
<dict>
    <key>SYSTEM_VERSION_COMPAT</key>
    <string>0</string>
</dict>

This allows the correct system version to be reported when using SDKs older than 11.0.  Otherwise Monterey and Ventura get reported as Big Sur.

31.3.1 got delayed until next Tuesday so probably will be a new UXP ready then for an updated build. Smile

Update: Also, when you build next Tuesday use the UXP "release" branch, the Ventura fix has been uplifted by Moonchild! Smile
(10-26-2022, 08:08 AM)dbsoft Wrote: [ -> ]
(10-25-2022, 12:06 PM)noobsoftware Wrote: [ -> ]I used the master branch of UXP, hopefully this will not result in issues. And the latest release of Basilisk, the only modified files for Silver are for the theme of Silver and the branding found in the Silver repo.

Using master shouldn't cause any problems... works great and looks like you got WebRTC building!

One change you should make in the future is to add this to the Info.plist:

Code:
<key>LSEnvironment</key>
<dict>
    <key>SYSTEM_VERSION_COMPAT</key>
    <string>0</string>
</dict>

This allows the correct system version to be reported when using SDKs older than 11.0.  Otherwise Monterey and Ventura get reported as Big Sur.

31.3.1 got delayed until next Tuesday so probably will be a new UXP ready then for an updated build. Smile

Update: Also, when you build next Tuesday use the UXP "release" branch, the Ventura fix has been uplifted by Moonchild! Smile

Will do