Customizing Apps For Mac



Engage with business customers to design and build customized apps that meet the unique needs of their organization. With Apple Business Manager, you can privately and securely distribute to specific partners, clients, franchisees. And now you can also distribute proprietary apps to your internal employees.

How It Works

Businesses that you identify in App Store Connect will see your app and be able to purchase it in the Apps and Books section of Apple Business Manager. You can offer custom apps for free or at any price tier you choose. Identify the businesses who can download your app and set a release date in App Store Connect. They will be able to find your app on Apple Business Manager once it’s published.

App Store Connect

App Store Connect lets you distribute your app privately in up to 69 countries and regions. Upload your app for review and select the Custom App Distribution option. If your app contains sensitive data, provide sample data and authentication for our review team. Make sure your tax and banking information is set up so that Apple can process payments for you. You’ll also be able to invite testers to beta test your app before distribution.

  • App Store Connect. App Store Connect lets you distribute your app privately in up to 69 countries and regions. Upload your app for review and select the Custom App Distribution option. If your app contains sensitive data, provide sample data and authentication for our review team.
  • For a long time, CandyBar was the go-to software for customizing your Mac's icons, but it's no longer supported. That said, it's easy to change the icon for any app or folder you want manually.

Apple Business Manager

Organizations can enroll as an Apple Business to purchase and distribute content and automate device deployment using Apple Business Manager. The organizations that you identify can see your app and purchase it in the Content section of Apple Business Manager and seamlessly distribute it through Mobile Device Management. Alternatively, organizations can choose to provide redemption codes to authorized users to download the app on the App Store.

Creating Custom Apps

Designing and developing a custom version of your app for an organization, allows you to maintain the code and retain your intellectual property rights. You can offer:

Best Customization Apps For Mac

Cars.tomizer does NOT implement In-App Purchases for profiteering. If you buy our app, you'll get EVERYTHING in our future updates! Cars.tomizer is the first and the original Customizing app and released very early in the App Store life. Other imitation comes later. You know what they say, imitation is the best form of flattery! Double-click on it for custom options such as cross-fade and zoom, and use the Display Style buttons under the preview window to opt for one photo at a time, multiple rotating photos or a mosaic.

Customizing Apps For Mac Desktop

  • A tailored look and feel, such as company logo or branding
  • Specific functionality for a business process or workflow
  • Special configuration for IT environments
  • Security features for sensitive or private company data
  • Custom features for partners, clients, dealers, or franchises
  • Unique features for employees within your organization

Author:Paul Evans

Paul Evans is a Systems Engineer for End-User Computing at VMware. He has over 8 years of experience in the device management space, formerly at AirWatch, and currently has a focus on modern desktop management.

With macOS and VMware Workspace ONE®, administrators have a lot of flexibility in precisely how native macOS applications are deployed and configured. Specific applications might use Privacy preference settings, require kernel extensions or system extensions, and require a custom settings profile for configuration. Administrators might choose to deploy certain apps automatically to assigned end-user devices or make them available on-demand in an end-user’s VMware Workspace ONE Intelligent Hub. With on-demand applications, the user decides whether they want to install the app on their device.

As such, when deploying a macOS app to devices, administrators use both the application itself and one or more configuration profile(s) to supply various app settings. For applications that install automatically, this isn’t a concern because you can also deploy the corresponding profile automatically. However, for apps that are published on-demand, how can you ensure that you only install the related profile if the user chooses to install the app? This post explains how to use the Workspace ONE hubcli to deploy an optional profile during the installation of an on-demand application.

Create a Workspace ONE Profile with the macOS Application Configuration

The first step is to create an optional profile in Workspace ONE that covers all the application settings that you want. Keep in mind that the specifics depend on a particular application and might include Privacy preferences, kernel extensions, system extensions, and various custom settings payloads. This example walks through deploying Mozilla Firefox with a profile that contains two custom settings payloads: the first to approve notifications for the end-user automatically, and the second to set the Firefox homepage to our corporate website automatically.

Best customization apps for mac
  1. Create a new macOS profile in your Workspace ONE UEM Console. Enter a profile name.
  2. In the General payload, make sure that the Assignment Type is set to Optional.
  3. Assign the profile to the same Smart Groups as the application.

Next, configure the rest of the profile payloads as you want. In this Firefox example, we add two custom settings payloads:

Customize your apps
  1. In the Custom Settings payload, paste the following text to automatically enable the application notifications:


  1. Continuing in the Custom Settings payload, select the “+” icon in the bottom-right corner to create a new payload, then paste the following text to define the homepage:
  1. Click Save and Publish and then Publish the profile.

Retrieve the Workspace ONE Profile ID

The profile ID is required for use with the hubcli command later on. To retrieve the profile ID, navigate to the Devices > Profiles & Resources > Profiles page in the Workspace ONE UEM Console. Right-click the profile you just created, and select Copy Link (or your browser equivalent). Paste the copied link, and it should look similar to the following example:

Customizing Apps For Mac

https://<WS1_UEM_URL>/AirWatch/Profiles/DeviceProfileEdit/12345?isReadOnlyProfileView=False&addVersion=False

The profile ID is the numeric value that comes after /DeviceProfileEdit/, highlighted in red. In this example, 12345.

Use hubcli to Install the Profile with an App

Your application should be uploaded and deployed through the Software Distribution area of the Workspace ONE UEM Console (that is, under Apps & Books > Applications > Native > Internal).

For more information about deploying non-store macOS apps in Workspace ONE, check out this Tech Zone article: Deploying a Third-Party macOS App: VMware Workspace ONE Operational Tutorial.

Proceed to the Edit Application page, or if you have an existing application, choose to Edit it.

Navigate to the Scripts tab.

Under the Install Scripts section, take note of the two text fields:

• Pre-Install Script – Any script included here will run before the installation of the application.

• Post-Install Script – Any script included here will run after the installation of the application.

Customizing Apps For Mac

In most cases, you can use the hubcli to install the application profile in either of these fields with no difference in behavior. With specific advanced application packages, however, certain configurations might need to be set either before or after the application install.

For our Firefox example, we’ll use the Pre-Install Script field to install the Configuration Profile just before the application installation. In that field, paste the following script. Make sure that you replace the Profile ID with your value.

The field should look similar to the following image:

Finally, select Save & Assign and, if needed, Add Assignment to create the assignment for your app.

Within the assignment, set the App Delivery Method to On Demand, and enable Display in App Catalog.

Publish the app.

Conclusion

With this setup, you’ve created a configuration that applies settings used by an application. Additionally, you’ve configured that application to deploy through the Workspace ONE Intelligent Hub app catalog via on-demand deployment. By using hubcli in a pre-install (or post-install) script, you’ve configured the configuration profile to install only when the application installs.