Re: [MacRuby-devel] App Store

2012-04-23 Thread Daniel Westendorf
2 > • Previous message: [MacRuby-devel] App Store >• Next message: [MacRuby-devel] App Store >• Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > Finally found the time to do a quick and dirty write up on the process. It > should at least be a go

Re: [MacRuby-devel] App Store

2012-04-23 Thread Rob Ista
6 PDT 2012 • Previous message: [MacRuby-devel] App Store • Next message: [MacRuby-devel] App Store • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Finally found the time to do a quick and dirty write up on the process. It should at least be a good overview and star

Re: [MacRuby-devel] App Store

2012-03-29 Thread Matt Aimonetti
Awesome, thanks a lot. - Matt On Thu, Mar 29, 2012 at 11:50 AM, Daniel Westendorf wrote: > Finally found the time to do a quick and dirty write up on the process. It > should at least be a good overview and starting point. > https://github.com/MacRuby/MacRuby/wiki/Mac-App-Store-Submission > > dw

Re: [MacRuby-devel] App Store

2012-03-29 Thread Daniel Westendorf
Finally found the time to do a quick and dirty write up on the process. It should at least be a good overview and starting point. https://github.com/MacRuby/MacRuby/wiki/Mac-App-Store-Submission dw On Fri, Mar 16, 2012 at 7:40 PM, Matt Aimonetti wrote: > Thanks Again Daniel, very much appreciate

Re: [MacRuby-devel] App Store

2012-03-16 Thread Matt Aimonetti
Thank you so much Stephen, that's exactly what a wiki is for! Feel free to contribute as much as you want as long as you think that the content might eventually be useful to others. MacRuby's documentation could certainly be improved, but if people keep track of their struggles and document the so

Re: [MacRuby-devel] App Store

2012-03-16 Thread stephen horne
After Matt pointed out the wiki, I made a page of the sort I would find useful with a couple of snippets of code on it. https://github.com/MacRuby/MacRuby/wiki/Snippets-For-Beginners I'm fairly novice to Ruby, Objective-C - and programming. This page shows a couple of the things I've spent some

Re: [MacRuby-devel] App Store

2012-03-16 Thread Matt Aimonetti
Thanks Again Daniel, very much appreciated. - Matt On Fri, Mar 16, 2012 at 11:18 AM, Daniel Westendorf wrote: > Okay, that sounds like a good move going forward. I'll see if I can't get > that added. > > Daniel > > > On Thu, Mar 15, 2012 at 9:24 PM, Matt Aimonetti > wrote: > >> I think you shou

Re: [MacRuby-devel] App Store

2012-03-16 Thread Daniel Westendorf
Okay, that sounds like a good move going forward. I'll see if I can't get that added. Daniel On Thu, Mar 15, 2012 at 9:24 PM, Matt Aimonetti wrote: > I think you should add it now and just mention that it's for 0.11/nightly > build. We are waiting for Laurent to release 0.11 and I honestly don't

Re: [MacRuby-devel] App Store

2012-03-16 Thread Ron Green
Thanks Daniel, I'll give this a try. I was under the impression that any signature errors and would result in an app being rejected. Very helpful. Ron On Mar 15, 2012, at 10:03 PM, Daniel Westendorf wrote: > Ron, > > I feel your pain, it is hard to figure out. > > If you're running MR 0.10, y

Re: [MacRuby-devel] App Store

