Skip to content

Commit

Permalink
Merge pull request #13 from tuarua/development
Browse files Browse the repository at this point in the history
1.5.0
  • Loading branch information
tuarua authored Aug 22, 2020
2 parents 1709b4d + 5525c1c commit 74e7185
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.5.0
- Updated to FreSwift 4.5.0

### 1.4.0
- Updated to FreSwift 4.4.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.4.0"
FreSwiftVersion="4.4.0"
AneVersion="1.5.0"
FreSwiftVersion="4.5.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
8 changes: 4 additions & 4 deletions example-mobile/AppleSignInExample.iml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK_33" />
<sdk name="AIRSDK_33.1.1.217" />
</dependencies>
<compiler-options />
<packaging-air-desktop />
Expand All @@ -36,7 +36,7 @@
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK_33" />
<sdk name="AIRSDK_33.1.1.217" />
</dependencies>
<compiler-options>
<option name="additionalOptions" value="-advanced-telemetry" />
Expand All @@ -49,7 +49,7 @@
<FilePathAndPathInPackage file-path="$MODULE_DIR$/ios_dependencies/device" path-in-package="." />
<FilePathAndPathInPackage file-path="$MODULE_DIR$/system" path-in-package="." />
</files-to-package>
<AirSigningOptions sdk="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk" keystore-path="$USER_HOME$/Documents/appleCertsProv/2020/dev/tua_rua_dev_2020.p12" provisioning-profile-path="$USER_HOME$/Documents/appleCertsProv/2020/dev/Tua_Rua_Dev_Provisioning_AppleSignIn.mobileprovision" />
<AirSigningOptions keystore-path="$USER_HOME$/Documents/appleCertsProv/2020/dev/tua_rua_dev_2020.p12" provisioning-profile-path="$USER_HOME$/Documents/appleCertsProv/2020/dev/Tua_Rua_Dev_Provisioning_AppleSignIn.mobileprovision" />
</packaging-ios>
</configuration>
</configurations>
Expand All @@ -60,7 +60,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="AIRSDK_33" jdkType="Flex SDK Type (new)" />
<orderEntry type="jdk" jdkName="AIRSDK_33.1.1.217" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="starling" level="project" />
<orderEntry type="library" exported="" name="FiraSansSemiBold" level="project" />
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.4.0"
FreSwiftVersion="4.4.0"
AneVersion="1.5.0"
FreSwiftVersion="4.5.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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/32.0">
<application xmlns="http://ns.adobe.com/air/application/33.1">

<id>com.tuarua.AppleSignInANE.Example</id>
<filename>Main</filename>
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.4.0"
FreSwiftVersion="4.4.0"
AneVersion="1.5.0"
FreSwiftVersion="4.5.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.4.0</versionNumber>
<versionNumber>1.5.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.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 74e7185

Please sign in to comment.