Daniel Leinweber
Daniel Leinweber
You can put the sound file into the **Resources** folder of your iOS project. Make sure the build action is set to **BundleResource**.
I am facing the same issue. I also tried to set the sound by specifying the SoundUri without success. ``` FirebasePushNotificationManager.SoundUri = Android.Net.Uri.Parse( $"android.resource://{Context.PackageName}/{Resource.Raw.notification_sound}"); ``` Any help would be highly...
> nvim-dap already has a function for this: > > ```lua > require("dap.utils").splitstr(vim.fn.expand(new_args)) > ``` I will test this out and update the PR then. Currently the dap configuration uses...