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.
ここでやりたいのは、アプリのメモをmail.appのメモと同期することです。どうすればそれらにアクセスできますか?
同期サービスを使用しますか?
そこにサンプルはありますか?
com.apple.Notes スキーマを同期するかなり単純な Sync Services クライアントを作成することができますが、それほど多くはありません。
http://developer.apple.com/library/mac/#documentation/AppleApplications/Reference/SyncServicesSchemaRef/Articles/Notes.html
ノート同期のサンプルがあちこちに出回っているとは思えませんが、ISyncSessionDriver を使用した強化された Simple Stickies のサンプルを使えば、おそらく数時間で作業を開始できます。幸運を。