So I see that I can change the path and filenames in the Project.xcconfig, but xcode seems to have migrated away from the icon composer since this was last asked. It doesn’t seem to be recognizing my “AppIcon.appiconset” as an icon - I guess it’s looking for .icns?
Yep, looking for .icns i think. If I remember correctly…
I just put an icon.icns file in app’s bin/data/ folder
Commented out the original path in Project.xcconfig and uncommented 'ICON_FILE_PATH = bin/data/ ’