JohanDegraeve / xdripswift

xdrip for iOS, written in Swift
GNU General Public License v3.0
317 stars 313 forks source link

Xcode14 fix #470

Closed paulplant closed 9 months ago

paulplant commented 9 months ago

This PR implements compiler switching to ensure that anything below Xcode 15 does not try and compile the new iOS17 Eventkit methods.

Tested on both Xcode 14 and Xcode 15 with success.

paulplant commented 9 months ago

Should be squashed and committed as a single commit.