[MacRuby-devel] Sequel gem does not install

2012-03-16 Thread Wladjmir Godioz
with last nightly build:

Fetching: sequel-3.33.0.gem ( 34%)ERROR:  While executing gem ... 
(NoMethodError)
undefined method `to_str' for #

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


Re: [MacRuby-devel] NSUserDefaults and registerDefaults

2012-03-16 Thread Sean Mateus
Hi Erik,

here is an example app Matt wrote:
   save: 
https://github.com/mattetti/LiveTV/blob/master/TVFrancaise/AppDelegate.rb#L249-253
  
 read: 
https://github.com/mattetti/LiveTV/blob/master/TVFrancaise/AppDelegate.rb#L41-42

I hope this will help you


-- Sean Mateus

On Friday, March 16, 2012 9:59:38 AM UTC+1, Erik Lundqvist wrote:
>
> Hi All,
>
> It's time for my first newbie question :)
> Trying to save some default values for user preferences, but failing 
> pretty hard. I was hoping someone would have successfully used 
> NSUserDefaults registerDefaults, and could point me in the right direction.
>
> def applicationDidFinishLaunching(a_notification)
>
> app_defaults = {"wcff.magic_key" => "hello world"}
>
> NSUserDefaults.standardUserDefaults.registerDefaults(app_defaults)
>
> NSUserDefaults.standardUserDefaults.synchronize
>
> end
>
>
> Elsewhere in the code...
>
>
> @magic_key = NSUserDefaults.standardUserDefaults["wcff.magic_key"]
>
> puts "magic_key#{@magic_key}"
>
>
> It just prints out "magic_key"...
>
>
> Actually setting a value in standardUserDefaults seems to work fine, like 
> this
>
> NSUserDefaults.standardUserDefaults["wcff.magic_key"] = "hello you"
>
> But I want a default
>
>
> Anyone?
>
>  
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] NSUserDefaults and registerDefaults

2012-03-16 Thread Erik Lundqvist
Sean,

Thank you, but that only demonstrates the bit I have working. What is not
working for me is using registerDefaults.

Thanks anyway :)

On 16 March 2012 13:32, Sean Mateus  wrote:

> Hi Erik,
>
> here is an example app Matt wrote:
>save:
> https://github.com/mattetti/LiveTV/blob/master/TVFrancaise/AppDelegate.rb#L249-253
>read:
> https://github.com/mattetti/LiveTV/blob/master/TVFrancaise/AppDelegate.rb#L41-42
>
> I hope this will help you
>
>
> -- Sean Mateus
>
>
> On Friday, March 16, 2012 9:59:38 AM UTC+1, Erik Lundqvist wrote:
>>
>> Hi All,
>>
>> It's time for my first newbie question :)
>> Trying to save some default values for user preferences, but failing
>> pretty hard. I was hoping someone would have successfully used
>> NSUserDefaults registerDefaults, and could point me in the right direction.
>>
>> def applicationDidFinishLaunching(**a_notification)
>>
>> app_defaults = {"wcff.magic_key" => "hello world"}
>>
>> NSUserDefaults.**standardUserDefaults.**
>> registerDefaults(app_defaults)
>>
>> NSUserDefaults.**standardUserDefaults.**synchronize
>>
>> end
>>
>>
>> Elsewhere in the code...
>>
>>
>> @magic_key = NSUserDefaults.**standardUserDefaults["wcff.**
>> magic_key"]
>>
>> puts "magic_key#{@magic_key}"
>>
>>
>> It just prints out "magic_key"...
>>
>>
>> Actually setting a value in standardUserDefaults seems to work fine, like
>> this
>>
>> NSUserDefaults.**standardUserDefaults["wcff.**magic_key"] = "hello you"
>>
>> But I want a default
>>
>>
>> Anyone?
>>
>>
> ___
> 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

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, 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 
> Developer Application: Your Cert Name" YourApp.app. Then submit the app to 
> the MAS. You'll still get signature errors, but it should get accepted.
> 
> If you upgrade to the 0.11 nightly build, I've added --codesign switch to 
> macruby_deploy to do all of this for you, and sign all the files within the 
> bundle to avoid any errors.
> 
> Hope that helps,
> 
> Daniel
> 
> On Thu, Mar 15, 2012 at 8:30 PM, Ron Green  wrote:
> 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 codesign manually 
> but still get rejected. Any pointers would be appreciated. 
> 
> Thanks,
> Ron
> 
> On Mar 14, 2012, at 4:54 PM, Daniel Westendorf wrote:
> 
>> 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 
>>  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 
>>  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
> 
> 
> ___
> 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] NSUserDefaults and registerDefaults

2012-03-16 Thread Steve Clarke
Hi Erik,

The following code works for me, though as far as I can see it's effectively 
the same as yours.  The only difference might be that I run this code in 
rb_main.rb  rather than after the app has finished launching.

DBNAME_KEY='database_name'
DEFAULTS = NSUserDefaults.standardUserDefaults
appDefaults = { DBNAME_KEY=>'bamford'}
DEFAULTS.registerDefaults(appDefaults)
puts DEFAULTS.stringForKey(DBNAME_KEY) => "bamford" if the key is not present 
in the plist.


Steve


On 16 Mar 2012, at 15:19, Erik Lundqvist wrote:

> Sean,
> 
> Thank you, but that only demonstrates the bit I have working. What is not 
> working for me is using registerDefaults.
> 
> Thanks anyway :)
> 
> On 16 March 2012 13:32, Sean Mateus  wrote:
> Hi Erik,
> 
> here is an example app Matt wrote:
>save: 
> https://github.com/mattetti/LiveTV/blob/master/TVFrancaise/AppDelegate.rb#L249-253
>read: 
> https://github.com/mattetti/LiveTV/blob/master/TVFrancaise/AppDelegate.rb#L41-42
> 
> I hope this will help you
> 
> 
> -- Sean Mateus
> 
> 
> On Friday, March 16, 2012 9:59:38 AM UTC+1, Erik Lundqvist wrote:
> Hi All,
> 
> It's time for my first newbie question :)
> Trying to save some default values for user preferences, but failing pretty 
> hard. I was hoping someone would have successfully used NSUserDefaults 
> registerDefaults, and could point me in the right direction.
> 
> def applicationDidFinishLaunching(a_notification)
> 
> 
> app_defaults = {"wcff.magic_key" => "hello world"}
> 
> NSUserDefaults.standardUserDefaults.registerDefaults(app_defaults)
> 
> NSUserDefaults.standardUserDefaults.synchronize
> 
> 
> end
> 
> 
> 
> Elsewhere in the code...
> 
> 
> 
> 
> @magic_key = NSUserDefaults.standardUserDefaults["wcff.magic_key"]
> 
> puts "magic_key#{@magic_key}"
> 
> 
> 
> It just prints out "magic_key"...
> 
> 
> 
> Actually setting a value in standardUserDefaults seems to work fine, like this
> 
> NSUserDefaults.standardUserDefaults["wcff.magic_key"] = "hello you"
> 
> But I want a default
> 
> 
> 
> Anyone?
> 
> 
> 
> ___
> 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] Sequel gem does not install

2012-03-16 Thread Mark Rada
Hi Wladjmir,

Is the failure you are experiencing consistent? I've just tried installing 
sequel a few times using the nightly build and not had any issues.

Looking into the rubygems source, the only direct calls to #to_str are guarded 
by checking if the object responds to #to_str first, so the culprit may not be 
easy to track down.

If you continue to have trouble with installing gems, you should try to collect 
some backtrace info. You can run macgem so that you can get backtrace info:

VM_DISABLE_RBO=1 sudo macgem install sequel --backtrace


Thanks,
Mark


On 2012-03-16, at 8:52 AM, Wladjmir Godioz wrote:

> with last nightly build:
> 
> Fetching: sequel-3.33.0.gem ( 34%)ERROR:  While executing gem ... 
> (NoMethodError)
> undefined method `to_str' for #
> 
> ___
> 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

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 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 released.
> Thank you very much for offering to write the page.
>
> - Matt
>
>
> On Thu, Mar 15, 2012 at 8:05 PM, Daniel Westendorf 
> wrote:
>
>> 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/_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's also easier to contribute/maintain).
>>>
>>> Thanks,
>>>
>>> - Matt
>>>
>>>
>>> On Thu, Mar 15, 2012 at 7:30 PM, Ron Green  wrote:
>>>
 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
 codesign manually but still get rejected. Any pointers would be
 appreciated.

 Thanks,
 Ron

 On Mar 14, 2012, at 4:54 PM, Daniel Westendorf wrote:

 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



 ___
 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
