Skip to content

tuarua/Zip-ANE

Repository files navigation

Zip-ANE

Zip Adobe Air Native Extension for Windows, macOS, iOS 9.0+ and Android 19+.
This ANE provides an identical cross platform API for creating and extracting .zip files

ASDocs Documentation


Prerequisites

You will need:


Android

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

air-tools install

iOS

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

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.


Windows

The ANE + Dependencies

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

air-tools install
Windows Installation - Important!

macOS

From the command line cd into /example-desktop and run:

air-tools install

Task List

  • Zip file creation
  • Zip file extraction
  • Zip file information
  • Zip file updating
  • Zip single entry extraction

References