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

2011-06-17 Thread Andre Lewis
I wrote the post at
http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma,
but I haven't submitted to the app store yet. The post was very much in the
"just get it working" spirit. If anyone has better steps, would love to see
them!

Andre
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-17 Thread Robert Lowe
Hi guys,

Hope you enjoy em! All of these are on rubygems now:

Wrapping NSMXL (Credit to Wilson Lee / kourge):  
   https://github.com/RobertLowe/ayril

Global Hotkeys:   
https://github.com/RobertLowe/hotkeys

Systembar Menu DSL: 
https://github.com/RobertLowe/mynu

It should be noted that these all work fine from inside xcode 4 too.

If you find any edge cases let me know, I'll gladly take care of them. I'm 
still new to the macruby community / cocoa.

Transmission over,
 - Rob

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2011-06-17 Thread Laurent Sansonetti
I think we need an "official" tutorial on the website on how to prepare an app 
for submission to the app store.

Is someone here interested in contributing to it?

Laurent

On Jun 17, 2011, at 12:34 AM, Andre Lewis wrote:

> I wrote the post at 
> http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma,
>  but I haven't submitted to the app store yet. The post was very much in the 
> "just get it working" spirit. If anyone has better steps, would love to see 
> them!
> 
> Andre
> 
> 
> ___
> 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] Does everyone do this with their MacRuby apps?

2011-06-17 Thread [email protected]
Can you write a quick guide for us Laurent? Then perhaps one of us could expand 
it into a full how-to?

Or maybe you can you let us know if the steps detailed here: 
http://www.brontesaurus.com/2011/04/signing-xcode-4-projects-for-mac-app.html

And here:
http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma

Are correct and all that's needed - or missing anything? 

Might be able to piece it together with that info - as the only other thing I 
think I've done is start(/create) the app in Xcode by selecting MacRuby in the 
new project option (everything else is just importing media and my ruby code).

I think the Apple tech support are a bit lost too - the guy I spoke to a few 
days ago asked "Can I ask why you are using a separate target for deployment, 
instead of simply creating an Application Archive from your _my-app_name_ 
target, and submitting that for Mac Store review?"

Cheers,

Aston

On 17 Jun 2011, at 20:15, Laurent Sansonetti wrote:

> I think we need an "official" tutorial on the website on how to prepare an 
> app for submission to the app store.
> 
> Is someone here interested in contributing to it?
> 
> Laurent
> 
> On Jun 17, 2011, at 12:34 AM, Andre Lewis wrote:
> 
>> I wrote the post at 
>> http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma,
>>  but I haven't submitted to the app store yet. The post was very much in the 
>> "just get it working" spirit. If anyone has better steps, would love to see 
>> them!
>> 
>> Andre
>> 
>> 
>> ___
>> 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] Does everyone do this with their MacRuby apps?

2011-06-17 Thread Kevin Colyar
I'd be interested in contributing.

On Fri, Jun 17, 2011 at 12:15 PM, Laurent Sansonetti
wrote:

> I think we need an "official" tutorial on the website on how to prepare an
> app for submission to the app store.
>
> Is someone here interested in contributing to it?
>
> Laurent
>
> On Jun 17, 2011, at 12:34 AM, Andre Lewis wrote:
>
> I wrote the post at
> http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma,
> but I haven't submitted to the app store yet. The post was very much in the
> "just get it working" spirit. If anyone has better steps, would love to see
> them!
>
> Andre
>
>
>  ___
> 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
>
>


-- 
Kevin Colyar
http://kevin.colyar.net
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2011-06-17 Thread Dominic Dagradi
As would I, though I need to upgrade our project to Xcode 4. We got stuck in 
3.2 due to stupid dependencies.

On Friday, June 17, 2011 at 4:22 PM, Kevin Colyar wrote:

> I'd be interested in contributing.
> 
> On Fri, Jun 17, 2011 at 12:15 PM, Laurent Sansonetti  (mailto:[email protected])> wrote:
> > I think we need an "official" tutorial on the website on how to prepare an 
> > app for submission to the app store.
> > 
> > Is someone here interested in contributing to it?
> > 
> > Laurent
> > 
> > On Jun 17, 2011, at 12:34 AM, Andre Lewis wrote:
> > > I wrote the post at 
> > > http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma,
> > >  but I haven't submitted to the app store yet. The post was very much in 
> > > the "just get it working" spirit. If anyone has better steps, would love 
> > > to see them!
> > > 
> > > Andre
> > > 
> > > 
> > >  ___
> > > MacRuby-devel mailing list
> > > [email protected] 
> > > (mailto:[email protected])
> > > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> > 
> > 
> > ___
> >  MacRuby-devel mailing list
> > [email protected] 
> > (mailto:[email protected])
> > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> > 
> 
> 
> 
> -- 
> Kevin Colyar
> http://kevin.colyar.net
> 
> ___
> MacRuby-devel mailing list
> [email protected] (mailto:[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] Does everyone do this with their MacRuby apps?

2011-06-17 Thread [email protected]
Here ya go - a quick guide - but I think it includes everything:

http://astonj.com/uncategorized/how-to-submit-your-macruby-app-to-the-apple-mac-app-store/

Thanks for Daniel for the last piece of the puzzle!


On 17 Jun 2011, at 20:15, Laurent Sansonetti wrote:

> I think we need an "official" tutorial on the website on how to prepare an 
> app for submission to the app store.
> 
> Is someone here interested in contributing to it?
> 
> Laurent
> 
> On Jun 17, 2011, at 12:34 AM, Andre Lewis wrote:
> 
>> I wrote the post at 
>> http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma,
>>  but I haven't submitted to the app store yet. The post was very much in the 
>> "just get it working" spirit. If anyone has better steps, would love to see 
>> them!
>> 
>> Andre
>> 
>> 
>> ___
>> 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