Skip to content

Commit

Permalink
[Contacts] Implement Xcode 16.0 beta 1, beta 2 and beta 3 changes. (#…
Browse files Browse the repository at this point in the history
…20860)

Note: there were no changes in beta 2 and beta 3.
  • Loading branch information
rolfbjarne authored Jul 12, 2024
1 parent c2bb0a0 commit 0ccad3e
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/Contacts/CNEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ public enum CNAuthorizationStatus : long {
NotDetermined = 0,
Restricted,
Denied,
Authorized
Authorized,
[iOS (18, 0), NoMacCatalyst, Watch (11, 0), NoMac]
Limited,
}

// NSInteger -> CNContainer.h
Expand Down
1 change: 1 addition & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5943,6 +5943,7 @@ F:CloudKit.CKSyncEngineZoneDeletionReason.EncryptedDataReset
F:CloudKit.CKSyncEngineZoneDeletionReason.Purged
F:Contacts.CNAuthorizationStatus.Authorized
F:Contacts.CNAuthorizationStatus.Denied
F:Contacts.CNAuthorizationStatus.Limited
F:Contacts.CNAuthorizationStatus.NotDetermined
F:Contacts.CNAuthorizationStatus.Restricted
F:Contacts.CNContactDisplayNameOrder.FamilyNameFirst
Expand Down

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-Contacts.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/macOS-Contacts.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/watchOS-Contacts.todo

This file was deleted.

3 comments on commit 0ccad3e

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Detect API changes'

Pipeline on Agent
Hash: 0ccad3e8ffc68ece83fee74e4c3f65ea7c270d78 [CI build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Build packages'

Pipeline on Agent
Hash: 0ccad3e8ffc68ece83fee74e4c3f65ea7c270d78 [CI build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 [CI Build] Build failed 🔥

Build failed for the job 'Build macOS tests'

Pipeline on Agent
Hash: 0ccad3e8ffc68ece83fee74e4c3f65ea7c270d78 [CI build]

Please sign in to comment.