tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+
https://www.npmjs.com/package/cordova-plugin-wifiwizard2
Apache License 2.0
122 stars 146 forks source link

Remove all networkextension #119

Open dmastag opened 3 years ago

dmastag commented 3 years ago

As per https://github.com/tripflex/WifiWizard2/issues/116 We need to remove all empty com.apple.developer.networking.networkextension to be able to build for iOS

Requirements

Description of the Change

I removed all empty com.apple.developer.networking.networkextension to be able to build for iOS As per https://github.com/tripflex/WifiWizard2/issues/116 this prevented me from builing on iOS

Alternate Designs

We could have added the String inside the PL file, but I am not sure which ones are used

Why Should This Be In Core?

So iOS is able to build

Benefits

People can build iOS Apps

Possible Drawbacks

Maybe we need the empty networkextension?

Applicable Issues