MediaPlayer macOS 10.13.1 to 10.13.2 API Differences

MPNowPlayingInfoCenter.h
Declaration
From@property (copy, nullable) NSDictionary<NSString *,id> *nowPlayingInfo
To@property (nonatomic, copy, nullable) NSDictionary<NSString *,id> *nowPlayingInfo

Declaration
From@property (assign) MPNowPlayingPlaybackState playbackState
To@property (nonatomic) MPNowPlayingPlaybackState playbackState