>
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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 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 released.
>> Thank you very much for offering to write the page.
>>
>> - Matt
>>
>>
>> On Thu, Mar 15, 2012 at 8:05 PM, Daniel Westendorf > > wrote:
>>
>>> 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/_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's also easier to contribute/maintain).

 Thanks,

 - Matt


 On Thu, Mar 15, 2012 at 7:30 PM, Ron Green  wrote:

> 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
> codesign manually but still get rejected. Any pointers would be
> appreciated.
>
> Thanks,
> Ron
>
> On Mar 14, 2012, at 4:54 PM, Daniel Westendorf wrote:
>
> 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
>
>
>
> ___
> 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]

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 time figuring out online.

I'm not sure exactly what should be going on the wiki, but If this type of page 
is something people feel is useful I will continue to add to it.

Stephen Horne

On 16/03/2012, at 02:53, 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/_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's 
> also easier to contribute/maintain).
> 
> Thanks,
> 
> - Matt
> 
> On Thu, Mar 15, 2012 at 7:30 PM, Ron Green  wrote:
> 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 codesign manually 
> but still get rejected. Any pointers would be appreciated. 
> 
> Thanks,
> Ron
> 
> On Mar 14, 2012, at 4:54 PM, Daniel Westendorf wrote:
> 
>> 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 
>>  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 
>>  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
> 
> 
> ___
> 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

--
Stephen Horne

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


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 solutions they found, I think new
comers and more experienced folks might have an easier time.
As a matter of fact, it would be really great if every time we answer a
question on the mailing list, a new wiki entry was added.
I'll personally try to do it myself.

Thanks again!

- Matt



On Fri, Mar 16, 2012 at 7:02 PM, stephen horne  wrote:

> 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 time figuring out online.
>
> I'm not sure exactly what should be going on the wiki, but If this type of
> page is something people feel is useful I will continue to add to it.
>
> Stephen Horne
>
> On 16/03/2012, at 02:53, 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/_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's also easier to contribute/maintain).
>
> Thanks,
>
> - Matt
>
> On Thu, Mar 15, 2012 at 7:30 PM, Ron Green  wrote:
>
>> 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 codesign
>> manually but still get rejected. Any pointers would be appreciated.
>>
>> Thanks,
>> Ron
>>
>> On Mar 14, 2012, at 4:54 PM, Daniel Westendorf wrote:
>>
>> 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
>>
>>
>>
>> ___
>> 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
>
>
> --
> Stephen Horne
>
>
> ___
> 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