Archive for June 1, 2021

Tuesday, June 1, 2021

2021 Apple Design Award Finalists

Apple:

The Apple Design Awards honor excellence in innovation, ingenuity, and technical achievement in app and game design.

It’s surprising to see Nova on the list because lately only apps in the Mac App Store have been eligible. (And no Mac apps have won in the last few years.)

Previously:

Update (2021-06-13): Apple:

“This year’s Apple Design Award winners have redefined what we’ve come to expect from a great app experience, and we congratulate them on a well-deserved win,” said Susan Prescott, Apple’s vice president of Worldwide Developer Relations. “The work of these developers embodies the essential role apps and games play in our everyday lives, and serve as perfect examples of our six new award categories.”

Nova did not win, and the only Mac app that did was Alba, a multi-platform game.

macOS 11.4 Breaks Full Disk Access for Helper Tools

Jerry Krinock:

I have been going through hell trying to maintain Full Disk Access for my apps’ background agents. I think something has changed with Full Disk Access[…]

[…]

Before Full Disk Access became a thing in macOS 10.15, my apps’ background agent was a command-line tool, shipped within my apps’ bundle, and launched intermittently by launchd tasks. Testing in early betas of 10.15, I could not find any way for a command-line tool to get Full Disk Access. (This may have been fixed in later versions.) Copying the design I saw in another app (Arq Backup) which had a working background agent, I spent several months replacing my command line tool with a Service Management Login Item which runs constantly.

webjib:

Before updating to 11.4, if user granted Full Disk Access to the main app, the Helper Tool got Full Disk Access too, as stated here by eskimo.

But now, it’s not working anymore. The Helper Tool doe not inherit from the main app, either the Full Disk Access but also the authorisations like Automation for Finder.

It remains frustrating how it’s mostly not documented how TCC is suppposed to work. And how, even when you figure it out, it seems to randomly fail on certain Macs until macOS is reinstalled and/or you disable SIP and delete the database.

Previously:

WWDC 2021 Preview

Parker Ortolani:

Every WWDC has its moments, but there are some moments in particular that are impossible to forget. From earthshaking announcements to retrospectively goofy quotes, there are so many memories that bring a smile to our faces. As we approach WWDC 2021, let’s take a look back at some of those moments.

Donny Wals:

I figured I’d put together a little guide to making the most out of WWDC without being completely overwhelmed and intimidated by the sheer volume of content that Apple is about to unleash on us all.

Previously:

Update (2021-06-02): Tom Harrington:

The unofficial WWDC Slack team is back for another year!

Update (2021-06-05): Scott Knaster:

I just made a new WWDC-flavored story video! It’s about Douglas Adams, legendary author of The Hitchhiker’s Guide to the Galaxy, and his visit to WWDC in 1990.

WWDC 2021 Wish Lists

Becky Hansmeyer:

I really enjoy reading wishlists and predictions, so this year I’ve compiled a WWDC 2021 Community Wishlist. You’re welcome to contribute, just submit a pull request (or send me a note on Twitter and I’ll add it for you).

[…]

Ability for [SwiftUI] views to become/resign first responder, and to identify the current first responder

[…]

TestFlight for Mac

[…]

For Apple to chill out and allow apps like Riley Testut’s Delta emulator to be installed on iOS devices in some sanctioned way (remember, emulators are not illegal)

For Apple to chill out and let developers accept payments via some approved processors (i.e. Stripe)

[…]

Subscription cancellation API for developers.

Casey Liss:

Given my constant kvetching about this, it should be of no surprise that the #1 thing I want from Apple is improved documentation.

[…]

My money is on Combine being neutered — if not straight-up scuttled — by an over-zealous SwiftUI champion, politicking within Apple. I surely hope that isn’t the case, because a rising tide raises all boats.

[…]

The iPad hardware is ridiculously powerful. Please, please, can we have some software improvements to match?

Federico Zanetello:

We saw a lot of new SwiftUI documentation being added during the past year, including some technical articles. However, there’s no way to discover when new material is added, beside constantly monitoring all documentation pages.

[…]

My wish for this year is to see MetricKit reports not being limited to once a day, allowing reports as fast as the competition.

[…]

