betabuilder
betabuilder copied to clipboard
A collection of Rake tasks for managing and distributing iOS ad-hoc builds
- Fix #35 - allows custom port in scp command - Use app_file_name instead of app_name so that scp deploy strategy respects app_name - Add output for scp command -...
I've added support for FTP (SSH is still there as well) to the web deployment target. Please merge this to the main repo. Thanks! :)
Fixed issue #49
I didn't have much luck using the IPAs produced by this gem But I think I left in some references to my specific application and didn't quite pull everything into...
hi, using Xcode 4.4, the derived_build_dir_from_build_output did not quite work for me: the quotes around the derived_build_dir were missing next to "Validate" in the build.output file, so the grep would...
Prefers iOS 5's style of CFBundleIcons which allows for Newsstand & Primary icon files, then falls back on CFBundleIconFiles. Failing that, an empty array is used to avoid a nil-crash...
Hi, I could not include betabuilder cause it could not load CFPropertyList. I always got this error: no such file to load -- CFPropertyList .../gems/betabuilder-0.7.4.1/lib/beta_builder/archived_build.rb:3:in `require' Writing the require lowercase...
This will zip and upload the dSYM file during a Testflight deployment. This means Testflight can symbolicate crash reports, which is pretty handy. I couldn't think of a case when...