Brendan Lau
Brendan Lau
I also cannot get the following to work: ``` BMPlayerConf.enableVolumeGestures = false BMPlayerConf.enableBrightnessGestures = false ```
I also am having trouble scanning truncated / compacted PDF417 barcodes, albeit with the iOS MLKit SDK.
Hi, i'm taking your advice and using the `settings-bundle` output, utilizing the build tool plugin. I am receiving this error when trying to build to iOS.  Any tips?
Ok one more...   But i'm getting the following error: 
@FelixHerrmann  My strategy right now is to create a separate `.plist` file within the Settings bundle, one for Cocoapods, and one for SPM....
 With the Cocoapods `post_install` looking like this: ``` post_install do | installer | require 'fileutils' FileUtils.cp_r('Pods/Target Support Files/Pods-XXXX/Pods-XXXX-acknowledgements.plist', 'XXXX/XXXX/SupportingFiles/Settings.bundle/Acknowledgements-cp.plist', :remove_destination => true) ```
> I see the issue, because you are using Cocoapods you have to use a workspace. Once a project is part of a workspace the `Package.resolved` is located in the...
Thanks so much for the example repo! Couple of questions: 1) I added some additional logging to the `Run Script Phase` but am failing to see anything in the console......