Skip to content

Commit 6bc31c9

Browse files
committed
1.6.0
1 parent 8dc82a4 commit 6bc31c9

File tree

22 files changed

+137
-172
lines changed

22 files changed

+137
-172
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.6.0
2+
- AND: Updated to FreKotlin 1.41.0
3+
- iOS: Updated to FreSwift 5.0.0
4+
- Upgraded to AIR 33.1.1.300
5+
16
### 1.5.0
27
- AND: Updated to FreKotlin 1.40.0
38
- iOS: Updated to FreSwift 4.5.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You will need:
1212

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

example/.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/.idea/runConfigurations/iOS_Simulator.xml

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/VibrationANESample.iml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency linkage="Merged" />
1313
</entry>
1414
</entries>
15-
<sdk name="AIRSDK_33.1.1.190" />
15+
<sdk name="AIRSDK_33.1.1.300" />
1616
</dependencies>
1717
<compiler-options>
1818
<map>
@@ -43,7 +43,7 @@
4343
<dependency linkage="Merged" />
4444
</entry>
4545
</entries>
46-
<sdk name="AIRSDK_33.1.1.190" />
46+
<sdk name="AIRSDK_33.1.1.300" />
4747
</dependencies>
4848
<compiler-options>
4949
<map>
@@ -72,7 +72,7 @@
7272
<dependency linkage="Merged" />
7373
</entry>
7474
</entries>
75-
<sdk name="AIRSDK_33.1.1.190" />
75+
<sdk name="AIRSDK_33.1.1.300" />
7676
</dependencies>
7777
<compiler-options>
7878
<map>
@@ -99,7 +99,7 @@
9999
<content url="file://$MODULE_DIR$">
100100
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
101101
</content>
102-
<orderEntry type="jdk" jdkName="AIRSDK_33.1.1.190" jdkType="Flex SDK Type (new)" />
102+
<orderEntry type="jdk" jdkName="AIRSDK_33.1.1.300" jdkType="Flex SDK Type (new)" />
103103
<orderEntry type="sourceFolder" forTests="false" />
104104
<orderEntry type="library" exported="" name="starling" level="project" />
105105
<orderEntry type="library" exported="" name="com.tuarua.frekotlin" level="project" />

example/air_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibration-sample",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"appDescriptor": "src/Main-app.xml",
55
"variables": {
66
},
@@ -10,6 +10,6 @@
1010
"url": "https://tuarua.github.io/air/air_packages.json"
1111
},
1212
"dependencies": {
13-
"com.tuarua.VibrationANE": "1.5.0"
13+
"com.tuarua.VibrationANE": "1.6.0"
1414
}
1515
}

example/src/Main-app.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>com.tuarua.vibrationanesample</id>
55
<filename>VibrationANESample</filename>
66
<name>VibrationANESample</name>
7-
<versionNumber>1.2.0</versionNumber>
7+
<versionNumber>1.6.0</versionNumber>
88

99

1010
<initialWindow>
@@ -30,7 +30,7 @@
3030
<android>
3131
<manifestAdditions><![CDATA[
3232
<manifest android:installLocation="auto">
33-
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />
33+
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29" />
3434
<uses-permission android:name="android.permission.INTERNET"/>
3535
<uses-permission android:name="android.permission.VIBRATE"/>
3636
<application android:enabled="true">

native_extension/ane/air_package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.tuarua.VibrationANE",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"repository": {
55
"url": "https://tuarua.github.io/air/air_packages.json"
66
},
77
"dependencies": {
8-
"com.tuarua.frekotlin": "1.40.0",
9-
"com.tuarua.iOS.FreSwift": "4.5.0",
10-
"com.tuarua.VibrationANE.IosDependencies": "1.5.0"
8+
"com.tuarua.frekotlin": "1.41.0",
9+
"com.tuarua.iOS.FreSwift": "5.0.0",
10+
"com.tuarua.VibrationANE.IosDependencies": "1.6.0"
1111
}
1212
}

native_extension/ane/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PROJECTNAME=VibrationANE
77
fwSuffix="_FW"
88
libSuffix="_LIB"
99

10-
AIR_SDK="/Users/eoinlandy/SDKs/AIRSDK_33"
10+
AIR_SDK="/Users/eoinlandy/SDKs/AIRSDK_33.1.1.300"
1111

1212
if [ ! -d "$pathtome/../../native_library/apple/$PROJECTNAME/Build/Products/Release-iphonesimulator/" ]; then
1313
echo "No Simulator build. Build using Xcode"

native_extension/ane/extension.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>com.tuarua.VibrationANE</id>
44
<name>Vibration ANE</name>
55
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
6-
<versionNumber>1.5.0</versionNumber>
6+
<versionNumber>1.6.0</versionNumber>
77
<platforms>
88
<platform name="Android-x86">
99
<applicationDeployment>

native_extension/ane/platforms/ios/platform.xml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<option>-w</option>
77
<option>-ObjC</option>
88
<option>-rpath @executable_path/Frameworks</option>
9+
<option>-rpath /usr/lib/swift</option>
910
</linkerOptions>
1011

1112
<packagedDependencies>

native_library/android/VibrationANE/.idea/gradle.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native_library/android/VibrationANE/.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native_library/android/VibrationANE/.idea/modules.xml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native_library/android/VibrationANE/.idea/modules/app/VibrationANE.app.iml

+89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native_library/android/VibrationANE/VibrationANE.iml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
</configuration>
99
</facet>
1010
</component>
11-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
11+
<component name="NewModuleRootManager" inherit-compiler-output="true">
1212
<exclude-output />
1313
<content url="file://$MODULE_DIR$">
1414
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
15+
<excludeFolder url="file://$MODULE_DIR$/build" />
1516
</content>
1617
<orderEntry type="inheritedJdk" />
1718
<orderEntry type="sourceFolder" forTests="false" />

0 commit comments

Comments
 (0)