3

私はこのサイトでiCloudについてもう少し詳しく説明しているのを見つけました。その上で、.CDTファイルと、それらを「解凍」して.plistとして読み取る方法について説明しています。私はiCloudに問題があるので、少なくとも何が入っているのか、そして正確に何がアップロードされているのかを見ることができると思いました。

ただし、.CDTファイルを右クリックすると、それらを解凍するオプションはなく、Xcodeで開くこともできません。

返信ありがとうございます!

4

1 に答える 1

3

They're zip files all right, but the cdt extension makes Mac OS X think they're something else. You can either

  • Copy them somewhere and change the "cdt" extension to "zip", or
  • Unzip them at the command line, using "unzip".

They contain a binary property list file named "contents".

于 2013-03-04T00:13:52.120 に答える