tschneidereit/SwiftSuspenders

Metadata.xml

darscan opened this issue · 5 comments

The metadata.xml file used by IDEs to validate custom metadata is currently bundled into Robotlegs. When using Swiftsuspenders without Robotlegs there is no IDE completion/validation. This is wrong, the file should be moved into Swiftsuspenders and compiled into the SWC.

https://github.com/robotlegs/robotlegs-framework/blob/version2/src/metadata.xml

Ah, and you'll need something like this in the buildfile:

https://github.com/robotlegs/robotlegs-framework/blob/version2/build.xml#L70

Absolutely right. Plus, with Swiftsuspenders 2 there will be some more
tags and parameters, so I'll add an updated version of the file to
Swiftsuspenders.

The latest push and packaged SWC and ZIP files contain a (hopefully correct) metadata.xml

Awesome, works perfectly.

Cool! Wish IntelliJ supported that yet.