BlueSwift
BlueSwift copied to clipboard
Change: `iOSApplicationExtension` → `iOS` in specifying platform.
Title
Change: iOSApplicationExtension → iOS in specifying platform.
Motivation
I changed iOSApplicationExtension specifier into iOS because it failed to compile on Xcode14.

Task Description
In this state, I cloud not find the official reason why this change is necessary, but ordinarily iOSApplicationExtension should be used for app extensions like Share Extension, Notiication Extension and so on. That's why it is better to specify iOS platform availability than iOSApplicationExtension, I think.
Thank you for reading this proposal.