this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Note About Some Of These Values Intentionally Being "nil"

Usually, we want to avoid lazily setting values as "nil". However, there are some instances where Apple would set these values as "nil".

+4
+4
src/frameworks/CoreMIDI/src/MIDIServices.m
··· 1 1 #import <CoreMIDI/MIDIServices.h> 2 2 3 + // Note: It is expected for some of these values to be assigned `nil`, 4 + // Not sure why Apple doesn't actually assign a CFString value to these 5 + // variables... 6 + 3 7 /* Identification */ 4 8 const CFStringRef kMIDIPropertyName = nil; 5 9 const CFStringRef kMIDIPropertyUniqueID = nil;