Skip to content

Commit

Permalink
Merge pull request #54 from tuarua/development
Browse files Browse the repository at this point in the history
2.9.0
  • Loading branch information
tuarua authored Nov 8, 2020
2 parents d84260e + 4b1850b commit 692ef7e
Show file tree
Hide file tree
Showing 23 changed files with 168 additions and 204 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.9.0
- AND: Updated to FreKotlin 1.41.0
- iOS: Updated to FreSwift 5.0.0
- Upgraded to AIR 33.1.1.300

### 2.8.0
- AND: Updated to FreKotlin 1.40.0
- iOS: Updated to FreSwift 4.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You will need:

- IntelliJ IDEA
- AIR 33.1.1.217+
- Xcode 11.6
- Xcode 12.1
- [.Net Core Runtime](https://dotnet.microsoft.com/download/dotnet-core/3.1)
- [AIR-Tools](https://github.com/tuarua/AIR-Tools/)

Expand Down
2 changes: 1 addition & 1 deletion example/.idea/misc.xml

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

2 changes: 1 addition & 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.

8 changes: 4 additions & 4 deletions example/GoogleMapsANESample-mobile.iml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK_33.1.1.217" />
<sdk name="AIRSDK_33.1.1.300" />
</dependencies>
<compiler-options>
<map>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK_33.1.1.217" />
<sdk name="AIRSDK_33.1.1.300" />
</dependencies>
<compiler-options>
<map>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK_33.1.1.217" />
<sdk name="AIRSDK_33.1.1.300" />
</dependencies>
<compiler-options>
<map>
Expand Down Expand Up @@ -125,7 +125,7 @@
<sourceFolder url="file://$MODULE_DIR$/system" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/assets" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="AIRSDK_33.1.1.217" jdkType="Flex SDK Type (new)" />
<orderEntry type="jdk" jdkName="AIRSDK_33.1.1.300" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="starling" level="project" />
<orderEntry type="library" exported="" name="WebViewANE-ios" level="project" />
Expand Down
4 changes: 2 additions & 2 deletions example/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maps-sample",
"version": "2.8.0",
"version": "2.9.0",
"appDescriptor": "src/Main-app.xml",
"variables": {
"googleAppId": "XXX-xx-xx"
Expand All @@ -11,6 +11,6 @@
"url": "https://tuarua.github.io/air/air_packages.json"
},
"dependencies": {
"com.tuarua.GoogleMapsANE": "2.8.0"
"com.tuarua.GoogleMapsANE": "2.9.0"
}
}
2 changes: 1 addition & 1 deletion example/src/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Used as the filename for the application. Required. -->
<name>GoogleMapsANE</name>
<!-- The name that is displayed below the app icon. -->
<versionNumber>2.8.0</versionNumber>
<versionNumber>2.9.0</versionNumber>
<!-- Required. -->
<!-- Settings for the application's initial window. Required. -->
<initialWindow>
Expand Down
8 changes: 4 additions & 4 deletions native_extension/ane/air_package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "com.tuarua.GoogleMapsANE",
"version": "2.8.0",
"version": "2.9.0",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
"dependencies": {
"com.tuarua.frekotlin": "1.40.0",
"com.tuarua.frekotlin": "1.41.0",
"com.google.code.gson.gson": "2.8.6",
"org.greenrobot.eventbus": "3.0.0",
"androidx.legacy.legacy-support-v4": "1.0.0",
"com.google.android.gms.play-services-location": "17.0.0",
"com.google.android.gms.play-services-base": "17.1.0",
"com.google.android.gms.play-services-maps": "17.0.0",
"com.tuarua.iOS.FreSwift": "4.5.0",
"com.tuarua.GoogleMapsANE.IosDependencies": "2.8.0"
"com.tuarua.iOS.FreSwift": "5.0.0",
"com.tuarua.GoogleMapsANE.IosDependencies": "2.9.0"
}
}
2 changes: 1 addition & 1 deletion native_extension/ane/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PROJECTNAME=GoogleMapsANE
fwSuffix="_FW"
libSuffix="_LIB"

AIR_SDK="/Users/eoinlandy/SDKs/AIRSDK_33"
AIR_SDK="/Users/eoinlandy/SDKs/AIRSDK_33.1.1.300"
echo $AIR_SDK

if [ ! -d "$pathtome/../../native_library/ios/$PROJECTNAME/Build/Products/Release-iphonesimulator/" ]; then
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.GoogleMapsANE</id>
<name>Google Maps ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2017 Tua Rua Ltd.</copyright>
<versionNumber>2.8.0</versionNumber>
<versionNumber>2.9.0</versionNumber>
<platforms>
<platform name="Android-x86">
<applicationDeployment>
Expand Down
3 changes: 2 additions & 1 deletion native_extension/ane/platforms/ios/platform.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<platform xmlns="http://ns.adobe.com/air/extension/19.0">
<sdkVersion>13.0</sdkVersion>
<sdkVersion>14.1</sdkVersion>
<linkerOptions>
<option>-ios_version_min 9.0</option>
<option>-w</option>
<option>-ObjC</option>
<option>-rpath @executable_path/Frameworks</option>
<option>-rpath /usr/lib/swift</option>
</linkerOptions>

<packagedDependencies>
Expand Down
3 changes: 3 additions & 0 deletions native_library/android/GoogleMapsANE/.idea/.gitignore

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

1 change: 1 addition & 0 deletions native_library/android/GoogleMapsANE/.idea/gradle.xml

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

Loading

0 comments on commit 692ef7e

Please sign in to comment.