mirror of
https://github.com/mas-cli/mas
synced 2025-03-06 23:57:21 +00:00
Remove unnecessary StoreAccount
.
Partial #696 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
441991a791
commit
520d75d965
2 changed files with 1 additions and 16 deletions
Sources/mas/AppStore
|
@ -12,7 +12,7 @@ import StoreFoundation
|
|||
|
||||
private let timeout = 30.0
|
||||
|
||||
extension ISStoreAccount: StoreAccount {
|
||||
extension ISStoreAccount {
|
||||
static var primaryAccount: Promise<ISStoreAccount> {
|
||||
race(
|
||||
Promise { seal in
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
//
|
||||
// StoreAccount.swift
|
||||
// mas
|
||||
//
|
||||
// Created by Ben Chatelain on 4/3/18.
|
||||
// Copyright © 2018 Andrew Naylor. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
// periphery:ignore - save for future use in testing
|
||||
protocol StoreAccount {
|
||||
var identifier: String { get set }
|
||||
var dsID: NSNumber { get set }
|
||||
}
|
Loading…
Add table
Reference in a new issue