Couple of quesitons:
1. Why have Apple decided to go for the archaic way of adding alternative icons using the old `CFBundleIcons` plist item, rather than the modern way using asset catalogues?
2. Anyone managed to get this working yet? I'm not used to using this way of adding icons so it's eluding me a bit. I can get the "you changed the icon" popup to show when passing `nil` to `setAlternateIconName` but not when actually specifying a file; it just tells me the file doesn't exist. The icon files are just in the root of the project so definitely exist.