-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
112 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../.idea/libraries/com_tuarua_frekotlin.xml → .../libraries/com_tuarua_frekotlin_1_8_0.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,20 @@ | |
<entry library-name="starling" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
<entry library-name="com.tuarua.frekotlin" library-level="project"> | ||
<entry library-name="VibrationANE" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
<entry library-name="VibrationANE" library-level="project"> | ||
<entry library-name="com.tuarua.frekotlin-1.8.0" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
</entries> | ||
<sdk name="AIRSDK_32" /> | ||
<sdk name="AIRSDK_33" /> | ||
</dependencies> | ||
<compiler-options> | ||
<map> | ||
<entry key="compiler.locale" value="en_US" /> | ||
</map> | ||
<option name="additionalOptions" value="-swf-version=44" /> | ||
</compiler-options> | ||
<packaging-air-desktop /> | ||
<packaging-android enabled="true" use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/Main-app.xml" package-file-name="Main"> | ||
|
@@ -31,6 +32,7 @@ | |
<FilePathAndPathInPackage file-path="$MODULE_DIR$/system/[email protected]" path-in-package="[email protected]" /> | ||
<FilePathAndPathInPackage file-path="$MODULE_DIR$/system/[email protected]" path-in-package="[email protected]" /> | ||
</files-to-package> | ||
<AirSigningOptions arch="armv8" /> | ||
</packaging-android> | ||
<packaging-ios use-generated-descriptor="false" custom-descriptor-path="$MODULE_DIR$/src/Main-app.xml" package-file-name="Main" /> | ||
</configuration> | ||
|
@@ -40,14 +42,14 @@ | |
<entry library-name="starling" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
<entry library-name="com.tuarua.frekotlin" library-level="project"> | ||
<entry library-name="VibrationANE" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
<entry library-name="VibrationANE" library-level="project"> | ||
<entry library-name="com.tuarua.frekotlin-1.8.0" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
</entries> | ||
<sdk name="AIRSDK_32" /> | ||
<sdk name="AIRSDK_33" /> | ||
</dependencies> | ||
<compiler-options> | ||
<map> | ||
|
@@ -71,14 +73,14 @@ | |
<entry library-name="starling" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
<entry library-name="com.tuarua.frekotlin" library-level="project"> | ||
<entry library-name="VibrationANE" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
<entry library-name="VibrationANE" library-level="project"> | ||
<entry library-name="com.tuarua.frekotlin-1.8.0" library-level="project"> | ||
<dependency linkage="Merged" /> | ||
</entry> | ||
</entries> | ||
<sdk name="AIRSDK_32" /> | ||
<sdk name="AIRSDK_33" /> | ||
</dependencies> | ||
<compiler-options> | ||
<map> | ||
|
@@ -104,10 +106,11 @@ | |
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> | ||
</content> | ||
<orderEntry type="jdk" jdkName="AIRSDK_32" jdkType="Flex SDK Type (new)" /> | ||
<orderEntry type="jdk" jdkName="AIRSDK_33" jdkType="Flex SDK Type (new)" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" exported="" name="starling" level="project" /> | ||
<orderEntry type="library" exported="" name="com.tuarua.frekotlin" level="project" /> | ||
<orderEntry type="library" exported="" name="VibrationANE" level="project" /> | ||
<orderEntry type="library" exported="" name="com.tuarua.frekotlin-1.8.0" level="project" /> | ||
</component> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
$AneVersion = "1.2.0" | ||
$FreKotlinVersion = "1.8.0" | ||
|
||
$currentDir = (Get-Item -Path ".\" -Verbose).FullName | ||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | ||
Invoke-WebRequest -Uri https://github.com/tuarua/Vibration-ANE/releases/download/1.1.0/VibrationANE.ane?raw=true -OutFile "$currentDir\..\native_extension\ane\VibrationANE.ane" | ||
Invoke-WebRequest -OutFile "$currentDir\android_dependencies\com.tuarua.frekotlin.ane" -Uri https://github.com/tuarua/Android-ANE-Dependencies/blob/master/anes/kotlin/com.tuarua.frekotlin.ane?raw=true | ||
Invoke-WebRequest -Uri https://github.com/tuarua/Vibration-ANE/releases/download/$AneVersion/VibrationANE.ane?raw=true -OutFile "$currentDir\..\native_extension\ane\VibrationANE.ane" | ||
Invoke-WebRequest -OutFile "$currentDir\android_dependencies\com.tuarua.frekotlin-$FreKotlinVersion.ane" -Uri https://github.com/tuarua/Android-ANE-Dependencies/blob/master/anes/kotlin/com.tuarua.frekotlin-$FreKotlinVersion.ane?raw=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
#!/bin/sh | ||
wget -O android_dependencies/com.tuarua.frekotlin.ane https://github.com/tuarua/Android-ANE-Dependencies/blob/master/anes/kotlin/com.tuarua.frekotlin.ane?raw=true | ||
wget -O ../native_extension/ane/VibrationANE.ane https://github.com/tuarua/Vibration-ANE/releases/download/1.1.0/VibrationANE.ane?raw=true | ||
|
||
AneVersion="1.2.0" | ||
FreKotlinVersion="1.8.0" | ||
|
||
wget -O android_dependencies/com.tuarua.frekotlin-$FreKotlinVersion.ane https://github.com/tuarua/Android-ANE-Dependencies/blob/master/anes/kotlin/com.tuarua.frekotlin-$FreKotlinVersion.ane?raw=true | ||
wget -O ../native_extension/ane/VibrationANE.ane https://github.com/tuarua/Vibration-ANE/releases/download/$AneVersion/VibrationANE.ane?raw=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/sh | ||
|
||
AneVersion="1.1.0" | ||
AneVersion="1.2.0" | ||
FreSwiftVersion="3.1.0" | ||
|
||
rm -r ios_dependencies/device | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.