Show CompileTime-Info on Device

I would like (for debug purposes) to show the following development-information at runtime on the iOS-device:

  • Version of macOs
  • Version of Xcode
  • Version of Swift

How can I manage this?

Thanx for any help.

Markus

A custom script build phase, which generates a plist or json file into the bundle. Then you could read those values from the file at runtime.