The '~/Library/Application Support/<Application Name>' path is widely used as a settings or save folder for Mac applications.
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
TXKPQVK3SGQN2ULRE6V2TFW7SJYIDMSOC6ASLO2HSSWSBPURYZEAC
6OPWKN5LKYBZQLD25BGC4T3P5KXCJM6KNLOEQCPMLKYPY3UATKEQC
55VRUOXGPEKKGDVZGZQRTNS3YC7ZNFXTNQSF4XPZ23S7LBSD7H7QC
OQZTHZPLO2YJTY2MCZ2LM2J3SNFUVMQF7Y2CJ54PWJCU5EYKTLPAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
JSJTFMS5TXZNVEIHWIKLMT7N3WJ3UCSQF6C3WXAUYHMNIKT775IQC
#elif defined(OSX) std::string tmp_path_base = std::string(getenv("HOME")) + "/Library/Application Support/" CRAWL; save_dir = tmp_path_base + "/saves/"; morgue_dir = tmp_path_base + "/morgue/";
#elif defined(OSX)
std::string tmp_path_base = std::string(getenv("HOME")) + "/Library/Application Support/" CRAWL;
save_dir = tmp_path_base + "/saves/";
morgue_dir = tmp_path_base + "/morgue/";
#if !defined(SHORT_FILE_NAMES) && !defined(SAVE_DIR_PATH)
#if !defined(SHORT_FILE_NAMES) && !defined(SAVE_DIR_PATH) && !defined(OSX)