Hacker News new | ask | show | jobs
by honest_josh 2014 days ago
Normal companies =>

  //HACK ALERT: Fix Big Sur update problem
  if ProductVersion = "11.1" && 
      RequestedProductVersion = "11.0.1" { 
      RequestedProductVersion = "11.1"
  }