Results 7 comments of Cool Apps

> Hi cool2apps. I have Ventura running here. Might be able to update the repo on the weekend, but honestly can't promise (have been and am super-busy). > > Re....

> Great you managed to make stock intel wifi working with itlwm. > > Sound: > > * update both bootloaders, not just OC (e.g. via the [HackinDROM App](https://www.tonymacx86.com/threads/hackindrom-app-for-opencore-efi-creation-and-update.312176/)) but...

> @abhishekthomasv couple of questions to you: > > 1. are you running macOS Sonoma? > > 2. if so, which Wi-Fi card are you using: original Intel or replacement?...

> `ParsePush` added in #914 please use this [document](https://github.com/parse-community/Parse-SDK-Flutter/blob/master/packages/flutter/PUSH.md) and If you still have problems, reopen issues documentation link is broken. Would you please provide a working link to documentation?...

Is this documentation still valid? I added following to Podfile as documentation described: ``` target.build_configurations.each do |config| config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ '$(inherited)', 'AUDIO_SESSION_MICROPHONE=0' ] end ``` But my app still asks...

> The documentation is still valid, with the proviso that after changing the configuration file you need to clean and rebuild. > > This issue is about iOS only, but...

PS: I needed to add ```android:exported="false"``` to be able to compile for projects targeting android SDK 32 or newer. Maybe crash occurs because of that. But I can't compile, if...