openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
455 stars 127 forks source link

Add possibility to also package symbols within ipa #461

Closed BastianKusserow closed 11 months ago

BastianKusserow commented 1 year ago

If you like to also package symbols within your ipa, you can do this now via

packaging {
  packageSymbols = true
}

This should resolve https://github.com/openbakery/gradle-xcodePlugin/issues/454

I am not sure if target should be develop or main, feel free to change

renep commented 1 year ago

I'm wondering if the packageSymbols=trueshould be default and with false it can be disabled.

BastianKusserow commented 1 year ago

wasn't sure if this is too much of a breaking change, but I definitely support enabling this by default!

renep commented 1 year ago

Then make is so 😉

BastianKusserow commented 1 year ago

sure, done :)

BastianKusserow commented 11 months ago

Hey @renep, is there a chance we could merge that soon'ish? :)