It would be great if Feedback Assistant would send notifications/emails when any new update occurs, not just when there’s a new reply to a feedback.

Majid Jabrayilov:

SwiftUI provides you both List and ScrollView, but under the hood, these views still use the UIKit implementation of UITableView and UIScrollView. I love how UITableView works and the API it provides us. But SwiftUI’s List and ScrollView don’t expose all the powerful features of UITableView and UIScrollView.

Andy Ibanez:

Unfortunately, as it has been the case for many years now, there is not really much you can do when you attempt to integrate with the settings app as it is now. You can create a Settings bundle, but it is all managed by a plist. You cannot have any more complex settings that would allow users to login to dedicated service accounts or do anything else remotely complex.

[…]

SwiftUI is my favorite framework introduced in the past few years, but when it comes to debugging issues with it, it can sometimes be more complicated than I’d like.

[…]

Fast forward to iOS 14, and Apple introduced a new widget system. While I love these widgets and actually use them constantly, they are mostly info widgets and you can’t do much with them. Shall a widget be able to perform actions, they will launch the app. You cannot do much with them.

John Sundell:

I’ll post a detailed #WWDC21 wishlist article next week, but honestly, if we only got a new version of Xcode in which Swift syntax highlighting, error reporting, and auto-complete always worked fast, accurately and predictably, I’d be more than happy 😅

Rory Prior:

If literally the only thing to come from WWDC this year was a fix for Xcode so autocomplete didn’t randomly fail every day I’d be so happy.

Matt VanOrmer:

I’d take a redesign of the Home app as a start — so much potential, all locked behind a mess of tiles, rooms, zones, scenes, and painfully limited automation options.

[…]

[It’s] time for iOS 15 to finally let Shortcuts power users self-identify as such and unlock the ability to automate any shortcut with any Automation trigger.

[…]

The available notification settings on iOS have been lacking for a long time[…]

[…]

As it stands, initiating an Emoji search requires you to tap two buttons to escape back to the typical QWERTY keyboard: one to close the Emoji search by opening the Emoji keyboard, and once to swap from that keyboard to QWERTY. This confusing dance is extremely unintuitive (why would I click the button covered in Emojis when I want the opposite?), and could be solved with something as simple as a small “X”-to-close button tucked into the Emoji search UI.

And, perennially:

Dan Moren:

The fix seems straightforward enough: allow users to add words to iOS’s dictionary so they can stop fighting with autocorrect. Whether this takes the form of a contextual popover menu, a section somewhere in Settings, or somewhere else entirely doesn’t particularly matter—the important part is giving the control to users, rather than some obtuse machine-learning algorithm that already seemingly likes to replace real words with non-words.

Which, while we’re at it, suggests that Apple ought to give us an option to have autocorrect unlearn words as well. If the system is going to act as though it knows better than the users, it should actually know better. Or it should let us flag words and terms that we don’t use and remove them from the iOS dictionary at well. Let us make our mistakes, instead of having them made for us.

Chris Hynes:

While auto-correct frustrates every iPhone user at one time or another, I imagine it’s an insanely complex feature to get right. After using it for 13 years now, I find that I have a list of small things I’d love to see change rather than a few number of really big changes.

Previously:

Update (2021-06-02): Jason Snell:

One feature that the Mac desperately needs from iPadOS is, believe it or not, Shortcuts.

[…]

I’d like to see the ability to run iPhone apps on macOS. Yes, they’re small, but so what?

[…]

I’d like to see someone from Microsoft appear on Apple’s virtual stage to explain that Windows for ARM will run on Apple silicon, even if it’s just in a virtual environment. Support for Boot Camp would be even better but seems a lot less likely.

[…]

I know it’s pretty rich for me to conclude a long list of demands by making this point, but I’m serious: The single most important addition to macOS this fall should be a focus on stability and reliability.

Update (2021-06-04): Craig Hockenberry:

Here is my anti-wish list - things I do not want to see:

More multi-tasking gestures in iPad OS. Make multi-tasking spatial, or make it stop. I hate user interfaces that are driven by guessing.

More features in macOS that I’ll never use. It’s great as-is, just fix bugs and everyone will be happy.

More Siri improvements that have nothing to do with parsing my commands.