Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuarua/quickactions-ane
Quick Actions/App Shortcuts Adobe Air Native Extension for iOS 9.1+, Android 25+
https://github.com/tuarua/quickactions-ane
actionscript adobe-air air-native-extensions ios kotlin-android swift-4
Last synced: about 1 month ago
JSON representation
Quick Actions/App Shortcuts Adobe Air Native Extension for iOS 9.1+, Android 25+
- Host: GitHub
- URL: https://github.com/tuarua/quickactions-ane
- Owner: tuarua
- License: apache-2.0
- Created: 2019-02-16T11:17:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T12:52:52.000Z (almost 4 years ago)
- Last Synced: 2024-09-29T22:04:04.119Z (about 1 month ago)
- Topics: actionscript, adobe-air, air-native-extensions, ios, kotlin-android, swift-4
- Language: ActionScript
- Homepage:
- Size: 1.28 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickActions-ANE
Add [Home screen quick actions](https://developer.apple.com/design/human-interface-guidelines/ios/extensions/home-screen-actions/) to iOS and [App shortcuts](https://developer.android.com/guide/topics/ui/shortcuts/) to Android with this Adobe Air Native Extension for iOS 9.0+ and Android 25+.
Supports Apple's [Home Screen Quick Action Icons](https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/system-icons/#quick-action-icons) and Material equivalents on Android.
-------------
## Prerequisites
You will need:
- IntelliJ IDEA
- AIR 33.1.1.217+
- Xcode 12.3
- [.Net Core Runtime](https://dotnet.microsoft.com/download/dotnet-core/3.1)
- [AIR-Tools](https://github.com/tuarua/AIR-Tools/)### The ANE + Dependencies
Change directory into the _example_ folder eg
```bash
cd /MyMac/dev/AIR/QuickActions-ANE/example
```Run the _"air-tools"_ command (You will need [AIR-Tools](https://github.com/tuarua/AIR-Tools/) installed)
```bash
air-tools install
```**NEW** This tool now:
1. Downloads the ANE and dependencies.
1. Applies all required Android Manifest, InfoAdditons and Entitlements to your app.xml. See air package.json-------------
## iOS
>N.B. You must use a Mac to build an iOS app using this ANE. Windows is **NOT** supported.
#### iOS: Packaging Frameworks Dependencies
The iOS ANEs are written in Swift. We need to package the Swift libraries (along with a couple of dynamic frameworks) with our AIR app
![https://raw.githubusercontent.com/wiki/tuarua/Firebase-ANE/images/frameworks-package.png](https://raw.githubusercontent.com/wiki/tuarua/Firebase-ANE/images/frameworks-package.png)