Archive for October, 2019

Witch 3 departs the Mac App Store

Wednesday, October 16th, 2019

When we released Witch 4 in March of 2017 (after a public beta that began in October of 2016), we made the decision to leave Witch 3 in the Mac App Store—Witch 4 can’t be in the store, because it cannot be sandboxed.

We left Witch 3 in place mainly to keep the exposure of Witch to those searching the App Store for app switchers and utilities. But we know that it’s not fair to pay for old outdated tech, so we included a free license for Witch 4 for anyone who wanted to move to the new Witch (though doing so meant leaving the Mac App Store for future updates).

With the release of Catalina, though, we’ve decided to remove Witch 3 from the Mac App Store, effective today. Why? Because Witch 3 is 32-bit code, and it will not run in macOS Catalina. Unfortunately, the App Store will lie about this if you look at the Witch 3 listing in the Mac App Store

(more…)

Moom 3.2.16 works on iPads in Catalina’s Sidecar mode

Wednesday, October 16th, 2019

For those on macOS Catalina who use their iPads via the Sidecar feature, Moom 3.2.16 should now work as expected when Sidecar is active. That is the only change, so the release notes are a pretty boring read.

Direct users should see the update available in the Updates tab in Moom’s preferences, or you can download a fresh copy of the app from the Moom page. App Store users should see the update in the App Store app—if not now, then very shortly.

Witch update fixes preferences behavior in macOS Catalina

Monday, October 14th, 2019

Witch 4.3.4 (release notes) is out today, and it resolves an issue in macOS Catalina where Witch’s preferences layout was misbehaving: The tab bar would jump around on the screen as you moved from tab to tab, sometimes getting in a state where you couldn’t see the tab bar at all.

It seems that, at some point very late in the Catalina betas, Apple disabled third party System Preference panes’ ability to resize the System Preferences window—Witch used to do this as you switched between its tabs. This update uses a fixed window size for all of the tabs, so the tab bar no longer jumps around as you switch between tabs.

Note: If Witch isn’t working for you at all in macOS Catalina, it’s most likely that you’re running into a glitch with the system’s file quarantine flag. Please read this blog post for the details and the very easy (if geeky) fix.

How to resolve Witch issues in macOS Catalina

Sunday, October 13th, 2019

Some users—including one of my two Catalina test Macs—have experienced issues using Witch in Catalina, as evidenced by a locked-up System Preferences panel or unclickable Witch interface elements.

You can read through this post for more details on the problems and what we think is going on, but if you’re having similar troubles with Witch, you most likely just want to make it work right…

The solution

The exact solution depends on whether you installed Witch for all users or just the current user (current user is the default presented by macOS during installation).

If you’re not sure how Witch was installed, navigate in Finder to your user’s Library > PreferencePanes folder. If you see Witch.prefpane, it was installed just for the current user. If there’s no Witch.prefpane there, but Witch is installed, then it was installed for all users.

Once you know how Witch was installed, quit the System Preferences application, and launch Terminal, in Applications > Utilities.

If Witch is installed for the current user, paste the following command, press Return, and then enter your admin user’s password when prompted (you must be logged in as an admin user to run these commands):

sudo xattr -d -r com.apple.quarantine ~/Library/PreferencePanes/Witch.prefPane/

If Witch is installed for all users, use this version of the command, followed by the same Return/password process as above:

sudo xattr -d -r com.apple.quarantine /Library/PreferencePanes/Witch.prefPane/

Now reopen System Preferences, switch to the Witch pane, and hopefully you’ll find yourself with a fully functional Witch app—with a couple of minor exceptions. If this solution does not work for you, please open a trouble ticket and we’ll try to figure out what’s going on.

The first exception to the “fully functional” statement is that Dark Mode support is broken. This is not our fault, and there’s nothing we can do about it until Apple fixes the bug—sorry, Dark Mode users!

The other exception is that the panel will jump around oddly as you switch between Witch’s tabs; this is something we didn’t see in testing until the final beta release. It seems Apple changed the rules, and we’re no longer allowed to resize the System Preferences panes. We’ll have an update out very shortly to address this issue. For now, if you get to a screen where you can’t see the tab bar in Witch’s panels, just jump out (by clicking the Show All icon, for example), then go back in.

Now, if you’d like the nitty-gritty on what we think is going on, keep reading…

(more…)