dertieran opened a new issue #1209:
URL: https://github.com/apache/cordova-ios/issues/1209
# Feature Request
## Motivation Behind Feature
<!-- Why should this feature be implemented? What problem does it solve? -->
When building the ios app I want to set some additional `exportOptions`, for
example set `uploadSymbols` to `false`.
*(I need this to not include symbols in my build when uploading it to the
app store)*
## Feature Description
<!--
Describe your feature request in detail
Please provide any code examples or screenshots of what this feature would
look like
Are there any drawbacks? Will this break anything for existing users?
-->
Basically I would want something like this
*(Depending on if it is useful to overwrite defaults or not)*
```js
const exportOptions = { ...buildOpts.exportOptions, compileBitcode: false,
method: 'development' };
```
## Alternatives or Workarounds
<!--
Describe alternatives or workarounds you are currently using
Are there ways to do this with existing functionality?
-->
Right now I need to run `xcodebuild` manually instead of using the build-in
functionality.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]