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.
1)ホストマシン(例:mac)にsqliteデータベース.dbがあります。言う:sample.db
2)ドキュメントフォルダでこのsample.dbを検索するiPhoneアプリケーションがあります。
3)私は10.6.3のiTunesバージョンを持っています。Mac:LionOS。
このsample.dbをiPhoneDocumentsFolderにコピーしたいだけです。これを行う方法?
最初にアプリの iTunes ドキュメント共有を有効にする必要があります。
これを行うUIFileSharingEnabledにYESは、Info.plist. この構成オプションを有効にして初めて iOS デバイスでアプリを実行した後、デバイスが接続されていると、iTunes ファイル共有ビューにアプリが表示されます。
UIFileSharingEnabled
YES
Info.plist
ファイルを iTunes のファイル共有ビューにドラッグ アンド ドロップすると、iOS デバイスに同期されます。