DelphiWorlds
DelphiWorlds
As per title. Includes: * The -find and -index switches in the commandline app * The JIDUtils project
As per title: There's a bunch of repeated code that could be refactored
For the context menu, to duplicate the currently selected request
Not sure whether this is essential, as the order of header items should not be important?
In case anyone else tries, import of IOKit will not work because Apple do not provide all required header files (At this point it is unknown as to why) You...
For example when importing the `Intents` framework, this code is generated: ```Delphi INBoatTrip = interface(NSObject) ['{AB88A6B6-EFAA-4D6D-A4D2-A55983C4E890}'] function arrivalBoatTerminalLocation: CLPlacemark; cdecl; function boatName: NSString; cdecl; function boatNumber: NSString; cdecl; function departureBoatTerminalLocation:...
As per the title, imports of the Foundation framework produces a number of issues. These will be added to this report and an an effort will be made to resolve...