Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Nov 30, 2023
1 parent 89de432 commit ed9c7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReleaseTooling/Sources/PrivacyKit/AccessedAPIType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public struct AccessedAPIType: Encodable {
case userDefaults = "NSPrivacyAccessedAPICategoryUserDefaults"

/// The possible reasons that this category of API may be accessed.
/// The below relationships are documented at
/// https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
public var possibleReasons: [Reason] {
// TODO(ncooke3): It would be nice if reasons were scoped to categories
// in a type-safe way.
Expand Down

0 comments on commit ed9c7ef

Please sign in to comment.