Skip to content
#

watchos

Here are 571 public repositories matching this topic...

SwifterSwift
fabb
fabb commented Jun 10, 2018

In several WWDC talks, Apple suggests to set the Input and Output files in all run script phases, so the build system can choose to skip a run script phase if nothing changed, improving incremental build time.

How could we improve R.swift‘s behavior here?

Note that I did not yet check if wildcards were allowed in the Input Files field. Or if we could somehow leverage the new File List field.

sergejp
sergejp commented Nov 18, 2019

Hey there.
Thanks for the article https://nshipster.com/secrets/, I've had similar thoughts that client cannot safely store the secrets.

One possible issue I noticed (or maybe I'm just not knowledgable enough about the matter) is that Matt mentioned this in the article:

Your mission: Transfer a payload from the server and store it in the Secure Enclave without an attacker compromising it
shpakovski
shpakovski commented Aug 13, 2019

Hi Dan 👋 Thanks a lot for the library, I’m using it in a modern Mac app and cannot be happier.

I’m curious about callbacks when the procedure is cancelled or finished with an error. So what is the best practice to handle all events once the job is done?

I always did something like this (os_log is a placeholder, treat it as UI updates):

let job = MyAsyncProcedure()
job.addDidC

Improve this page

Add a description, image, and links to the watchos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the watchos topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.