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
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
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
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.
>
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
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
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