igor-makarov / xcake

:cake: Describe Xcode projects in a human readable format and (re)generate one on demand.
MIT License
634 stars 48 forks source link

Add support for Siri Intents as source files #198

Closed valerio-castelli closed 4 years ago

valerio-castelli commented 5 years ago

This PR adds support for Siri Intents as source files. Previously, they were handled as resource files, but that prevented Xcode from generating intent classes, causing projects that rely on them to fail to build.

igor-makarov commented 5 years ago

Thanks! Please add a couple of tests to spec/path_classifier_spec.rb and we'll be on our way! 💪