This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
FetchInstallerPkg.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments