标签: ios certificate provisioning-profile fastlane fastlane-match
当我在应用程序的项目目录中运行fastlane match时,默认情况下它将使用development: true参数执行,因此仅获取开发证书和配置文件。
fastlane match
development: true
我必须多次运行命令以刷新所有证书和配置文件,例如:
fastlane match adhoc fastlane match development fastlane match appstore
有什么方法只能运行一次命令以获取上述所有内容?