I've a problem to include new app icons. What I've already done is the following:
I archived and validated my app and got the information that icons with the resolutions 120x120 px, 152x152 px and 167x167 px are missing. So I created that PNG files and stored it in a folder in Finder.
Then I selected the root node in the project navigator (Xcode 8.2), went to the "General" tab and opened the "App Icons and Launch Images" disclosure. There I clicked the arrow icon. The asset manager is displayed with the entry "AppIcon" selected. So far so well.
Now the documentation says that I have to drag and drop my PNG files from the Finder to that asset table.
But my problem is that I'm a screenreader user so I can't use the mouse to handle such actions. That's why I want to ask whether there is an alternative way with a keyboard shortcut or over an import menu or maybe I can include the PNG files manually f.e. by editing the Xcode project file with a text editor? Thanks a lot for any help!