2
0
Fork 0
mirror of https://github.com/mas-cli/mas synced 2025-03-06 23:57:21 +00:00

Remove unnecessary imports.

Resolve 

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2025-01-12 17:38:26 -05:00
parent a561259e0e
commit b1adc95d2c
No known key found for this signature in database
15 changed files with 4 additions and 17 deletions

View file

@ -6,7 +6,6 @@
// Copyright (c) 2015 Andrew Naylor. All rights reserved.
//
import CommerceKit
import PromiseKit
import StoreFoundation

View file

@ -8,7 +8,6 @@
import CommerceKit
import PromiseKit
import StoreFoundation
private let timeout = 30.0

View file

@ -8,7 +8,6 @@
import CommerceKit
import PromiseKit
import StoreFoundation
private let downloadingPhase = 0 as Int64
private let installingPhase = 1 as Int64

View file

@ -8,7 +8,6 @@
import CommerceKit
import PromiseKit
import StoreFoundation
extension SSPurchase {
func perform(appID: AppID, purchasing: Bool) -> Promise<Void> {

View file

@ -7,7 +7,7 @@
//
import ArgumentParser
import CommerceKit
import Foundation
private let unknown = "unknown"

View file

@ -7,7 +7,6 @@
//
import ArgumentParser
import Foundation
extension MAS {
/// Displays app details. Uses the iTunes Lookup API:

View file

@ -7,7 +7,7 @@
//
import ArgumentParser
import CommerceKit
import Foundation
extension MAS {
/// Installs previously purchased apps from the Mac App Store.

View file

@ -7,7 +7,7 @@
//
import ArgumentParser
import CommerceKit
import Foundation
extension MAS {
/// Command which installs the first search result.

View file

@ -7,7 +7,6 @@
//
import ArgumentParser
import Foundation
import PromiseKit
extension MAS {

View file

@ -7,7 +7,7 @@
//
import ArgumentParser
import CommerceKit
import Foundation
extension MAS {
struct Purchase: ParsableCommand {

View file

@ -6,7 +6,6 @@
// Copyright © 2018 mas-cli. All rights reserved.
//
import Foundation
import PromiseKit
/// Protocol for searching the MAS catalog.

View file

@ -6,8 +6,6 @@
// Copyright © 2019 mas-cli. All rights reserved.
//
import Foundation
/// Formats text output for the search command.
enum AppListFormatter {
static let idColumnMinWidth = 10

View file

@ -6,8 +6,6 @@
// Copyright © 2019 mas-cli. All rights reserved.
//
import Foundation
/// Formats text output for the search command.
enum SearchResultFormatter {
/// Formats search results as text.

View file

@ -7,7 +7,6 @@
//
import AppKit
import Foundation
import PromiseKit
extension URL {

View file

@ -6,7 +6,6 @@
// Copyright © 2018 mas-cli. All rights reserved.
//
import Foundation
import Nimble
import Quick