Best Mac Catalyst Apps

Project Catalyst is Apple’s way of helping developers port their iPad apps over to the Mac. To convince developers of how easy the process is, Apple has started with some of its own apps in the. Project Catalyst is a big deal in Apple circles these days, and for good reason: It refers to Apple’s project to merge development for iOS and Mac apps, allowing you to use them interchangeably.

  1. Best Mac Catalyst Apps Windows 10
  2. List Of Catalyst Apps
  3. Catalyst App Download
  4. Project Catalyst Mac
  5. Mac Os Catalyst

Every time developers come up with an idea for an app they face the eternal question: Which platform should we build it for, iOS or macOS? After all, resources, especially in the beginning, are constrained and no one wants to risk spreading themselves too thin by working on two products at the same time.

In most cases, the decision comes down to pure numbers: There are over 1.3 billion active iOS devices against 100 million macOS ones. So iOS usually wins. But even though you can build progressive Mac apps with WebView, nothing beats a native Mac app for user experience and speed. Finally, with Apple’s announcement of Project Catalyst at WWDC 2019, you don’t have to compromise any longer.

What Is Project Catalyst

In a nutshell, Project Catalyst is a new macOS Catalina feature (out of more than 120) by Apple built into the latest Xcode 11, which allows developers to extend their existing iOS apps to macOS using all the native Mac functionality, such as mouse and keyboard navigation, window and file management, rich text editing, etc.

To try Project Catalyst today, download macOS Catalina first. Note that not all apps are eligible for iOS to macOS transfer. How to know which are which?

iOS app criteria for Project Catalyst

Best Mac Catalyst Apps Windows 10

Apple made sure that most iPad apps would have no problem transferring to macOS. But there are a few exceptions. First, if your app relies on features that are exclusive to iPad, it might not operate correctly on Mac. Some examples include using gyroscope, accelerometer, back-facing camera, HealthKit, or ARKit.

In general, Apple says that if the app supports the latest iPad functionality, such as multitasking, drag and drop, as well as keyboard shortcuts, porting it to Mac shouldn’t be a problem. In addition, try to think through the user experience of your app on macOS to check for any incompatibilities yourself.

Benefits of using Project Catalyst

Currently, there are two approaches to building apps on Mac. Either you create something natively or use WebView. The first approach requires a completely separate codebase; the second, a functioning web app and results in slower user experience in the end.

Project Catalyst combines the best of both worlds. It lets you create completely native apps while retaining exactly the same codebase you had in iOS. Basically, at the flip of the switch, you get access to macOS features like:

Best
  • System Preferences.
  • Keyboard, trackpad, mouse, and Touch Bar input methods.
  • Menu bar.
  • Window management and content scaling.
  • And many more.

All in all, using Project Catalyst would save you days, or even weeks, right from the beginning and an immeasurable amount of time you’d otherwise spend maintaining separate codebases in perpetuity.

Best

How to start with Project Catalyst

Once you’re running macOS Catalina and have Xcode 11, turning on Project Catalyst is a breeze:

  1. Open your iOS app project in Xcode.
  2. Go to project settings and check the Mac box.
  3. The Mac version of the app should now be created.

The new Mac app shares the same codebase, frameworks, resources, and runtime environment as your iOS app. As you continue to enhance and optimize your project, compatible changes will appear in both versions.

If you need some feature inspiration, check out the newly released Project Catalyst apps created by the teams at Twitter, Jira, and TripIt. But before you start building the new app in a new macOS Catalina environment, make sure your Mac is running at top speed.

Make sure your Mac is bug-free

Developers know that every time you change any variables around your app, unpredictable things might happen. The best you can do is ensure your Mac hasn’t carried over any bugs accumulated in years of use. The fastest way to do this is using a professional optimizer:

List Of Catalyst Apps

  1. Download a free version of CleanMyMac X here.
  2. Open the app and go to Maintenance under Speed.
  3. Check Free Up RAM, Run Maintenance Scripts, Rebuild Launch Services, and anything else you deem applicable.
  4. Click Run.

Catalyst App Download

The Maintenance scan will ensure your Mac is not laden with everyday inefficiencies. However, if you feel like your Mac needs a deep, overall optimization scan, CleanMyMac X can help you here too:

  1. Instead of Maintenance, go to System Junk.
  2. Click Scan.
  3. Review Details and check appropriate options.
  4. Select Clean.

Now that your Mac is free of bugs, resource-hogging cache files, and unresponsive processes, you’re ready to take full advantage of Project Catalyst. Port your iOS app to macOS in no time and remember to scan regularly (about twice a month) with CleanMyMac X to make sure all processes run as smoothly and quickly as possible.

These might also interest you:

Streaming is available in most browsers,
and in the WWDC app.

