Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
AIR 32.0.0.103
Browse files Browse the repository at this point in the history
  • Loading branch information
tuarua committed Feb 15, 2019
1 parent db5af59 commit c0ef349
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ bash get_ios_dependencies.sh
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.

### Modifications to AIR SDK

We need to patch some files in AIR SDK.

1. Delete ld64 in your AIR SDK from `/lib/aot/bin/ld64/ld64`
2. Copy `/lib/aot/bin/ld64/ld64` from **AIRSDK_patch** into the corresponding folder in your AIR SDK.
3. Copy `/lib/adt.jar` from **AIRSDK_patch** into the corresponding folder in your AIR SDK.

## tvOS

### The ANE + Dependencies
Expand Down Expand Up @@ -112,7 +104,7 @@ var mobileNet:MobileNet = new MobileNet(testImage.bitmapData);
You will need:
- a Mac. Windows is not supported
- IntelliJ IDEA
- AIR 32
- AIR 32.0.0.103 or greater
- Xcode 10.1
- wget on OSX
Expand Down
4 changes: 0 additions & 4 deletions example-mobile/AIRSDK_additions/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions example-mobile/AIRSDK_additions/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions example-mobile/get_ios_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ wget https://github.com/tuarua/Swift-IOS-ANE/releases/download/$FreSwiftVersion/
unzip -u -o ios_dependencies.zip
rm ios_dependencies.zip

wget https://github.com/tuarua/Swift-IOS-ANE/releases/download/$FreSwiftVersion/AIRSDK_patch.zip
unzip -u -o AIRSDK_patch.zip
rm AIRSDK_patch.zip

wget https://github.com/tuarua/ML-ANE/releases/download/$AneVersion/ios_dependencies.zip
unzip -u -o ios_dependencies.zip
rm ios_dependencies.zip
Expand Down

0 comments on commit c0ef349

Please sign in to comment.