Merge branch 'master' into develop

This commit is contained in:
Jason Watkins
2019-08-08 19:28:45 -07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ languages that interact with the plugin.
#### Quick Start #### Quick Start
To get started using X-Plane Connect, do the following. To get started using X-Plane Connect, do the following.
1. Purchase and install X-Plane 9 or 10. 1. Purchase and install X-Plane 9, 10 or 11.
2. Copy the X-Plane Plugin folder (`xpcPlugin/XPlaneConnect`) to the plugin 2. Copy the X-Plane Plugin folder (`xpcPlugin/XPlaneConnect`) to the plugin
directory (`[X-Plane Directory]/Resources/plugins/`) directory (`[X-Plane Directory]/Resources/plugins/`)
3. Write some code using one of the clients to manipulate X-Plane data. 3. Write some code using one of the clients to manipulate X-Plane data.
@@ -55,9 +55,9 @@ physics simulation engine.
### Compatibility ### Compatibility
XPC has been tested with the following software versions: XPC has been tested with the following software versions:
* Windows: Vista, 7, & 8 * Windows: Vista, 7, & 8
* Mac OSX: 10.8-10.11 * Mac OSX: 10.8-10.14
* Linux: Tested on Red Hat Enterprise Linux Workstation release 6.6 * Linux: Tested on Red Hat Enterprise Linux Workstation release 6.6
* X-Plane: 9 & 10 * X-Plane: 9, 10 & 11
### Contributing ### Contributing
All contributions are welcome! If you are having problems with the plugin, please All contributions are welcome! If you are having problems with the plugin, please

View File

@@ -228,4 +228,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>