Merge pull request '[macos-runner] Pass DEVELOPMENT_TEAM into xcargs for SPM package targets' (#34) from ci/gitea-actions/macos-runner into main

Reviewed-on: Loverde-Company-LTDA/Pedi-Foods-Skip#34
This commit is contained in:
2026-07-31 10:06:16 -03:00

View File

@@ -12,7 +12,7 @@ lane :assemble do |options|
sdk: "iphoneos", sdk: "iphoneos",
export_method: ENV["BITRISE_DISTRIBUTION_METHOD"] || "app-store", export_method: ENV["BITRISE_DISTRIBUTION_METHOD"] || "app-store",
xcconfig: "fastlane/AppStore.xcconfig", xcconfig: "fastlane/AppStore.xcconfig",
xcargs: "-skipPackagePluginValidation -skipMacroValidation CODE_SIGN_STYLE=Manual CODE_SIGN_IDENTITY=\"Apple Distribution\" PROVISIONING_PROFILE_SPECIFIER=\"com.br.pedifoods.app AppStore\"", xcargs: "-skipPackagePluginValidation -skipMacroValidation CODE_SIGN_STYLE=Manual CODE_SIGN_IDENTITY=\"Apple Distribution\" PROVISIONING_PROFILE_SPECIFIER=\"com.br.pedifoods.app AppStore\" DEVELOPMENT_TEAM=#{ENV['DEVELOPMENT_TEAM']}",
derived_data_path: "../.build/Darwin/DerivedData", derived_data_path: "../.build/Darwin/DerivedData",
output_directory: "../.build/fastlane/Darwin", output_directory: "../.build/fastlane/Darwin",
skip_archive: ENV["FASTLANE_SKIP_ARCHIVE"] == "YES", skip_archive: ENV["FASTLANE_SKIP_ARCHIVE"] == "YES",