This commit is contained in:
Brad Umbaugh 2018-08-16 12:45:06 -06:00
Родитель 35a91b04ea
Коммит 82a72dc8b1
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -98,22 +98,16 @@ bindings definitions build as expected:
- [Install Objective Sharpie](https://docs.microsoft.com/xamarin/cross-platform/macios/binding/objective-sharpie/get-started?context=xamarin/mac#installing-objective-sharpie),
the tool used to generate a bindings definition from the .h and .m files
created by Xcode.
- In the terminal, `cd` to the **OrderSoupIntentStaticLib** directory.
- Use Xcode to set the developer directory to an Xcode 10 installation:
- WARNING: Updating the developer directory impacts all installed
versions of Xcode on your system. When you are done using the Soup
Chef sample app, be sure to revert this setting to its original
configuration.
- In Xcode, choose **Xcode > Preferences > Locations** and set
**Command Line Tools** to the most current Xcode 10 installation
available on your system.
- In the terminal, type `make` to build:
- The static library, **libOrderSoupIntentStaticLib.a**
- In the **bo** output directory, a C# API definition and associated code:
- **ApiDefinitions.cs**