CarPlay iOS 14.0 Beta 3 to Beta 4 API Differences

CPPointOfInterest.h
Declaration
From@property (nonatomic, strong) NSString *detailTitle
To@property (nonatomic, copy) NSString *detailTitle

Declaration
From@property (nonatomic, strong) NSString *detailSubtitle
To@property (nonatomic, copy) NSString *detailSubtitle

Declaration
From@property (nonatomic, strong) NSString *detailSummary
To@property (nonatomic, copy) NSString *detailSummary