Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CoreFoundation] Implement Xcode 16.0 beta 1-6 changes. #21116

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
!missing-field! kCFNumberFormatterMaxIntegerDigits not bound
!missing-field! kCFNumberFormatterMaxSignificantDigits not bound
!missing-field! kCFNumberFormatterMinFractionDigits not bound
!missing-field! kCFNumberFormatterMinGroupingDigits not bound
!missing-field! kCFNumberFormatterMinIntegerDigits not bound
!missing-field! kCFNumberFormatterMinSignificantDigits not bound
!missing-field! kCFNumberFormatterMinusSign not bound
Expand Down Expand Up @@ -305,11 +306,15 @@
!missing-field! kCFURLVolumeURLKey not bound
!missing-field! kCFURLVolumeUUIDStringKey not bound
!missing-pinvoke! CFAbsoluteTimeGetCurrent is not bound
!missing-pinvoke! CFAllocatorAllocateBytes is not bound
!missing-pinvoke! CFAllocatorAllocateTyped is not bound
!missing-pinvoke! CFAllocatorCreate is not bound
!missing-pinvoke! CFAllocatorGetContext is not bound
!missing-pinvoke! CFAllocatorGetDefault is not bound
!missing-pinvoke! CFAllocatorGetPreferredSizeForSize is not bound
!missing-pinvoke! CFAllocatorReallocate is not bound
!missing-pinvoke! CFAllocatorReallocateBytes is not bound
!missing-pinvoke! CFAllocatorReallocateTyped is not bound
!missing-pinvoke! CFAllocatorSetDefault is not bound
!missing-pinvoke! CFArrayAppendArray is not bound
!missing-pinvoke! CFArrayAppendValue is not bound
Expand Down Expand Up @@ -339,6 +344,7 @@
!missing-pinvoke! CFAttributedStringGetAttributeAndLongestEffectiveRange is not bound
!missing-pinvoke! CFAttributedStringGetAttributes is not bound
!missing-pinvoke! CFAttributedStringGetAttributesAndLongestEffectiveRange is not bound
!missing-pinvoke! CFAttributedStringGetBidiLevelsAndResolvedDirections is not bound
!missing-pinvoke! CFAttributedStringGetLength is not bound
!missing-pinvoke! CFAttributedStringGetMutableString is not bound
!missing-pinvoke! CFAttributedStringGetString is not bound
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading