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
You will need:
- IntelliJ IDEA
- AIR 33.1.1.217+
- .Net Core Runtime
- AIR-Tools
cd into /example-mobile and run the "air-tools" command (You will need AIR-Tools installed)
air-tools install
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.
From Terminal cd into /example-desktop and run the "air-tools" command (You will need AIR-Tools installed)
air-tools install
-
This ANE was built with MS Visual Studio 2015. As such your machine (and user's machines) will need to have Microsoft Visual C++ 2015 Redistributable (x86) runtime installed. https://www.microsoft.com/en-us/download/details.aspx?id=48145
-
This ANE also uses .NET 4.6 Framework. As such your machine (and user's machines) will need to have to have this installed. https://www.microsoft.com/en-us/download/details.aspx?id=48130
From the command line cd into /example-desktop and run:
air-tools install
- Zip file creation
- Zip file extraction
- Zip file information
- Zip file updating
- Zip single entry extraction