You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
s.post_install_message = "The xctool_wrapper gem assumes that xctool #{XCTool::XCTOOL_VERSION} is installed. Please ensure it is available via `brew install xctool --version #{XCTool::XCTOOL_VERSION}`." unless %x{xctool=$(which xctool) && $xctool --version}.strip == "0.1.14"