Skip to content

Commit

Permalink
Address breaking change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Oct 16, 2023
1 parent 29fabbf commit 076b11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Foundation/Enum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1385,10 +1385,10 @@ public enum NSFileProtectionType {
CompleteUnlessOpen,
[Field ("NSFileProtectionCompleteUntilFirstUserAuthentication")]
CompleteUntilFirstUserAuthentication,
[Field ("NSFileProtectionNone")]
Nonei = 3,
[Watch (10, 0), TV (17, 0), NoMac, iOS (17, 0), MacCatalyst (17, 0)]
[Field ("NSFileProtectionCompleteWhenUserInactive")]
CompleteWhenUserInactive,
[Field ("NSFileProtectionNone")]
None,
}
}

0 comments on commit 076b11c

Please sign in to comment.