Project Catalyst Mac

Mac Os Catalyst

  • Discover the latest updates to Mac Catalyst and find out how you can bring your iPadOS app to the Mac. Explore enhancements to the application lifecycle, integrate new extensions into your apps, and learn how the new look and feel of macOS impacts Mac Catalyst apps. Get a taste of the new Optimized for Mac mode. And learn more about all the improvements — including framework availability and beautiful new designs — that make bringing your iPad app to the Mac easier than ever. To get the most out of this session, you should have a basic familiarity with Mac Catalyst. We recommend you watch “Introducing iPad Apps for Mac” to acquaint yourself. For more on refining your Mac Catalyst app, consider watching “Optimize the interface of your Mac Catalyst app”.

    Resources

    Related Videos

    WWDC 2020

    WWDC 2019

  • Download

    Hello and welcome to WWDC.

    Welcome to what's new in Mac Catalyst. My name is Jason Beaver, and I'll be joined later by my colleague Brycen Wershing. As you all know, Mac Catalyst is the infrastructure that allows us to bring iOS applications to macOS.

    We introduced Mac Catalyst in macOS Catalina as public API, and the developer community has used this technology to bring some amazing iPad apps to the Mac. The apps can take advantage of the much larger display, and many have added custom toolbars and menus.

    They get a great deal of the macOS look and feel automatically, making them feel right at home on the Mac.

    In macOS Big Sur, I'm excited to announce a number of improvements to Mac Catalyst that will make it easier for you to bring your iOS application to macOS and help you make your app an even better experience on the Mac.

    One of the biggest challenges developers have faced when trying to bring their iOS applications to the Mac is that many iOS frameworks weren't available to Mac Catalyst apps.

    We've worked hard over the past year to bring dozens of additional iOS frameworks to Mac Catalyst, or to bring over missing functionality so that your applications are even more compatible with macOS.

    We've even brought over frameworks that aren't available on macOS to make it easier for you to bring your application to Mac Catalyst without having to conditionally exclude code when compiling for the Mac.

    For example, if your application is dependent on ARKit, previously, you would need to remove the framework from your macOS target and conditionalize your code so that you didn't reference ARKit symbols when building for macOS.

    Now, if you're targeting macOS Big Sur or later, your iOS code can work exactly the same way it would on an iOS device that doesn't support AR.

    You can link ARKit and use runtime checks to determine whether your AR features should be enabled.

    This, of course, goes for dozens of other frameworks that are now available in the macOS SDK for Mac Catalyst apps.

    Now let's focus on some of the new APIs we've added in the past year.

    We recently added support for handling physical keyboard events in iOS, and these are available to Mac Catalyst applications in the latest macOS Catalina update.

    These can be added to your application by implementing the methods pressesBegan, and pressesEnded on one of the responders in your responder chain.

    Games can especially benefit from this as an alternative to multi-touch.

    See the 'support hardware keyboards in your apps' session where this will be covered in-depth.

    In addition, the focus engine APIs from tvOS are now available to apps in Mac Catalyst. This allows you to set focus group identifiers on your views to control which views are related, and receive callbacks when the focus is changed to allow you to update your UI.

    See the technical documentation for details on how to customize what can be focused in your application.

    UICollectionView and UITableView allows the selection to follow the keyboard focus.

    For example, users can use the arrow keys to navigate between the cells in a sidebar.

    If you're navigating a table or collection view in a detail view though, keyboard navigation acts more as a highlight. In this case, hitting enter or space would trigger the selection of the focused cell.

    You can override this default behavior by changing selectionFollowsFocus.

    UISceneActivationRequestOptions. CollectionJoinBehavior allows you to specify the window creation behavior. By specifying the collection join behavior when activating a scene, you can control whether it appears as a new tab in an existing window, or it appears as a new top-level window.

    In an update to Catalina, we exposed the AppKit class NSCursor to Mac Catalyst app. This allows you to hide the cursor in your app, for example, when starting to play a full-screen video.

    NSCursor also allows you to change the cursor's image.

    Here are some of the cursor images that are available to you. These cursor images can be used over certain regions of your application to help your users understand how to interact with it.

    UIKit now includes a color well and a color-picker view controller.

    In Mac Catalyst apps, this automatically brings up the standard system color-picker that is provided by AppKit.

    UIDatePicker now uses the AppKit-provided inline date-picker to make Mac Catalyst apps feel even more at home on the Mac.

    UIButtons now support bringing up pull-down menus.

    And on macOS Big Sur, they are regular Mac pull-down menus.

    You can find more about all of these controls at the 'UIKit Menus, Pickers, and Controls' session.

    Sheets are now presented in their own separate NSWindow.

    These windows are resizable but default to the preferred content size of the modal view controller.

    Using Autolayout will ensure that your content resizes well.

    Popover presentations are now presented in NSPopovers, which have their own separate windows that extend outside of the presenting view controller's window.

    And finally, UISplitViewController now supports three columns, and the leading column can be a sidebar. Of course, sidebars were supported by Mac Catalyst apps in Catalina, but with Big Sur, we have made them even more Mac-like.

    In macOS Big Sur, UIKit and AppKit fully support SF Symbols, and they are heavily utilized in the system applications.

    SF Symbols integrate seamlessly with the San Francisco system font, so the symbols automatically ensure optical vertical alignment with text for all weights and sizes.

    Adopting SF Symbols will make your app work and feel even better on iOS and macOS.

    Podcasts uses SF Symbols in the sidebar so that it can adapt well to different sizes without having to include image assets for each supported size.

    Now I'd like to hand it over to my colleague, Brycen, to take you through some additional changes to Mac Catalyst.

    Thanks, Jason. Hello. I'm Brycen Wershing from Core Darwin, and I'm going to take you through a few more of the new features in Mac Catalyst this year.

    First, a short peek at the new ways that you can optimize UI.

    'Optimized for Mac' is a new Mac Catalyst mode that you can choose for your apps that lets you take that extra step towards a truly refined Mac experience.

    It changes the default scaling from the 77% we have today, to 100%, which will yield more crisp text and graphics at the cost of potentially disturbing your application's layout.

    This change is particularly noticeable for text, such as the word 'tarte' in our sample app.

    By increasing the default scaling, 'tarte' will look more clear and crisp.

    Optimized for Mac also allows various controls to change your app's metrics and behaviors to match the Mac.

    There's also some additional API for access to things like checkboxes, which have not previously been available to Catalyst apps. This is the largest new addition to Mac Catalyst this year. And you can check out the 'Optimizing Catalyst UI for the Mac Idiom' session to learn all about it, and how to adopt “Optimized for Mac” in your apps.

    Next up, let's take a look at SwiftUI. If your app is written in SwiftUI, you don't need Catalyst. But if you're using SwiftUI alongside UIKit in an iPad app, the same code will also work in the context of Mac Catalyst.

    This year, SwiftUI has a number of new features that will work wonderfully with Catalyst.

    Looking at some examples, commands in SwiftUI work delightfully for Mac Catalyst apps. This integrates seamlessly with Mac features, such as the main menu.

    The new toolbar support in SwiftUI will work just as expected in Mac Catalyst. With the use of semantic placement, toolbar items can be automatically placed in the Mac toolbar with no extra adoption needed.

    SwiftUI works exceedingly well when apps are optimized for Mac, which is expanded on in the 'Optimizing Catalyst UI for the Mac Idiom' session.

    Generally, the parts of a UIKit iPad app that use SwiftUI will continue to work in Mac Catalyst.

    For more information about SwiftUI, check out 'What's New in SwiftUI.' Now let's take a look at something different: Application Lifecycle.

    Application Lifecycle in UIKit revolves around a few states that your application can be in depending on where the user's focus is. There are some big changes to this in macOS Big Sur.

    As a quick refresher, on both iPad and Mac, an app, when in front of the user, is in the foreground active state.

    When the app moves to the background, such as when you switch to another app on the iPad, it will transition through the foreground inactive state to the background state.

    On Mac, when the user quits the app, the app will terminate.

    When transitioning between app states, the delegate calls and notifications on Mac, and the sequences thereof, are the same as on an iPad. If you want to learn more about what happens during a state change, take a look at 'Taking iPad Apps for the Mac to the Next Level' from WWDC 2019.

    Although what happens during a state change is the same on iPad and Mac, there's not a direct parallel for when state changes occur.

    That being said, there are some approximations that can be made. This year, we've added more scenarios where a scene may transition to the background state, even while the app is perceived to be running.

    It's worth mentioning that the overall app state in a multi-window app depends on the activation state of the individual scenes. Considering this, you will likely want to handle state changes per scene.

    A scene will enter the background states when the user no longer perceives the window that contains that scene to be part of an active space.

    For example, when a window becomes minimized, or the space with the window moves out of view, or the app is hidden, the scene will transition to the background.

    In addition, the app as a whole will be foreground whenever at least one window is foreground, or if the app has control over the menu bar.

    Let me be clear, your app will not transition to the background when it gains or loses the menu bar while in an active space, or when a window becomes occluded.

    In summary, we've made Mac Catalyst Application Lifecycle more iOS-like, so that your apps can more easily get the behavior that your users expect.

    Looking at an example, say your app is a game. Depending on how that game interacts with the user, you may or may not wish to have that game pause when it moves to the background. Typically, you'll want the same behavior as on iPad. But consider carefully the best behavior for your app on a Mac.

    Be aware that while Mac Catalyst apps do get all the benefits of AppNap, they do not get the benefit of being suspended, even when in the background.

    Now let's take a look at what's new for Mac Catalyst Extensions.

    Photo editing extensions are now available. You can bring your great photo-editing extensions to the Mac.

    Mac Catalyst extensions now have a more iOS-like lifecycle. One example of this is that when not in use, rather than being terminated, extensions will be suspended, and they will be unsuspended immediately when needed.

    We've also brought iOS-style memory limits and memory pressure controls to the Mac, making sure that your extensions behave as expected when the system is under memory pressure.

    When you put all this together, it means that more of your iOS extensions will work as expected right out of the box on macOS. There's nothing you need to do to get this behavior, it will apply automatically to all Catalyst extensions.

    Great WidgetKit iPad widgets can also make great Mac widgets. Simply opt in to Mac Catalyst and your widgets will work just as expected on Mac.

    Check out 'Getting Started with WidgetKit' to learn all about how to create WidgetKit widgets for iOS and Mac Catalyst. Now let's take a look at a new feature this year, Universal Purchase.

    Now, when you bring your iPad app over to the Mac via Catalyst, your existing users on iOS no longer have to purchase your app a second time.

    In addition, the capabilities and App Store metadata of your app can be managed consistently in one place.

    In other words, any purchase of a Universal Purchase app will result in the user having access to the app across all platforms.

    All new Mac Catalyst apps are opted in to Universal Purchase, and may opt out if they choose.

    To opt out, simply uncheck the 'Use iOS Bundle Identifier' checkbox in your project settings.

    If you have a non-Catalyst Mac app, or if you have an existing Catalyst app created in Catalina, and you want to adopt Universal Purchase with an iOS app, see the documentation on 'Offering Universal Purchase' for instructions on how to enable this for your app. Next up, let's look at Mac Catalyst in the context of the New Look of macOS.

    Many of the new Mac UIs that have been introduced are also available to help make Catalyst apps. In fact, most of this will work automatically for your apps.

    Let's walk through a few examples of how your app can take advantage of this new UI.

    One new feature this year is toolbar styles. You can experiment with this and make sure that you get a toolbar look that's right for your app. All these looks are now available to Catalyst applications via UITitlebarToolbarStyle.

    In addition, you can set the toolbar style per window on the UITitlebarForWindows. For more information on all the new toolbar styles on Mac, check out the 'Adopting the New Look of macOS' session.

    Next, let's take a look at separator items, a tool to help position toolbar items in Mac Catalyst.

    When you're crafting the look of your toolbar items, you may want your items to appear in different areas of your app.

    UIKit provides separator identifiers to help you with this. When you add these separator identifiers to a toolbar, we will automatically create zones in the app bounded by the position of the divider.

    For example, in the Messages toolbar, from left to right, the compose icon is in the sidebar, then a sidebar separator item indicates a jump out of the sidebar.

    After that, the 'To' field is displayed left-justified, then, a flexible space sidebar item indicates a change in justification. And finally, the Info icon, which ends up on the far right of the app.

    The code that describes the Messages toolbar layout is simple and easy to understand. Separator Identifiers are simply added to toolbarDefaultItemIdentifiers method.

    That's all that needs to be done to get this behavior automatic.

    Now let's look at accent colors. This year, you have the ability to specify a brand color that is used for things like selection.

    This color will work just as well on both iPad and on the Mac. You simply create a symbolic color in the Assets catalog, and then set it as the accent color.

    UIKit will use this color for highlights in your user interface.

    Use this accent color as an application-wide color. Essentially, it becomes the default tint color of your app.

    Of course, you can override it locally in specific parts of the UI.

    Now let's look at the sidebar. There is now more flexibility for sidebars in your app available automatically. One example is automatic drag reordering for collection views.

    If you're using collection views in your app, your users will be able to drag and reorder the contained items.

    There's no work that you need to do to get this behavior. In general, we're encouraging you to use collection views wherever possible, and with List Layout, adoption should be effortless.

    Now, with new frameworks and APIs supported, more iOS code will work right out of the box on macOS.

    If you choose to use SwiftUI, it will work wonderfully in your Catalyst app, giving you more options on how to write your app.

    With improvements to application and extension lifecycle, at runtime, your Catalyst apps will run just like on iPad.

    Now that we have Universal Purchase, app discovery and enablement will be even easier for your users.

    And your Catalyst apps will automatically get all the UI improvements that have been introduced in macOS Big Sur.

    We're really excited about all the improvements we've made to Mac Catalyst, and the impact it's going to have on your apps.