Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户使用“defaults write ....”从终端更改一些用户默认值时,我想在我的 Cocoa 应用程序中获得一些通知。这甚至可能吗?
我不确定这是否可能。您应该尝试在NSUserDefaultsController. 您会观察到+sharedUserDefaultsControllerfor 键路径的变化values.<your default key>。
NSUserDefaultsController
+sharedUserDefaultsController
values.<your default key>