Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Made iCloudAuthToken accessible on CKAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyKJohnson committed Nov 29, 2016
1 parent 7f07833 commit e66c92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CKAccount.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class CKAccount: CKAccountInfoProvider {

var containerInfo: CKContainerInfo

var iCloudAuthToken: String?
public var iCloudAuthToken: String?

let cloudKitAuthToken: String?

Expand Down

0 comments on commit e66c92b

Please sign in to comment.