[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 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 created a MacRuby app and sold it on the Mac App Store? //Erik ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] App Store
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 On Wed, Mar 14, 2012 at 9:29 AM, Erik Lundqvist < [email protected]> wrote: > 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 created a MacRuby app > and sold it on the Mac App Store? > > //Erik > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] App Store
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://github.com/danielwestendorf/HTML-Slide-Presenter) > http://itunes.apple.com/us/app/karmahore/id486966617?mt=12 > > dw > > On Wed, Mar 14, 2012 at 9:29 AM, Erik Lundqvist < > [email protected]> wrote: > >> 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 created a MacRuby app >> and sold it on the Mac App Store? >> >> //Erik >> >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> >> > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] App Store
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-the-mac-app-store -- Elliot Temple http://beginningofinfinity.com/ ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] App Store
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 < [email protected]> wrote: > 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://github.com/danielwestendorf/HTML-Slide-Presenter) >> http://itunes.apple.com/us/app/karmahore/id486966617?mt=12 >> >> dw >> >> On Wed, Mar 14, 2012 at 9:29 AM, Erik Lundqvist < >> [email protected]> wrote: >> >>> 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 created a MacRuby app >>> and sold it on the Mac App Store? >>> >>> //Erik >>> >>> ___ >>> MacRuby-devel mailing list >>> [email protected] >>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >>> >>> >> >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> >> > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
