- Notifications
You must be signed in to change notification settings - Fork548
SensorKit macOS xcode26.0 b2
Rolf Bjarne Kvinge edited this pageAug 27, 2025 ·3 revisions
#SensorKit.frameworkhttps://github.com/dotnet/macios/pull/23595
diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAcousticSettings.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAcousticSettings.h--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAcousticSettings.h2025-05-24 05:31:01+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SensorKit.framework/Headers/SRAcousticSettings.h2025-06-14 04:46:04@@ -23,7 +23,15 @@ SRAcousticSettingsAccessibilityBackgroundSoundsNameRain, SRAcousticSettingsAccessibilityBackgroundSoundsNameStream, SRAcousticSettingsAccessibilityBackgroundSoundsNameNight,- SRAcousticSettingsAccessibilityBackgroundSoundsNameFire+ SRAcousticSettingsAccessibilityBackgroundSoundsNameFire,+ SRAcousticSettingsAccessibilityBackgroundSoundsNameBabble,+ SRAcousticSettingsAccessibilityBackgroundSoundsNameSteam,+ SRAcousticSettingsAccessibilityBackgroundSoundsNameAirplane,+ SRAcousticSettingsAccessibilityBackgroundSoundsNameBoat,+ SRAcousticSettingsAccessibilityBackgroundSoundsNameBus,+ SRAcousticSettingsAccessibilityBackgroundSoundsNameTrain,+ SRAcousticSettingsAccessibilityBackgroundSoundsNameRainOnRoof,+ SRAcousticSettingsAccessibilityBackgroundSoundsNameQuietNight } API_AVAILABLE(ios(26.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos); typedef NS_ENUM(NSInteger, SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceTuning) {@@ -39,7 +47,7 @@ } API_AVAILABLE(ios(26.0)) API_UNAVAILABLE(watchos, visionos) API_UNAVAILABLE(tvos, macos); typedef NS_ENUM(NSInteger, SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceApplication) {- SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceApplicationNone = 0,+ SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceApplicationNone = 1, SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceApplicationPhone, SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceApplicationMedia, SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceApplicationPhoneAndMedia