Skip to content

Commit 2c67838

Browse files
committed
Remove reference to checkIsUniversalBinary
Looks like this function was removed in 7a19a7c but is still referenced in the ruby impl
1 parent 6565d10 commit 2c67838

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Quicksilver/Tools/qs-push-plugin.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,6 @@ for file in filesToSubmit {
419419

420420
fields["mod_date"] = iso.string(from: fileModificationDate(file))
421421
fields["is_app"] = "true"
422-
423-
// NOTE: The Ruby script references a checkIsUniversalBinary(...) helper which was not defined.
424-
// This Swift port omits that check (there is no direct stdlib-only equivalent).
425422
} else {
426423
eprint("Unknown type \(ext) for file \(file)")
427424
continue

0 commit comments

Comments
 (0)