[MacRuby-devel] ruby_deploy's fix_install_name doesn't perform a deep search in Contents/Resources

2011-06-16 Thread Martin Schürrer
Hi, got a pull request for you: https://github.com/MacRuby/MacRuby/pull/30 Cheers, Martin ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?

2011-06-16 Thread az...@gmx.net
Yep, I've done that bit too. Just looked at the problem you ran into - (thankfully!) I'm not getting that error. It's just these stupid signature errors - weird that I can submit an non-deploy version ok :/ Apple have gone all quiet too - been over 24hours since I last heard from them :( A O

Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?

2011-06-16 Thread Daniel Westendorf
Yes, you should be using the Deployment Scheme. I actually used that exact guide to get started. Are you sure you did step 3b correctly? I know I actually configured that incorrectly the first time I ran through it. I also ran into this problem: http://lists.macosforge.org/pipermail/macruby-devel/

Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?

2011-06-16 Thread az...@gmx.net
Hey Daniel Mine's the same (apart from the gems). Could you do me a favour and have a quick look at this: http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma and let me know which bits (if any) you _don't_ do or do differently please? That'd be a great help! One thi

Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?

2011-06-16 Thread Daniel Westendorf
All you should have to do is add the --embed switch to the deployment target I think. http://i.imgur.com/47K5v.png dw On Thu, Jun 16, 2011 at 5:11 PM, Daniel Westendorf wrote: > All you should have to do is add the --embed switch to the deployment > target. See the attached screenshot. > > dw >

[MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?

2011-06-16 Thread az...@gmx.net
Sorry if it seems as though I am repeating myself, but maybe if I try and get this done step by step I might get somewhere :p (Honestly on the verge of just giving up on MacRuby :() Anyone know what I need to do to get MacRuby correctly embedded in my App for app store submission? I'm currently

Re: [MacRuby-devel] Does everyone do this with their MacRuby apps?

2011-06-16 Thread az...@gmx.net
I think that's a great idea Rich! Daniel - I hope you get the time to do one soon :) If I ever mange to get mine successfully submitted I'll post how/what I did too. A On 16 Jun 2011, at 15:13, Daniel Westendorf wrote: > I have wanted to do this for a while because of my own frustrations > getti

Re: [MacRuby-devel] Does everyone do this with their MacRuby apps?

2011-06-16 Thread Daniel Westendorf
I have wanted to do this for a while because of my own frustrations getting Apps submitted, but I can't commit to doing it right now, too busy! dw On Wed, Jun 15, 2011 at 7:12 PM, Rich Morin wrote: > It sounds to me like there is a need for a detailed HowTo > on this topic.  Might someone be wil