mas/mas-cli/AppStore/StoreAccount.swift
2015-08-22 02:48:00 +08:00

12 lines
295 B
Swift

//
// Account.swift
// mas-cli
//
// Created by Andrew Naylor on 22/08/2015.
// Copyright (c) 2015 Andrew Naylor. All rights reserved.
//
func primaryAccount() -> ISStoreAccount {
let accountController = CKAccountStore.sharedAccountStore()
return accountController.primaryAccount
}