Mac から Windows へ macOS アプリ バンドル ファイルをコピーする

提供: RAD Studio
移動先: 案内検索

Mac と PC を連携させる への移動


RAD Studio は、Mac マシン上で、macOS アプリケーションのアプリ バンドルを作成します。しかし、paclient.exe コマンドを使用して、これらのアプリ バンドル ファイルを、Windows マシンにコピーして戻すことができます。

アプリのバイナリ

次の paclient.exe コマンドを使用して、アプリのバイナリを Mac から Windows マシンにコピーします。


<bds>\bin\paclient.exe --get=./<project>.app/Contents/MacOS/<project>,<location in your windows machine>
<profile-name>


paclient.exe --get=./Project79.app/Contents/MacOS/Project79,c:\users\testuser\Documents\Embarcadero\Studio\Projects\OSXARM64\release device3

アプリのバンドル

次の paclient.exe コマンドを使用して、アプリのバンドルを Mac から Windows マシンにコピーします。


<bds>\bin\paclient.exe --get=./<project>.app/**/*,<location in your windows machine>\<project>.app  <profile-name>


paclient.exe --get=./Project79.app/**/*,c:\users\testuser\Documents\Embarcadero\Studio\Projects\OSXARM64\release\Project79.app device3

関連項目