nokeedev / gradle-native

The home of anything about Gradle support for natively compiled languages

Home Page:https://nokee.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query Xcode installation version from `version.plist`

lacasseio opened this issue · comments

As a developer using Xcode, I want to query Xcode version by parsing version.plist instead of forking xcodebuild -version to avoid the inefficiency of process forking.

Acceptance Criteria

  • Given a specific Xcode installation location (i.e. /Applications/Xcode.app) when we query Xcode version, then the version inside version.plist is returned.