Skip to content

CarPlay iOS xcode26.2 b1

Alex Soto edited this page Nov 5, 2025 · 1 revision

#CarPlay.framework

diff -ruN /Applications/Xcode_26.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPSessionConfiguration.h /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPSessionConfiguration.h
--- /Applications/Xcode_26.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPSessionConfiguration.h	2025-10-11 05:38:05
+++ /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPSessionConfiguration.h	2025-10-25 08:02:53
@@ -13,6 +13,7 @@
 typedef NS_OPTIONS(NSUInteger, CPLimitableUserInterface) {
     CPLimitableUserInterfaceKeyboard        = 1 << 0,
     CPLimitableUserInterfaceLists           = 1 << 1,
+    CPLimitableUserInterfaceLongUserAlert       = 1 << 2,
 } API_AVAILABLE(ios(12.0)) API_UNAVAILABLE(macos, watchos, tvos);
 
 typedef NS_OPTIONS(NSUInteger, CPContentStyle) {
diff -ruN /Applications/Xcode_26.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPTemplate.h /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPTemplate.h
--- /Applications/Xcode_26.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPTemplate.h	2025-10-11 05:38:05
+++ /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPTemplate.h	2025-10-25 08:02:53
@@ -32,7 +32,7 @@
  
  @note If no @c tabTitle is specified, the tab will inherit the template's title, if any.
  
- @note Your template should specify either a @c tabSystemItem OR both a @c tabImage and @c tabTitle.
+ @note Your template should specify a @c tabSystemItem OR a @c tabImage OR a @c tabTitle.
  */
 @property (nullable, nonatomic, copy) NSString *tabTitle API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(tvos);
 
@@ -40,7 +40,7 @@
  When this template is the first template displayed in a @c CPTabBarTemplate's tab, the tab will inherit
  the image specified in this template. If a tabSystemItem is also specified, tabImage will take precedence.
  
- @note Your template should specify either a @c tabSystemItem OR both a @c tabImage and @c tabTitle.
+ @note Your template should specify a @c tabSystemItem OR a @c tabImage OR a @c tabTitle.
  */
 @property (nullable, nonatomic, strong) UIImage *tabImage API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(tvos);
 
@@ -48,7 +48,7 @@
  When this template is the first template displayed in a @c CPTabBarTemplate's tab, the tab will inherit
  the system image AND system title specified in this template.
  
- @note Your template should specify either a @c tabSystemItem OR both a @c tabImage and @c tabTitle.
+ @note Your template should specify a @c tabSystemItem OR a @c tabImage OR a @c tabTitle.
  */
 @property (nonatomic) UITabBarSystemItem tabSystemItem API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(tvos);
 
Clone this wiki locally