From 5a2293accac92ba37a86542f5b34c7c734966b91 Mon Sep 17 00:00:00 2001 From: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:46:16 -0500 Subject: [PATCH 1/2] Fix SwiftFormat header. Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> --- .swiftformat | 1 + Sources/mas/Commands/Get.swift | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftformat b/.swiftformat index 3fecbfbd..acd9102b 100644 --- a/.swiftformat +++ b/.swiftformat @@ -75,6 +75,7 @@ --single-line-for-each convert --stored-var-attributes prev-line --tab-width 2 +--timezone utc --type-attributes prev-line --type-body-marks remove --wrap-effects never diff --git a/Sources/mas/Commands/Get.swift b/Sources/mas/Commands/Get.swift index 972d29ac..10d063e8 100644 --- a/Sources/mas/Commands/Get.swift +++ b/Sources/mas/Commands/Get.swift @@ -2,7 +2,7 @@ // Get.swift // mas // -// Copyright © 2025 mas-cli. All rights reserved. +// Copyright © 2026 mas-cli. All rights reserved. // internal import ArgumentParser From dbe5bcce50ba3259cdf6e59d790719b67ac8e051 Mon Sep 17 00:00:00 2001 From: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:47:51 -0500 Subject: [PATCH 2/2] Update dependencies. Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> --- .swiftlint.yml | 7 +++++-- Brewfile | 4 ++-- .../include/CommerceKit/CKDownloadQueue.h | 2 +- .../include/CommerceKit/CKPurchaseController.h | 2 +- .../include/CommerceKit/CKServiceInterface.h | 2 +- .../PrivateFrameworks/include/CommerceKit/CommerceKit.h | 2 +- .../include/StoreFoundation/ISAccountService-Protocol.h | 2 +- .../include/StoreFoundation/ISServiceProxy.h | 2 +- .../include/StoreFoundation/ISStoreAccount.h | 2 +- .../PrivateFrameworks/include/StoreFoundation/SSDownload.h | 2 +- .../include/StoreFoundation/SSDownloadMetadata.h | 2 +- .../include/StoreFoundation/SSDownloadPhase.h | 2 +- .../include/StoreFoundation/SSDownloadStatus.h | 2 +- .../PrivateFrameworks/include/StoreFoundation/SSPurchase.h | 2 +- .../include/StoreFoundation/SSPurchaseResponse.h | 2 +- .../include/StoreFoundation/StoreFoundation.h | 2 +- 16 files changed, 21 insertions(+), 18 deletions(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index e9f7e9f9..e1a24a5d 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -2,7 +2,7 @@ # .swiftlint.yml # mas # -# SwiftLint 0.62.2 +# SwiftLint 0.63.0 # --- excluded: @@ -33,7 +33,6 @@ disabled_rules: - prefixed_toplevel_constant - strict_fileprivate - type_body_length -- vertical_whitespace_between_cases attributes: always_on_line_above: ['@Flag', '@MainActor', '@OptionGroup'] deployment_target: @@ -95,6 +94,8 @@ prefer_key_path: restrict_to_standard_functions: false private_over_fileprivate: validate_extensions: true +redundant_self: + only_in_closures: false redundant_type_annotation: consider_default_literal_types_redundant: true trailing_comma: @@ -132,3 +133,5 @@ unused_import: allowed_transitive_imports: - _Concurrency - _StringProcessing +vertical_whitespace_between_cases: + separation: never diff --git a/Brewfile b/Brewfile index d2604292..f8746eb5 100644 --- a/Brewfile +++ b/Brewfile @@ -1,11 +1,11 @@ brew "actionlint" # 1.7.10 brew "gh" # 2.83.2 brew "git" # 2.52.0 -brew "ipsw" # 3.1.647 +brew "ipsw" # 3.1.648 brew "markdownlint-cli2" # 0.20.0 brew "periphery" # 3.3.0 brew "shellcheck" # 0.11.0 brew "swiftformat" # 0.58.7 -brew "swiftlint" # 0.62.2 +brew "swiftlint" # 0.63.0 brew "xcodes" # 1.6.2 brew "yamllint" # 1.37.1 diff --git a/Sources/PrivateFrameworks/include/CommerceKit/CKDownloadQueue.h b/Sources/PrivateFrameworks/include/CommerceKit/CKDownloadQueue.h index 9f0ca3dc..d6365041 100644 --- a/Sources/PrivateFrameworks/include/CommerceKit/CKDownloadQueue.h +++ b/Sources/PrivateFrameworks/include/CommerceKit/CKDownloadQueue.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/CommerceKit/CKPurchaseController.h b/Sources/PrivateFrameworks/include/CommerceKit/CKPurchaseController.h index 85670fac..cafdd162 100644 --- a/Sources/PrivateFrameworks/include/CommerceKit/CKPurchaseController.h +++ b/Sources/PrivateFrameworks/include/CommerceKit/CKPurchaseController.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/CommerceKit/CKServiceInterface.h b/Sources/PrivateFrameworks/include/CommerceKit/CKServiceInterface.h index e60983a8..7949450c 100644 --- a/Sources/PrivateFrameworks/include/CommerceKit/CKServiceInterface.h +++ b/Sources/PrivateFrameworks/include/CommerceKit/CKServiceInterface.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/CommerceKit/CommerceKit.h b/Sources/PrivateFrameworks/include/CommerceKit/CommerceKit.h index 78652f9f..4b0c890a 100644 --- a/Sources/PrivateFrameworks/include/CommerceKit/CommerceKit.h +++ b/Sources/PrivateFrameworks/include/CommerceKit/CommerceKit.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/ISAccountService-Protocol.h b/Sources/PrivateFrameworks/include/StoreFoundation/ISAccountService-Protocol.h index 52ed2069..c3b45493 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/ISAccountService-Protocol.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/ISAccountService-Protocol.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/ISServiceProxy.h b/Sources/PrivateFrameworks/include/StoreFoundation/ISServiceProxy.h index 943b6251..cf43cdb6 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/ISServiceProxy.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/ISServiceProxy.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/ISStoreAccount.h b/Sources/PrivateFrameworks/include/StoreFoundation/ISStoreAccount.h index 7fc313e0..10bb7501 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/ISStoreAccount.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/ISStoreAccount.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/SSDownload.h b/Sources/PrivateFrameworks/include/StoreFoundation/SSDownload.h index 5fab8635..0b92af5c 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/SSDownload.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/SSDownload.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadMetadata.h b/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadMetadata.h index 3dfbbe08..550d4bea 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadMetadata.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadMetadata.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadPhase.h b/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadPhase.h index b709f170..5c6f4e04 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadPhase.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadPhase.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadStatus.h b/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadStatus.h index eecd3524..1216ae19 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadStatus.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/SSDownloadStatus.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/SSPurchase.h b/Sources/PrivateFrameworks/include/StoreFoundation/SSPurchase.h index afcbc00f..e9c88e86 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/SSPurchase.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/SSPurchase.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/SSPurchaseResponse.h b/Sources/PrivateFrameworks/include/StoreFoundation/SSPurchaseResponse.h index e19763bd..1966295b 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/SSPurchaseResponse.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/SSPurchaseResponse.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0 diff --git a/Sources/PrivateFrameworks/include/StoreFoundation/StoreFoundation.h b/Sources/PrivateFrameworks/include/StoreFoundation/StoreFoundation.h index 1e7faa2b..efc52182 100644 --- a/Sources/PrivateFrameworks/include/StoreFoundation/StoreFoundation.h +++ b/Sources/PrivateFrameworks/include/StoreFoundation/StoreFoundation.h @@ -1,5 +1,5 @@ // -// Generated by https://github.com/blacktop/ipsw (Version: 3.1.647, BuildCommit: Homebrew) +// Generated by https://github.com/blacktop/ipsw (Version: 3.1.648, BuildCommit: Homebrew) // // - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3) // - LC_SOURCE_VERSION: 716.2.2.0.0