Skip to content

Commit

Permalink
Merge pull request #11 from tuarua/development
Browse files Browse the repository at this point in the history
1.4.0
  • Loading branch information
tuarua authored Apr 11, 2020
2 parents d929189 + abd9f3d commit 1709b4d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.4.0
- Updated to FreSwift 4.4.0

### 1.3.0
- Updated to FreSwift 4.3.0

Expand Down
4 changes: 2 additions & 2 deletions example-desktop/get_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

AneVersion="1.3.0"
FreSwiftVersion="4.3.0"
AneVersion="1.4.0"
FreSwiftVersion="4.4.0"

wget -O ../native_extension/ane/FreSwift.ane https://github.com/tuarua/Swift-IOS-ANE/releases/download/$FreSwiftVersion/FreSwift.ane?raw=true
wget -O ../native_extension/ane/AppleSignInANE.ane https://github.com/tuarua/Apple-Signin-ANE/releases/download/$AneVersion/AppleSignInANE.ane?raw=true
2 changes: 1 addition & 1 deletion example-desktop/src/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.AppleSignInANE.ExampleMac</id>
<filename>Main</filename>
<name>Main</name>
<versionNumber>1.2.1</versionNumber>
<versionNumber>1.4.0</versionNumber>

<!-- Identifies the ActionScript extensions used by an application. -->
<extensions>
Expand Down
4 changes: 2 additions & 2 deletions example-mobile/get_ios_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

AneVersion="1.3.0"
FreSwiftVersion="4.3.0"
AneVersion="1.4.0"
FreSwiftVersion="4.4.0"

rm -r ios_dependencies/device
rm -r ios_dependencies/simulator
Expand Down
2 changes: 1 addition & 1 deletion example-mobile/src/Main-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>com.tuarua.AppleSignInANE.Example</id>
<filename>Main</filename>
<name>AppleSignInANEExample</name>
<versionNumber>1.1.0</versionNumber>
<versionNumber>1.4.0</versionNumber>

<!-- Identifies the ActionScript extensions used by an application. -->
<extensions>
Expand Down
4 changes: 2 additions & 2 deletions example-tvos/get_tvos_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

AneVersion="1.3.0"
FreSwiftVersion="4.3.0"
AneVersion="1.4.0"
FreSwiftVersion="4.4.0"

rm -r tvos_dependencies/device
rm -r tvos_dependencies/simulator
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.AppleSignInANE</id>
<name>Apple Sign In ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>1.3.0</versionNumber>
<versionNumber>1.4.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion native_library/apple/AppleSigninANE/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.3.0/FreSwift.json" ~> 4.3.0
binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.4.0/FreSwift.json" ~> 4.4.0

0 comments on commit 1709b4d

Please sign in to comment.