rayh / xcoder

ruby wrapper for Xcode build tools to aid automating builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestFlight Broken in 0.1.14

mhupman opened this issue · comments

It seems like the changes to Shell.rb and the introduction of Command.rb broke the TestFlight integration class. The error seems to be that TestFlight.rb is still using the old Array method of constructing shell commands.

Whoops, I'll get straight on it

On 06/12/2012, at 3:36, mhupman notifications@github.com wrote:

It seems like the changes to Shell.rb and the introduction of Command.rb
broke the TestFlight integration class. The error seems to be that
TestFlight.rb is still using the old Array method of constructing shell
commands.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/50.

I have also been meaning to move the code to be pure ruby, rather than
relying on curl, and maybe external using it to allow for other/multiple
distribution services

On 06/12/2012, at 3:36, mhupman notifications@github.com wrote:

It seems like the changes to Shell.rb and the introduction of Command.rb
broke the TestFlight integration class. The error seems to be that
TestFlight.rb is still using the old Array method of constructing shell
commands.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/50.

Fixed in 0.1.15