Automate ???pod install??? for Xcode Projects: A Guide to Creating a Custom App

In this part, we’ll explore optional customisations for your custom application. Please note that Part 3 is entirely optional and focuses on customising the app’s appearance. It doesn’t affect the core functionality of the automation explained in Part 2.
Feel free to skip Part 3 if you’re satisfied with the app’s basic functionality.

You can personalise the sound of notifications and change the app icon to suit your preferences.

Step 8: Customising Notification Sounds

1. Open your custom application in Automator. You can do this by navigating to the location where you saved the application and double-clicking it.

2. In Automator, find the “Run Shell Script” action that you added in Part 1. It should contain the script responsible for running `pod install`.

3. To customize the notification sound, you’ll need to modify the script. In the script, locate the lines that specify the notification sound.

Read More

Tags: Projects Xcode