Skip to content

Commit

Permalink
[CoreFoundation] Add support for Xcode 15 beta 6. (#18839)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Aug 30, 2023
1 parent 892403d commit 7f4a133
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -951,3 +951,4 @@
!missing-field! kCFURLVolumeMountFromLocationKey not bound
!missing-field! kCFURLVolumeSubtypeKey not bound
!missing-field! kCFURLVolumeTypeNameKey not bound
!missing-field! kCFURLDirectoryEntryCountKey not bound
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
!missing-field! kCFURLVolumeAvailableCapacityForImportantUsageKey not bound
!missing-field! kCFURLVolumeAvailableCapacityForOpportunisticUsageKey not bound
!missing-pinvoke! CFCopyHomeDirectoryURL is not bound
!missing-field! kCFURLFileProtectionCompleteWhenUserInactive not bound

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
!missing-field! kCFURLFileProtectionKey not bound
!missing-field! kCFURLFileProtectionNone not bound
!missing-pinvoke! CFCopyHomeDirectoryURL is not bound
!missing-field! kCFURLFileProtectionCompleteWhenUserInactive not bound

This file was deleted.

1 change: 1 addition & 0 deletions tests/xtro-sharpie/common-CoreFoundation.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -951,3 +951,4 @@
!missing-field! kCFURLVolumeMountFromLocationKey not bound
!missing-field! kCFURLVolumeSubtypeKey not bound
!missing-field! kCFURLVolumeTypeNameKey not bound
!missing-field! kCFURLDirectoryEntryCountKey not bound
1 change: 1 addition & 0 deletions tests/xtro-sharpie/iOS-CoreFoundation.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
!missing-field! kCFURLVolumeAvailableCapacityForOpportunisticUsageKey not bound
!missing-pinvoke! CFCopyHomeDirectoryURL is not bound
!unknown-pinvoke! uname bound
!missing-field! kCFURLFileProtectionCompleteWhenUserInactive not bound
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/iOS-CoreFoundation.todo

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions tests/xtro-sharpie/tvOS-CoreFoundation.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
!missing-field! kCFURLFileProtectionNone not bound
!missing-pinvoke! CFCopyHomeDirectoryURL is not bound
!unknown-pinvoke! uname bound
!missing-field! kCFURLFileProtectionCompleteWhenUserInactive not bound
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/tvOS-CoreFoundation.todo

This file was deleted.

1 change: 1 addition & 0 deletions tests/xtro-sharpie/watchOS-CoreFoundation.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!missing-field! kCFURLFileProtectionKey not bound
!missing-field! kCFURLFileProtectionNone not bound
!missing-pinvoke! CFCopyHomeDirectoryURL is not bound
!missing-field! kCFURLFileProtectionCompleteWhenUserInactive not bound
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/watchOS-CoreFoundation.todo

This file was deleted.

6 comments on commit 7f4a133

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.