Sander Bruens
Sander Bruens
There are some issues with the manager build and tests as well. Fixing them in #1971.
What platform are you on? MacOS or iOS? Take a look at the logs for your VpnExtension to see why it's failing. Is the extension crashing? Those logs will give...
We don't currently set the name on the manager, which is why it defaults back to the app's name. You can set it by configuring the [`localizedDescription`](https://developer.apple.com/documentation/networkextension/nevpnmanager/1406280-localizeddescription) on the `NETunnelProviderManager`:...
For the icons Cordova takes the source images and turns them into an [asset catalog](https://developer.apple.com/documentation/xcode/managing-assets-with-asset-catalogs) and we rsync some files in that Cordova doesn't yet support (yes, it's not great...
I wonder if you previously created the profile with the Outline config. Try removing it in the VPN settings. It will then create a new one on the first attempt...
https://github.com/Jigsaw-Code/outline-apps/issues/1851#issue-2154542588 has example icons
I was finally able to reproduce this on a Silicon machine. My Intel did not have the problem. This must be something to do with how `NSPopoverBehaviorTransient` clashes with full-screen...
Thanks for reporting, all and apologies for the delayed response. I have just rolled back stable to version 1.14.0. You can get it from https://getoutline.org/. Please let us know if...
For this and #1830, if we're going to use the `extra` value for different configuration options, should we avoid non-object types at the top-level of `extra` to avoid it becoming...
We don't fully support maccatalyst yet, for this exact reason. This happens only on M1 machines as far as we have been able to see. Can you confirm you are...