DBSoft Forums
Silver 1.5.5 - Printable Version

+- DBSoft Forums (https://dbsoft.org/forum)
+-- Forum: DBSoft Software Support (https://dbsoft.org/forum/forumdisplay.php?fid=1)
+--- Forum: White Star (https://dbsoft.org/forum/forumdisplay.php?fid=2)
+--- Thread: Silver 1.5.5 (/showthread.php?tid=129)



Silver 1.5.5 - noobsoftware - 10-25-2022

https://noob.software/downloads/silver-1.5.5-ventura.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


RE: Silver 1.5.5 - dbsoft - 10-26-2022

(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


RE: Silver 1.5.5 - noobsoftware - 11-01-2022

(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