Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from tuarua/development
Browse files Browse the repository at this point in the history
1.3.0
  • Loading branch information
tuarua authored Apr 11, 2020
2 parents a5d6491 + 0c08855 commit 887a887
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.3.0
- iOS/OSX/tvOS: Updated to FreSwift 4.4.0

### 1.2.0
- iOS/OSX/tvOS: 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.2.0"
FreSwiftVersion="4.3.0"
AneVersion="1.3.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/MLANE.ane https://github.com/tuarua/ML-ANE/releases/download/$AneVersion/MLANE.ane?raw=true
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.2.0"
FreSwiftVersion="4.3.0"
AneVersion="1.3.0"
FreSwiftVersion="4.4.0"

rm -r ios_dependencies/device
rm -r ios_dependencies/simulator
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.2.0"
FreSwiftVersion="4.3.0"
AneVersion="1.3.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.MLANE</id>
<name>Machine Learning ANE</name>
<copyright>This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.</copyright>
<versionNumber>1.1.0</versionNumber>
<versionNumber>1.3.0</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/platforms/ios/platform.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<platform xmlns="http://ns.adobe.com/air/extension/24.0">
<sdkVersion>12.1</sdkVersion>
<sdkVersion>13.0</sdkVersion>
<linkerOptions>
<option>-ios_version_min 11.0</option>
<option>-w</option>
Expand Down
2 changes: 1 addition & 1 deletion native_extension/ane/platforms/tvos/platform.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<platform xmlns="http://ns.adobe.com/air/extension/24.0">
<sdkVersion>12.1</sdkVersion>
<sdkVersion>13.0</sdkVersion>
<linkerOptions>
<option>-w</option>
<option>-ObjC</option>
Expand Down
2 changes: 1 addition & 1 deletion native_library/apple/MLANE/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 887a887

Please sign in to comment.