You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): replace UUID extraction with provisioning profile name variable
xcodebuild accepts a profile name in ExportOptions.plist, so extracting the
UUID from the binary mobileprovision file is unnecessary. The profile name is
stored as APPLE_PROVISIONING_PROFILE_NAME in repository variables, removing
the macos-26 runner incompatibility entirely.
0 commit comments