I downloaded UNO to install it and when I moved it into my apps folder and opened it, it said that I wasn't running a version higher than 10.4.4 and the program was going to end. I'm running 10.4.10, so I'm really confused. A friend suggested this:
"For folks who are having problems installing UNO on 10.4.10, there is a solution. Create a new file called sw_vers in your home folder with the following contents:
#!/bin/bash
echo "10.4.9"
Then open the Terminal an execute the following commands:
export PATH=~:$PATH
chmod ./sw_vers a+x
/Applications/UNO.app/Contents/MacOS/UNO
This will fool UNO into thinking that you are running 10.4.9. It seems to work fine for me."
I'm not sure where they found that at, but it seems to help... I just can't figure out how to exactly create a new file in the home folder because I'm fairly new to Macs. I also have no idea how to open the terminal.
Has anyone else had this problem or know what to do?
"For folks who are having problems installing UNO on 10.4.10, there is a solution. Create a new file called sw_vers in your home folder with the following contents:
#!/bin/bash
echo "10.4.9"
Then open the Terminal an execute the following commands:
export PATH=~:$PATH
chmod ./sw_vers a+x
/Applications/UNO.app/Contents/MacOS/UNO
This will fool UNO into thinking that you are running 10.4.9. It seems to work fine for me."
I'm not sure where they found that at, but it seems to help... I just can't figure out how to exactly create a new file in the home folder because I'm fairly new to Macs. I also have no idea how to open the terminal.
Has anyone else had this problem or know what to do?