Re: Updating localised auth-prompt strings

2020-06-15 Thread Mark Allan via Cocoa-dev
Oops, sorry! I'm using Objective-C, targeting macOS 10.10+ > On 15 Jun 2020, at 9:41 pm, Alex Zavatone wrote: > > Platform? > >> On Jun 15, 2020, at 9:51 AM, Mark Allan via Cocoa-dev >> wrote: >> >> Hi folks, >> >> I have an app which communicates with a privileged helper tool, and I use

Re: Updating localised auth-prompt strings

2020-06-15 Thread Alex Zavatone via Cocoa-dev
Platform? > On Jun 15, 2020, at 9:51 AM, Mark Allan via Cocoa-dev > wrote: > > Hi folks, > > I have an app which communicates with a privileged helper tool, and I used > the AuthorizationRightSet API to add the rights, requirements, and prompt > strings to the authorizationdb - as per Apple

Re: Launching another app from mine

2020-06-15 Thread Alex Zavatone via Cocoa-dev
Mac, iOS, WatchOS, iPadOS? TRS-80 Basic? Which platform? > On Jun 15, 2020, at 1:30 PM, Gabriel Zachmann via Cocoa-dev > wrote: > > I would like to launch application B from my application A using Swift. > Both applications are created, compiled, signed, and notarized by me. > Challenge: no u

Re: Launching another app from mine

2020-06-15 Thread James Crate via Cocoa-dev
On Jun 15, 2020, at 2:30 PM, Gabriel Zachmann via Cocoa-dev wrote: > > I would like to launch application B from my application A using Swift. > Both applications are created, compiled, signed, and notarized by me. > Challenge: no user intervention should be necessary when launching B from A. >

Re: Launching another app from mine

2020-06-15 Thread Eric Dolecki via Cocoa-dev
Deep link? URL scheme. If the app being linked to isn’t installed, I think it’s a silent “error”. (sent from my iPhone) From: Gabriel Zachmann via Cocoa-dev Sent: Monday, June 15, 2020 2:30:55 PM To: cocoa-dev@lists.apple.com Subject: Launching another app from

Launching another app from mine

2020-06-15 Thread Gabriel Zachmann via Cocoa-dev
I would like to launch application B from my application A using Swift. Both applications are created, compiled, signed, and notarized by me. Challenge: no user intervention should be necessary when launching B from A. Is that possible? Best regards, Gabriel smime.p7s Description: S/MIME cry

Updating localised auth-prompt strings

2020-06-15 Thread Mark Allan via Cocoa-dev
Hi folks, I have an app which communicates with a privileged helper tool, and I used the AuthorizationRightSet API to add the rights, requirements, and prompt strings to the authorizationdb - as per Apple's documentation. As expected, this initial call to "AuthorizationRightSet" does not promp