Automate ‘pod install’ for Xcode Projects: A Guide to Creating a Custom App
<p>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 <a href="https://medium.com/@udbhateja/automate-pod-install-for-xcode-projects-part-2-df060e5883a9" rel="noopener"><strong><em>Part 2</em></strong></a>.<br />
Feel free to skip Part 3 if you’re satisfied with the app’s basic functionality.</p>
<p>You can personalise the sound of notifications and change the app icon to suit your preferences.</p>
<h2>Step 8: Customising Notification Sounds</h2>
<p>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.</p>
<p>2. In Automator, find the “Run Shell Script” action that you added in <a href="https://medium.com/@udbhateja/automate-pod-install-for-xcode-part-1-3fbf8bca846c" rel="noopener">Part 1</a>. It should contain the script responsible for running `pod install`.</p>
<p>3. To customize the notification sound, you’ll need to modify the script. In the script, locate the lines that specify the notification sound.</p>
<p><a href="https://udbhateja.medium.com/automate-pod-install-for-xcode-projects-a-guide-to-creating-a-custom-app-cbed34b5a120"><strong>Read More</strong></a></p>