Re: NSWorkspace launchApplication and gatekeeper

2014-01-23 Thread SevenBits
On Thu, Jan 9, 2014 at 11:26 AM, Ken Thomases wrote: > On Jan 9, 2014, at 6:27 AM, Totte Alm wrote: > >> I'm moving an older but large inhouse application from 10.6/32-bit/GC to >> 10.9/64-bit/ARC. >> It uses an internal auto update functionally where the app can store itself >> into the databas

Re: NSWorkspace launchApplication and gatekeeper

2014-01-23 Thread SevenBits
Can't you just use Sparkle to do app updates? It handles all of this for you. Just a thought. On Thu, Jan 9, 2014 at 7:27 AM, Totte Alm wrote: > Hello, > > I'm moving an older but large inhouse application from 10.6/32-bit/GC to > 10.9/64-bit/ARC. > It uses an internal auto update functionally

Re: NSWorkspace launchApplication and gatekeeper

2014-01-09 Thread Totte Alm
9 jan 2014 kl. 17:26 skrev Ken Thomases : > On Jan 9, 2014, at 6:27 AM, Totte Alm wrote: > >> I'm moving an older but large inhouse application from 10.6/32-bit/GC to >> 10.9/64-bit/ARC. >> It uses an internal auto update functionally where the app can store itself >> into the database when it

Re: NSWorkspace launchApplication and gatekeeper

2014-01-09 Thread Ken Thomases
On Jan 9, 2014, at 6:27 AM, Totte Alm wrote: > I'm moving an older but large inhouse application from 10.6/32-bit/GC to > 10.9/64-bit/ARC. > It uses an internal auto update functionally where the app can store itself > into the database when it detects it is a new version, then the other users

Re: NSWorkspace launchApplication and gatekeeper

2014-01-09 Thread Totte Alm
9 jan 2014 kl. 14:52 skrev SevenBits : > Can't you just use Sparkle to do app updates? It handles all of this for you. > Just a thought. It has more requirements and different once I think, webserver and update feeds. The update is "downloaded" from a database using SQL, there is other info t