Mac OS X: Where should I store save games for a game delivered as a bundle?

后端 未结 3 1941
隐瞒了意图╮
隐瞒了意图╮ 2021-01-07 03:06

I\'m porting a windows game to Mac OS X. I was wondering where I should store game data such as saved games, user profiles, etc and how I can retrieve that path programmatic

3条回答
  •  萌比男神i
    2021-01-07 03:56

    ~/Library/Application Support/GameName
    

    You can access Cocoa objects using Objective-C++, this can be done by changing the suffix of to source code to .mm This enables you to combine both Objective-C and C++.

    There are several file system classes you can use.

提交回复
热议问题