Jader Feijo
Jader Feijo
## Description The changes in the PR allow the library to be compiled under linux. The following changes were made to accomplish that: * All @objc interfaces were removed as...
Hi @gontovnik, Would it be possible to add Carthage support to your library?
Calling `[[OALSimpleAudio sharedInstance] bgPlaying]` returns `FALSE` even when there is background music playing. I wrote a category to `OALSimpleAudio` to only trigger the play action when the speficied background music...
While trying to check whether or not a folder exists from a PCL library through a Unit Test target via `SpecialFolder.Current.Cache.CheckExistsAsync("MyFolder")` I get the following exception being thrown, which cases...
### Description Update supported node version to include node `^22.1.0`. **Note:** > This PR follows on the changes from #142 which was rejected since node `21.7.1` was not LTS, whereas...