non-sandboxed:
~/Library/Preferences/com.example.myapp.plist
sandboxed:
~/Library/Containers/com.example.myapp/Data/Library/Preferences/com.example.myapp.plist
defaults 命令只能读取 sandboxed 的。
但是,Xcode 调试时运行的 app,defaults 存在哪个目录呢?我也不知道。
non-sandboxed:
~/Library/Preferences/com.example.myapp.plist
sandboxed:
~/Library/Containers/com.example.myapp/Data/Library/Preferences/com.example.myapp.plist
defaults 命令只能读取 sandboxed 的。
但是,Xcode 调试时运行的 app,defaults 存在哪个目录呢?我也不知道。