• switch from Dir.glob(…) to Find.find(…) since the former was giving a warning — might be new for Ruby (and doesn’t make sense to me), but Find.find(…) is anyway semantically more proper and does not cause a theoretical problem with reserved glob charactes in the directory path Changed: U trunk/Bundles/Xcode.tmbundle/Commands/New Project….tmCommand