You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/12/07 10:56:50 UTC

[GitHub] [cordova-ios] dertieran opened a new issue #1209: Support extending export options

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org