I'm building iOS app with Cordova.
Without the Share plugin the release IPA size is 25 Mb. With Share plugin it grows to 100 Mb!
I noticed that this line shows up in the log - Update IOS build setting ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to: YES for build configuration Release
. I'm guessing it's responsible for this huge size increase. Is there any way to disable it?