Skip to content

xcodebuild system version check #8

@07151129

Description

@07151129

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions