Skip to content

Commit

Permalink
Merge pull request #31 from tuarua/development
Browse files Browse the repository at this point in the history
2.0.0
  • Loading branch information
tuarua authored Aug 22, 2020
2 parents c479452 + ffb3dca commit 8972ac6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.0
- macOS: Updated to FreSwift 4.5.0

### 1.9.0
- macOS: Updated to FreSwift 4.4.0

Expand Down
2 changes: 1 addition & 1 deletion example/get_dependencies.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$currentDir = (Get-Item -Path ".\" -Verbose).FullName
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest -Uri https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.4.0/FreSwift.ane?raw=true -OutFile "$currentDir\..\native_extension/ane/FreSwift.ane"
Invoke-WebRequest -Uri https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.5.0/FreSwift.ane?raw=true -OutFile "$currentDir\..\native_extension/ane/FreSwift.ane"
2 changes: 1 addition & 1 deletion example/get_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
wget -O ../native_extension/ane/FreSwift.ane https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.4.0/FreSwift.ane?raw=true
wget -O ../native_extension/ane/FreSwift.ane https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.5.0/FreSwift.ane?raw=true
Binary file modified native_extension/ane/DesktopToastANE.ane
Binary file not shown.
2 changes: 1 addition & 1 deletion native_extension/ane/extension_multi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.DesktopToastANE</id>
<name>Desktop Toast ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>1.9.0</versionNumber>
<versionNumber>2.0.0</versionNumber>
<platforms>
<platform name="Windows-x86-64">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/extension_win.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>com.tuarua.DesktopToastANE</id>
<name>Desktop Toast ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>1.9.0</versionNumber>
<versionNumber>2.0.0</versionNumber>
<platforms>
<platform name="Windows-x86-64">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion native_library/mac/DesktopToastANE/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.4.0/FreSwift.json" ~> 4.4.0
binary "https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.5.0/FreSwift.json" ~> 4.5.0

0 comments on commit 8972ac6

Please sign in to comment.