2012-03-15 Thread Matt Aimonetti
I think you should add it now and just mention that it's for 0.11/nightly build. We are waiting for Laurent to release 0.11 and I honestly don't know when he will be able to push the release :( I think it's going to be useful to a lot of people and we can just update the entry when 0.11 is release

Re: [MacRuby-devel] App Store

2012-03-15 Thread Daniel Westendorf
Matt, I'll add a topic to the wiki as soon as 0.11 hits. Do we know when that might be? dw On Thu, Mar 15, 2012 at 8:53 PM, Matt Aimonetti wrote: > It would be great if is someone could contribute on the topic in the wiki > and add a recipe there: > https://github.com/MacRuby/MacRuby/wiki/_page

Re: [MacRuby-devel] App Store

2012-03-15 Thread Daniel Westendorf
Ron, I feel your pain, it is hard to figure out. If you're running MR 0.10, you'll need to build the App in the Deployment target. Then you'll need to navigate to your ~/Library/Developer/Xcode/Archives/*date of the build*/Deployment-* date.xarchive*/Products and run codesign -f -s "3rd Party Mac

Re: [MacRuby-devel] App Store

2012-03-15 Thread Matt Aimonetti
It would be great if is someone could contribute on the topic in the wiki and add a recipe there: https://github.com/MacRuby/MacRuby/wiki/_pages It might be a good place to save a lot of small things that we discover as we go through the projects and which might not need to be on the main site (it

Re: [MacRuby-devel] App Store

2012-03-15 Thread Ron Green
Daniel, Would you mind elaborating on your process a little? I'm having problems submitting my MacRuby app to the Mac App Store. I'm using MacRuby 0.10 and Xcode 4.2.1 and have no external gem dependancies. The app is being rejected because of "Invalid Signature" errors. I've tried running code

Re: [MacRuby-devel] App Store

2012-03-15 Thread Nat Brown
he criteria of the review team .. i had another app rejected for >> reasons which were at least a bit vague but that belongs to the life of an >> app developer :))) >> Rob >> >> >> > Date: Wed, 14 Mar 2012 15:29:10 + >> > From: Erik Lundqvist >> >

Re: [MacRuby-devel] App Store

2012-03-15 Thread Erik Lundqvist
; meet the criteria of the review team .. i had another app rejected for > reasons which were at least a bit vague but that belongs to the life of an > app developer :))) > Rob > > > > Date: Wed, 14 Mar 2012 15:29:10 +0000 > > From: Erik Lundqvist > > To: MacRuby-d

Re: [MacRuby-devel] App Store

2012-03-15 Thread Rob Ista
> From: Erik Lundqvist > To: MacRuby-devel@lists.macosforge.org > Subject: [MacRuby-devel] App Store > > Hi everyone, > > I'm Erik, a Swede who got lost in London and never looked back. I'm a Java > developer who cheats a little bit with iOS, and last year a

Re: [MacRuby-devel] App Store

2012-03-14 Thread Daniel Westendorf
Once you figure out the process, it is just as smooth as submitting an Obj-C app. It has been polished up to just a matter of including the correct macruby_deploy params in the Deployment build. dw On Wed, Mar 14, 2012 at 9:56 AM, Erik Lundqvist < willcodejavaforf...@gmail.com> wrote: > Thanks D

Re: [MacRuby-devel] App Store

2012-03-14 Thread Elliot Temple
On Mar 14, 2012, at 8:29 AM, Erik Lundqvist wrote: > So, I'm curious. Has anyone actually successfully created a MacRuby app and > sold it on the Mac App Store? Yes: http://itunes.apple.com/us/app/gruesomely-hard-platformer/id472580717 And a little more info: http://curi.us/1538-macruby-and-t

Re: [MacRuby-devel] App Store

2012-03-14 Thread Erik Lundqvist
Thanks Daniel And it all went smoothly? :) On 14 March 2012 15:44, Daniel Westendorf wrote: > Hi Erik, > > I have a few MR apps in the MAS. > > http://itunes.apple.com/us/app/thumper/id436422990?mt=12&ls=1# > http://itunes.apple.com/us/app/html-slide-presenter/id456995240?mt=12 ( > https://gith

Re: [MacRuby-devel] App Store

2012-03-14 Thread Daniel Westendorf
Hi Erik, I have a few MR apps in the MAS. http://itunes.apple.com/us/app/thumper/id436422990?mt=12&ls=1# http://itunes.apple.com/us/app/html-slide-presenter/id456995240?mt=12 ( https://github.com/danielwestendorf/HTML-Slide-Presenter) http://itunes.apple.com/us/app/karmahore/id486966617?mt=12 dw

[MacRuby-devel] App Store

2012-03-14 Thread Erik Lundqvist
Hi everyone, I'm Erik, a Swede who got lost in London and never looked back. I'm a Java developer who cheats a little bit with iOS, and last year around this time I bought the MacRuby in Action and tried a bit of MacRuby. Introduction over. So, I'm curious. Has anyone actually successfully creat