emitron-iOS
emitron-iOS copied to clipboard
Updated project Formate, Move to single icon & Fixed Xcode 14 Warning
Apple announced at WWDC 2022, support for single-size app icons, allowing you to only drag in a single app icon image into your asset catalog.
This PR updates the project to use a single icon for AppIcon, AppIcon.beta & AppIcon.dev.
This PR also updated the project Formate to Xcode 14.0 Compatible

This PR also fixes the warning build: Run script build phase 'SwiftLint Run Script' will be run during every build because it does not specify any outputs.
By unchecking "Based on dependency analysis" in the script phase thus configured to run in every build.
if the PR is merged, please add hacktoberfest-accepted label