FileBrowser.app.xcent
From a clean environment, I must first build the File Browser target before I can successfully build the NanoFileBrowser-Package target. If I don't I get the following:
/Users/<...>/Build/Intermediates/FileBrowser.build/Debug-iphoneos/FileBrowser.build/FileBrowser.app.xcent: cannot read entitlement data
because it is looking in the FileBrowser.build folder when NanoFileBrowser-Package creates FileBrowser (Watch Enabled).build instead.
Not a show stopper, just something to be aware of.
This should have been fixed in the latest commit? I added FileBrowser to the NanoFileBrowser-Package dependencies. Are you seeing something different?
As far as I can tell, FileBrowser (Watch Enabled) is added to the dependencies, not FileBrowser. This produces:
/Users/<...>/FileBrowser.build/Debug-iphoneos/FileBrowser (Watch Enabled).build/FileBrowser.app.xcent
While the script is looking for:
/Users/<...>/FileBrowser.build/Debug-iphoneos/FileBrowser.build/FileBrowser.app.xcent