CoreMIDI iOS 11.4 to 12.0 API Differences

MIDICapabilityInquiry.h
MIDINetworkSession.h
Removed #def MIDI_EXPORT
Added #def MIDINETWORKSESSION_AVAILABLE
Declaration
From@property (nonatomic, readonly, retain, nonnull) NSString *name
To@property (nonatomic, readonly, nonnull) NSString *name

Declaration
From@property (nonatomic, readonly, retain, nonnull) NSString *address
To@property (nonatomic, readonly, nonnull) NSString *address

Declaration
From@property (nonatomic, readonly, retain, nullable) NSString *netServiceName
To@property (nonatomic, readonly, nullable) NSString *netServiceName

Declaration
From@property (nonatomic, readonly, retain, nullable) NSString *netServiceDomain
To@property (nonatomic, readonly, nullable) NSString *netServiceDomain

Declaration
From@property (nonatomic, readonly, retain, nonnull) MIDINetworkHost *host
To@property (nonatomic, readonly, nonnull) MIDINetworkHost *host

MIDIServices.h