Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 02720ae

Browse files
committed
added label to download button to fix voiceover access
1 parent e74f530 commit 02720ae

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

FetchInstallerPkg.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
CODE_SIGN_IDENTITY = "Apple Development";
374374
CODE_SIGN_STYLE = Automatic;
375375
COMBINE_HIDPI_IMAGES = YES;
376-
CURRENT_PROJECT_VERSION = 25;
376+
CURRENT_PROJECT_VERSION = 26;
377377
DEVELOPMENT_ASSET_PATHS = "\"FetchInstallerPkg/Preview Content\"";
378378
DEVELOPMENT_TEAM = JME5BW3F3R;
379379
ENABLE_APP_SANDBOX = YES;
@@ -409,7 +409,7 @@
409409
CODE_SIGN_IDENTITY = "Apple Development";
410410
CODE_SIGN_STYLE = Automatic;
411411
COMBINE_HIDPI_IMAGES = YES;
412-
CURRENT_PROJECT_VERSION = 25;
412+
CURRENT_PROJECT_VERSION = 26;
413413
DEVELOPMENT_ASSET_PATHS = "\"FetchInstallerPkg/Preview Content\"";
414414
DEVELOPMENT_TEAM = JME5BW3F3R;
415415
ENABLE_APP_SANDBOX = YES;

FetchInstallerPkg/View/InstallerView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ struct InstallerView: View {
8484
.disabled(downloadManager.isDownloading)
8585
.buttonStyle(.borderless)
8686
.controlSize(/*@START_MENU_TOKEN@*/.large/*@END_MENU_TOKEN@*/)
87+
.accessibilityLabel("Download Installer \(product.productVersion ?? "unknown")")
88+
8789
}.contextMenu() {
8890
Button(action: {
8991
if let text = product.installAssistantURL?.absoluteString {

0 commit comments

Comments
 (0)