Is anyone developing Mac apps they expect to be run on old Macs?
Just wondering because I found something that runs on Mountain Lion or Mavericks on a late-2009 iMac but but not on a 2005 MacBook running Snow Leopard.
This works on both:
//GameObject.Find("SettingsHudRoot").GetComponent<TOThudManager>().buyIAPButton.SetActive(false);
But this works on my late-2009 iMac running Mountain Lion or Mavericks, but not on my 2005 MacBook running Snow Leopard:
(parent GameObject)...
Is anyone developing Mac apps they expect to be run on old Macs?
Just wondering because I found something that runs on Mountain Lion or Mavericks on a late-2009 iMac but but not on a 2005 MacBook running Snow Leopard.
This works on both:
//GameObject.Find("SettingsHudRoot").GetComponent<TOThudManager>().buyIAPButton.SetActive(false);
But this works on my late-2009 iMac running Mountain Lion or Mavericks, but not on my 2005 MacBook running Snow Leopard:
(parent GameObject)...
Is anyone developing Mac apps they expect to be run on old Macs?