liquidx / webviewscreensaver

Mac OS X Screen Saver powered by a Web View
Apache License 2.0
1.17k stars 138 forks source link

WIP: Add xcode 11 support #57

Closed xvilo closed 4 years ago

xvilo commented 5 years ago

WebViewScreenSaver.saver.zip

It doesnt seem to work

elalemanyo commented 4 years ago

CoreUI: RunTimeThemeRefForBundleIdentifierAndName() couldn't find Assets.car in bundle with identifier: 'net.liquidx.WebViewScreenSaver'

fetching URLs started Unable to read connection data: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}

This is the error that I can see

elalemanyo commented 4 years ago

Can we try to change NSJSONReadingMutableContainers to NSJSONReadingAllowFragments here https://github.com/liquidx/webviewscreensaver/blob/master/WebViewScreenSaver/WVSSAddressListFetcher.m#L60

https://developer.apple.com/documentation/foundation/nsjsonreadingoptions?language=objc

https://github.com/Mantle/Mantle/issues/484

xvilo commented 4 years ago

I can see if I can do this tonight

rickvandermeij-aanzee commented 4 years ago

Any updates?

xvilo commented 4 years ago

Nope not yet, work is crazy as hell lately ;)