Skip to content

Commit

Permalink
Merge pull request #50 from tuarua/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
tuarua authored Mar 6, 2020
2 parents ae9f96b + db36437 commit 4745565
Show file tree
Hide file tree
Showing 68 changed files with 927 additions and 2,560 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.6.0
- AND: Updated to FreKotlin 1.9.5
- AND: Updated to Android Play Services to 17.0.0
- AND: Updated to Jetpack
- iOS: Updated to Google Maps SDK 3.7.0
- iOS: Updated to FreSwift 4.3.0

### 2.5.0
- AND: Updated to FreKotlin 1.8.0
- Updated to AIR 33 ARM 64bit
Expand Down
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The dependencies can be downloaded directly from this repo:
<extensionID>com.google.android.gms.play-services-base</extensionID>
<extensionID>com.google.android.gms.play-services-location</extensionID>
<extensionID>com.google.android.gms.play-services-maps</extensionID>
<extensionID>com.android.support.support-v4</extensionID>
<extensionID>androidx.legacy.legacy-support-v4</extensionID>
<extensionID>com.google.code.gson.gson</extensionID>
...
</extensions>
Expand Down Expand Up @@ -76,9 +76,6 @@ You will also need to include the following in your app manifest. Update accordi
</manifest>
```

#### AIR 32 & 33
This ANE is built against AIR 33 SDK. If you wish to use with AIR 32 you will need to replace dx.jar in lib/android/bin/ with [this one](https://github.com/tuarua/Android-ANE-Dependencies/blob/master/AIR32_patch/lib/android/bin/dx.jar?raw=true)

-------------

## iOS
Expand Down Expand Up @@ -116,18 +113,15 @@ You will also need to include the following in your app manifest. Update accordi
You will need a Google API key
[https://developers.google.com/maps/documentation/ios-sdk/get-api-key]

#### AIR 32 & 33
You should use AIR 32 for iOS builds

### Prerequisites

You will need:

- IntelliJ IDEA / Flash Builder
- AIR 33 or greater
- Xcode 10.1
- IntelliJ IDEA
- AIR 33.0.2.338+
- Xcode 11.3
- wget on macOS via `brew install wget`
- Android Studio 3 if you wish to edit the Android source
- wget on macOS
- Powershell on Windows

### References
Expand Down
109 changes: 0 additions & 109 deletions example/.actionScriptProperties

This file was deleted.

2 changes: 2 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ bin-release/
bin-release-temp/
cache/

.key

*.app

# Other files and folders
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion example/.idea/runConfigurations/iOS_Simulator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions example/.project

This file was deleted.

Loading

0 comments on commit 4745565

Please sign in to comment.