回答編集履歴
1
より正確にした
answer
CHANGED
@@ -1,6 +1,3 @@
|
|
1
|
-
[SandBox]
|
2
|
-
com.apple.security.files.user-preference-read.read-only
|
3
|
-
|
4
1
|
```Swift
|
5
2
|
let notificationCenter = NSWorkspace.shared.notificationCenter
|
6
3
|
notificationCenter.addObserver(self, selector: #selector(hello), name: NSWorkspace.willSleepNotification, object: nil)
|