Fix mac notarized build archiving wrong platform

build_mac_app in the build_and_notarize lane was missing the sdk and
destination overrides needed for the multiplatform scheme, so gym
archived for tvOS and failed on provisioning profiles. Mirror the
working mac beta lane.
This commit is contained in:
Arkadiusz Fal
2026-07-18 18:00:57 +02:00
parent a673968f1e
commit f3f45fdfdc

View File

@@ -328,6 +328,8 @@ platform :mac do
build_mac_app(
scheme: SCHEME,
sdk: "macosx",
destination: "generic/platform=macOS",
configuration: "Release-DeveloperID",
output_directory: "fastlane/builds/#{version}-#{build}/macOS",
output_name: APP_NAME,