Re: [MacRuby-devel] Including Bridge Support into App

2012-02-26 Thread Kevin Colyar
No problem James. Maybe you can still help me out. Even with the --bs option, when I run my app on a 10.6 w/o Bridge Suport Preview it segfaults on me. Any ideas? Kevin ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.m

Re: [MacRuby-devel] BridgeSupport stack overflow

2012-02-24 Thread Kevin Colyar
Were you able to find a solution for this? I'm having the same issue... including --bs flag and getting Abort Trap on OSX 10.6 -- Kevin Colyar http://kevin.colyar.net ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org

[MacRuby-devel] Including Bridge Support into App

2012-02-24 Thread Kevin Colyar
Anyone know if there's a way to include Bridge Support Preview 3 into my MacRuby app so users before 10.7 doing need to install Bridge Support separately? -- Kevin Colyar http://kevin.colyar.net ___ MacRuby-devel mailing list MacRuby-

Re: [MacRuby-devel] ApplicationSupport framework

2011-11-25 Thread Kevin Colyar
Yes! That did it. So, does this mean folks who trying to use the App will need to be on Lion or have Bridge Support Preview 3 installed for it to work, or does does this just affect the build process? Thanks, Kevin -- Kevin Colyar http://kevin.colyar.net

[MacRuby-devel] ApplicationSupport framework

2011-11-25 Thread Kevin Colyar
some kind of bridge support difference on 10.7? Thanks, Kevin -- Kevin Colyar http://kevin.colyar.net ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Keymando is now Available in the App Store!

2011-08-01 Thread Kevin Colyar
in - I bet it will interest lots of Vim users. > > Aston > On 1 Aug 2011, at 21:05, Kevin Colyar wrote: > > Hey Guys, > > I've finally released my MacRuby app, Keymando, to the App Store! > > http://keymando.com > > What is Keymando? > >

[MacRuby-devel] Keymando is now Available in the App Store!

2011-08-01 Thread Kevin Colyar
ion has matured into a very useful product that is not only useful to vi(m) users but to everyone. Future -- Version 2 of Keymando is under active development with exicting new features that include: - Recording and playback user interaction. - Complete framework to access UI contro

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

2011-06-17 Thread Kevin Colyar
> > > ___ > MacRuby-devel mailing list > MacRuby-devel@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > -- Kevin Colyar http://kevin.colyar.net ___

Re: [MacRuby-devel] macruby_deploy not embedding all of MacRuby

2011-05-11 Thread Kevin Colyar
ut $LOCAL $REMOTE --exclude .DS_Store --copy-links PATH="$PATH:/usr/local/bin" macruby_deploy --embed --compile "$REMOTE" Still not sure with the cause of the bug is, something to do with macruby_deploy not embedding symbolically linked files. On Fri, Mar 11, 2011 at 4:56 PM,

Re: [MacRuby-devel] macruby_deploy not embedding all of MacRuby

2011-03-11 Thread Kevin Colyar
ult). > > I would run md5 hashes on both the embedded dylib and the one in > /Library/Frameworks to ensure that no data corruption happened. > > Laurent > > On Mar 11, 2011, at 3:33 PM, Kevin Colyar wrote: > > I'm running the following command to prepare my app to share wit

[MacRuby-devel] macruby_deploy not embedding all of MacRuby

2011-03-11 Thread Kevin Colyar
0x6D 0x61 0x63 0x72 0x75 Trace/BPT trap When I upload the app directory to a remote server it's ~55MB and works only other's machines. I assume this is due to symbolic links. Has anyone else seen this or have a fix for it? Perhaps I'm missing a flag that I need to pass to macruby_