Skip to content

Commit 54fd609

Browse files
authored
[CoreFoundation] Implement Xcode 16.0 beta 1-6 changes. (#21116)
Note: there we no changes in beta 1, beta 2, beta 3, beta 4 or beta 6. Additionally, none of the added APIs are APIs we'll bind for now, they're rather specialized.
1 parent 0aed4d8 commit 54fd609

6 files changed

+7
-25
lines changed

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreFoundation.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
!missing-field! kCFURLVolumeAvailableCapacityForImportantUsageKey not bound
88
!missing-field! kCFURLVolumeAvailableCapacityForOpportunisticUsageKey not bound
99
!missing-pinvoke! CFCopyHomeDirectoryURL is not bound
10+
!missing-field! kCFURLFileProtectionCompleteWhenUserInactive not bound

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreFoundation.todo

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/common-CoreFoundation.ignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
!missing-field! kCFNumberFormatterMaxIntegerDigits not bound
142142
!missing-field! kCFNumberFormatterMaxSignificantDigits not bound
143143
!missing-field! kCFNumberFormatterMinFractionDigits not bound
144+
!missing-field! kCFNumberFormatterMinGroupingDigits not bound
144145
!missing-field! kCFNumberFormatterMinIntegerDigits not bound
145146
!missing-field! kCFNumberFormatterMinSignificantDigits not bound
146147
!missing-field! kCFNumberFormatterMinusSign not bound
@@ -305,11 +306,15 @@
305306
!missing-field! kCFURLVolumeURLKey not bound
306307
!missing-field! kCFURLVolumeUUIDStringKey not bound
307308
!missing-pinvoke! CFAbsoluteTimeGetCurrent is not bound
309+
!missing-pinvoke! CFAllocatorAllocateBytes is not bound
310+
!missing-pinvoke! CFAllocatorAllocateTyped is not bound
308311
!missing-pinvoke! CFAllocatorCreate is not bound
309312
!missing-pinvoke! CFAllocatorGetContext is not bound
310313
!missing-pinvoke! CFAllocatorGetDefault is not bound
311314
!missing-pinvoke! CFAllocatorGetPreferredSizeForSize is not bound
312315
!missing-pinvoke! CFAllocatorReallocate is not bound
316+
!missing-pinvoke! CFAllocatorReallocateBytes is not bound
317+
!missing-pinvoke! CFAllocatorReallocateTyped is not bound
313318
!missing-pinvoke! CFAllocatorSetDefault is not bound
314319
!missing-pinvoke! CFArrayAppendArray is not bound
315320
!missing-pinvoke! CFArrayAppendValue is not bound
@@ -339,6 +344,7 @@
339344
!missing-pinvoke! CFAttributedStringGetAttributeAndLongestEffectiveRange is not bound
340345
!missing-pinvoke! CFAttributedStringGetAttributes is not bound
341346
!missing-pinvoke! CFAttributedStringGetAttributesAndLongestEffectiveRange is not bound
347+
!missing-pinvoke! CFAttributedStringGetBidiLevelsAndResolvedDirections is not bound
342348
!missing-pinvoke! CFAttributedStringGetLength is not bound
343349
!missing-pinvoke! CFAttributedStringGetMutableString is not bound
344350
!missing-pinvoke! CFAttributedStringGetString is not bound

tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreFoundation.todo

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreFoundation.todo

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreFoundation.todo

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)