-
-
Notifications
You must be signed in to change notification settings - Fork 53
macOS
Tua Rua edited this page Oct 31, 2020
·
2 revisions
You will need
- AIR 32+
- .Net Core Runtime
- AIR-Tools
Change directory into the example-desktop-complete folder eg
cd /MyMac/dev/AIR/WebViewANE/example-desktop-complete
Run the "air-tools" command (You will need AIR-Tools installed)
air-tools install
NEW This tool now:
- Downloads the WebViewANE and dependencies.
- Applies all required Android Manifest, InfoAdditons and Entitlements to your app.xml. See air package.json
FreSwift.ane contains required Swift libraries. Although it contains no callable functions we must declare it before all other ANEs.
private var freSwiftANE:FreSwift = new FreSwift();
This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.
Configuring the ANE
- Windows