Skip to content

Commit

Permalink
Correct requirement on encrypted aea archives
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo committed Jun 18, 2024
1 parent 71eea0a commit f0d7d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autoupdate/SUPipedUnarchiver.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ @implementation SUPipedUnarchiver

// At least the latest versions of 10.15 understand how to extract aar files
// Versions before 10.15 do not understand extracting newly created aar files
// Note macOS 10.15 does not support encrypted aea files, if we ever want to support those one day
// Note encrypted aea files are supported in macOS 12 onwards, if we ever want to support those one day
if (@available(macOS 10.15.7, *)) {
NSString *appleArchiveCommand;
if (@available(macOS 11, *)) {
Expand Down

0 comments on commit f0d7d12

Please sign in to comment.