Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to also package symbols within ipa #2

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

BastianKusserow
Copy link
Owner

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

packaging {
  packageSymbols = true
}

This should resolve openbakery#454

@@ -1,6 +1,7 @@
allprojects {
apply plugin: 'java-gradle-plugin'
apply plugin: 'groovy'
apply plugin: "maven"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by applying this plugin gradle install works again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants