Skip to content

Commit

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

### 1.8.0
- macOS: Updated to FreSwift 4.3.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.2.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.4.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.3.0/FreSwift.ane?raw=true
wget -O ../native_extension/ane/FreSwift.ane https://github.com/tuarua/Swift-IOS-ANE/releases/download/4.4.0/FreSwift.ane?raw=true
2 changes: 1 addition & 1 deletion example/src/DesktopToastANESample-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<name>DesktopToastANESample</name>

<versionNumber>1.7.0</versionNumber>
<versionNumber>1.9.0</versionNumber>


<initialWindow>
Expand Down
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.8.0</versionNumber>
<versionNumber>1.9.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.8.0</versionNumber>
<versionNumber>1.9.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.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
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = /Users/eoinlandy/SDKs/AIRSDK_30/runtimes/air/mac;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.8.0;
MARKETING_VERSION = 1.9.0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = (
"-weak_framework",
Expand Down Expand Up @@ -406,7 +406,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
LIBRARY_SEARCH_PATHS = /Users/eoinlandy/SDKs/AIRSDK_30/runtimes/air/mac;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.8.0;
MARKETING_VERSION = 1.9.0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = (
"-weak_framework",
Expand Down

0 comments on commit c479452

Please sign in to comment.