Currently I found ad-hoc/app-store/enterprise from github search.
What's the other available values for export_method option in gym? And how it goes with code signing and provisioning profile?
Thanks.
You can execute xcodebuild -helpto see all export options.
Here the output for the method or in gym export_method option:
method : String
Describes how Xcode should export the archive. Available options: app-store, ad-hoc, package, enterprise, development, and developer-id. The list of options varies based on the type of archive. Defaults to development.
@iONsky Thanks! Didn't notice these commands are wrapper of xcodebuild.
Most helpful comment
You can execute
xcodebuild -helpto see all export options.Here the output for the
methodor in gymexport_methodoption: