R.swift
R.swift copied to clipboard
Support for namespaced file directories
This PR adds support for file resources that are in a Namespaced directory (ie. imported into the xcode project as a directory vs as a group).
For example, in one of my projects I include a directory of sound files that is included in my target. This addition means that R.Swift correctly recognises those files and provides safe access 👍