FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS min version 13.0

apps4everyone opened this issue · comments

The latest release notes include:

Drop support for iOS 12 SDK

but there are 9.0/10.3 in podspec / IPHONEOS_DEPLOYMENT_TARGET values.

and the Example Project has 13.2 -> 13.0 or all 13.2?

This just drops support for compiling it with the iOS 12 SDK (AKA Xcode 10). It does not change the minimum supported iOS version :)

ok, thx