Intents macOS 10.13.1 to 10.13.2 API Differences

INSpeakable.h
Declaration
From@property (atomic, readonly, nonnull) NSString *spokenPhrase
To@property (atomic, readonly, strong, nonnull) NSString *spokenPhrase

Declaration
From@property (atomic, readonly, nullable) NSString *pronunciationHint
To@property (atomic, readonly, strong, nullable) NSString *pronunciationHint

Declaration
From@property (atomic, readonly, nullable) NSString *vocabularyIdentifier
To@property (atomic, readonly, strong, nullable) NSString *vocabularyIdentifier

Declaration
From@property (atomic, readonly, nullable) NSArray<id<INSpeakable>> *alternativeSpeakableMatches
To@property (atomic, readonly, strong, nullable) NSArray<id<INSpeakable>> *alternativeSpeakableMatches

Declaration
From@property (atomic, readonly, nullable) NSString *identifier
To@property (atomic, readonly, strong, nullable) NSString *identifier