Skip to content

CarPlay iOS xcode26.1 b1

Rolf Bjarne Kvinge edited this page Sep 23, 2025 · 3 revisions

#CarPlay.framework https://github.com/dotnet/macios/pull/23880

diff -ruN /Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPContactTemplate.h /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPContactTemplate.h
--- /Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPContactTemplate.h	2025-08-03 05:12:57
+++ /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPContactTemplate.h	2025-09-17 03:45:00
@@ -9,20 +9,19 @@
 #import <CarPlay/CPContact.h>
 #import <CarPlay/CPBarButtonProviding.h>
 
-
 NS_ASSUME_NONNULL_BEGIN
 
 API_AVAILABLE(ios(14.0)) API_UNAVAILABLE(tvos) API_UNAVAILABLE(macos, watchos)
 CARPLAY_TEMPLATE_UI_ACTOR
 @interface CPContactTemplate : CPTemplate <CPBarButtonProviding>
 
-- (instancetype)init NS_UNAVAILABLE;
-+ (instancetype)new NS_UNAVAILABLE;
-
 /**
  Initialize a @c CPContactTemplate by providing a @c CPContact.
 */
 - (instancetype)initWithContact:(CPContact *)contact NS_DESIGNATED_INITIALIZER;
+
+- (instancetype)init NS_UNAVAILABLE;
++ (instancetype)new NS_UNAVAILABLE;
 
 /**
  The contact currently displayed by this template. Assigning a new contact
diff -ruN /Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPListImageRowItem.h /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPListImageRowItem.h
--- /Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPListImageRowItem.h	2025-08-03 01:44:11
+++ /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CPListImageRowItem.h	2025-09-17 03:08:54
@@ -89,7 +89,7 @@
  If a nil @c text property is provided the cell will resize accordingly to hide the title.
 
  @param text The text visible at the top of the cell.
- @param cardElements The list of @c CPListImageRowItemCardElement  elements visible below the text.
+ @param elements The list of @c CPListImageRowItemCardElement  elements visible below the text.
  @param allowsMultipleLines Determines if the elements could be visible on more than a single line.
  */
 - (instancetype)initWithText:(NSString * _Nullable)text
@@ -102,7 +102,7 @@
  If a nil @c text property is provided the cell will resize accordingly to hide the title.
 
  @param text The text visible at the top of the cell.
- @param condensedElements The list of @c CPListImageRowItemCondensedElement  elements visible below the text.
+ @param elements The list of @c CPListImageRowItemCondensedElement  elements visible below the text.
  @param allowsMultipleLines Determines if the elements could be visible on more than a single line.
  */
 - (instancetype)initWithText:(NSString * _Nullable)text
@@ -115,7 +115,7 @@
  If a nil @c text property is provided the cell will resize accordingly to hide the title.
 
  @param text The text visible at the top of the cell.
- @param gridElements The list of @c CPListImageRowItemGridElement  elements visible below the text.
+ @param elements The list of @c CPListImageRowItemGridElement  elements visible below the text.
  @param allowsMultipleLines Determines if the elements could be visible on more than a single line.
  */
 - (instancetype)initWithText:(NSString * _Nullable)text
@@ -128,7 +128,7 @@
  If a nil @c text property is provided the cell will resize accordingly to hide the title.
 
  @param text The text visible at the top of the cell.
- @param imageGridElements The list of @c CPListImageRowItemImageGridElement  elements visible below the text.
+ @param elements The list of @c CPListImageRowItemImageGridElement  elements visible below the text.
  @param allowsMultipleLines Determines if the elements could be visible on more than a single line.
  */
 - (instancetype)initWithText:(NSString * _Nullable)text
diff -ruN /Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CarPlay.h /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CarPlay.h
--- /Applications/Xcode_26.0.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CarPlay.h	2025-08-03 05:12:55
+++ /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CarPlay.framework/Headers/CarPlay.h	2025-09-17 03:44:57
@@ -43,6 +43,7 @@
 #import <CarPlay/CPMessageComposeBarButton.h>
 #import <CarPlay/CPMessageListItem.h>
 #import <CarPlay/CPNavigationAlert.h>
+#import <CarPlay/CPNavigationEnum.h>
 #import <CarPlay/CPNavigationSession.h>
 #import <CarPlay/CPNowPlayingButton.h>
 #import <CarPlay/CPNowPlayingMode.h>
Clone this wiki locally