Skip to content

Index your Adobe AIR app so users can search the content from Spotlight and Safari.

License

Notifications You must be signed in to change notification settings

tuarua/Spotlight-ANE

Repository files navigation

Spotlight Adobe Air Native Extension for OSX 10.12+, iOS 10.0+

ASDocs Documentation


Prerequisites

You will need:


iOS

The ANE + Dependencies

N.B. You must use a Mac to build an iOS app using this ANE. Windows is NOT supported.

From Terminal cd into /example-mobile and run the "air-tools" command (You will need AIR-Tools installed)

air-tools install

This folder, ios_dependencies/device/Frameworks, must be packaged as part of your app when creating the ipa. How this is done will depend on the IDE you are using. After the ipa is created unzip it and confirm there is a "Frameworks" folder in the root of the .app package.

macOS

The ANE + Dependencies

N.B. You must create a signed release to use on macOS. It is not possible to run Spotlight from a debug app.

From Terminal cd into /example-desktop and run:

air-tools install

App Setup

As per iOS above.

References