sparkfabrik / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), export .ipa, optional upload to BrowserStack App Live.
MIT License
131 stars 27 forks source link

Add xcargs parameter #32

Open gilbertomaga opened 4 months ago

gilbertomaga commented 4 months ago

To have more control when building the app with xcargs parameter we can pass additional arguments to xcodebuild for the build phase. i.e: Package plugin and macro validations can be disabled by passing -skipPackagePluginValidation and -skipMacroValidation arguments.

gilbertomaga commented 4 months ago

@edodusi can you please review this?