ClusterPrePermissions icon indicating copy to clipboard operation
ClusterPrePermissions copied to clipboard

Drop iOS 7 support. Anyone mind?

Open rsattar opened this issue 10 years ago • 3 comments

With Xcode 7 no longer supporting iOS 7 simulators, I think the writing is on the wall for iOS 7 support. Also, since June 1, 2015, we have been required to submit our apps with at least the iOS 8 SDK.

rsattar avatar Sep 18 '15 17:09 rsattar

bad idea still 12% use ios7

confile avatar Sep 18 '15 18:09 confile

Good idea. Also you need to customize 'Grant/No Grand' buttons. Currently 'No Grand' is bold, that's not good. We need to highlight 'Grant' button of alert. And its time to go to SWIFT

bizibizi avatar Aug 26 '16 15:08 bizibizi

I haven't found time to work on this lately, but have been meaning to get back into it and make some updates.

I think at this point, dropping iOS 7 makes sense. However, as fun as Swift is, it's NOT a good idea to be writing a library in Swift. First, you have to deal with the language changing (from 2.3 to 3.0 to 4.0), which will cause a lot of headaches as a library developer (do I maintain branches of the code for each version of Swift?). Additionally, it requires that the app using the library has to now ship with the swift runtime. Until Swift stabilizes its ABI (and ships the runtime as part of the OS, so we don't have to include it), it's an unnecessary burden that developers have to put up with.

rsattar avatar Aug 31 '16 17:08 rsattar