Add Remote Path Item or Edit Remote Path Item
Go Up to SDK Manager
A remote path item specifies a group of files located on a remote system. When working with C++ multi-device applications for macOS and Delphi or C++ multi-device applications for iOS devices, an SDK consists of a group of remote path items and the files those items refer to. Those files are copied from the Mac into your development system, so that you can build applications for the target platform locally.
To add a remote path item, you need to specify the remote path, a file mask, and other details.
After you change your path items, to update the SDK file cache, press Update Local File Cache, and select a profile on the dialog box displayed. The Platform Assistant referenced by the connection profile copies then the remote files into your development system.
Invoking this Dialog Box
To invoke this dialog box, go to Tools > Options > Deployment > SDK Manager, and do either of the following:
Dialog Box Description
The Add Remote Path Item and Edit Remote Path Item dialogs are similar.
Item | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Path on remote machine |
The path you are adding to the list of SDK paths. Use the directory notation of the target system. For example, these are remote paths for the macOS platform:
| ||||||||
File mask |
The caption of this combo box changes according to the selection in the Path type field:
Is one of the following:
| ||||||||
Path type |
The platform-specific path type of the path item you are adding or editing. Choose from:
| ||||||||
Include subdirectories |
The caption of this option changes according to the current selection in the Path type field:
|
See Also
- SDK Manager page on Tools Options
- OpenGL Multicolor Tetrahedron (C++) code sample