-
Updated
Jun 24, 2020 - Swift
watchos
Here are 566 public repositories matching this topic...
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.
-
Updated
Aug 1, 2019 - Objective-C
-
Updated
Apr 30, 2020 - Swift
log.debug("A tagged log message", userInfo: Dev.dave | Tag.sensitive)
That's somehow will confuse the user who only advantages one kind of Tag.
Then I suggest appending one demo code as below for that scenario.
log.debug("A tagged log message", userInfo: Tag.sensitive.dictionary)
-
Updated
Jun 25, 2020 - Shell
Today we support the following platforms and architectures:
- iOS: ARMv7, ARMv7s and ARM64
- tvOS: ARM64
- watchOS: ARMv7k and ARM64_32
- macOS: x86_64
There has been some discussion about removing support (in .NET 5) for:
- iOS: ARMv7s
- The ARMv7s architecture is not very much used, and provides very little benefit over ARMv7.
- ARMv7 can be used anywhere ARMv7s is used. Gi
-
Updated
Feb 23, 2020 - Swift
-
Updated
Nov 6, 2018 - Swift
-
Updated
Feb 10, 2020 - Swift
-
Updated
May 15, 2020 - Swift
Ideas:
- Set a minimum dimension for images.
- Find a way to detect dimensions before downloading the image.
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
-
Updated
Mar 30, 2019 - Swift
-
Updated
Jun 11, 2020 - Swift
Hi Dan
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
Can anyone help me out with this error? I don't know what to change my bundle identifier to for this to work? @gabrieloc
-
Updated
Nov 3, 2018 - Swift
Pagination
Any plan to add pagination to the post list?
Improve this page
Add a description, image, and links to the watchos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the watchos topic, visit your repo's landing page and select "manage topics."
New Issue Checklist
Issue Info
Info