-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I have only tested it for Xc7, but it seems like xcodebuild checks DVTMinimumSystemVersion
at xcodebuild:10000142c (com.apple.xbs/Sources/IDETools/IDETools-8027/xcodebuild/xcodebuild_main.m:checkMinimumOSVersion)
. The version itself is stored in info.plist in __TEXT of xcodebuild binary.
If the check fails, then Xcode fails to install developer tools, and so it won't let user in past the license view.
As a workaround, I suggest implementing something like xpf_patch_info_dictionary, but this time for that nasty key :)
(This is, of course, only a peak of the iceberg. I am still working on making it actually run xc7b2 and will report when done...)
Metadata
Metadata
Assignees
Labels
No labels