Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuarua committed Nov 14, 2020
1 parent fd8c0c6 commit 6f6bd7c
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 33 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.15.0
- AND: Updated to FreKotlin 1.41.0
- iOS: Updated to FreSwift 5.0.0
- Upgraded to AIR 33.1.1.300

### 0.14.0
- New system for installing ANEs `./air-tools install` via air_package.json file
- New system for installing ANEs `./air-tools apply-firebase-config google-services.json`
Expand Down
2 changes: 1 addition & 1 deletion example/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions example/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-sample",
"version": "0.14.0",
"version": "0.15.0",
"appDescriptor": "src/Main-app.xml",
"variables": {
"firebase_associated_domain": "xxxx.app.goo.gl",
Expand All @@ -15,17 +15,17 @@
"url": "https://tuarua.github.io/air/air_packages.json"
},
"dependencies": {
"com.tuarua.firebase.FirebaseANE": "0.14.0",
"com.tuarua.firebase.AnalyticsANE": "0.14.0",
"com.tuarua.firebase.AuthANE": "0.14.0",
"com.tuarua.firebase.DynamicLinksANE": "0.14.0",
"com.tuarua.firebase.FirestoreANE": "0.14.0",
"com.tuarua.firebase.MessagingANE": "0.14.0",
"com.tuarua.firebase.PerformanceANE": "0.14.0",
"com.tuarua.firebase.RemoteConfigANE": "0.14.0",
"com.tuarua.firebase.StorageANE": "0.14.0",
"com.tuarua.firebase.CrashlyticsANE": "0.14.0",
"com.tuarua.google.GoogleSignInANE": "0.14.0",
"com.tuarua.OneSignalANE": "0.14.0"
"com.tuarua.firebase.FirebaseANE": "0.15.0",
"com.tuarua.firebase.AnalyticsANE": "0.15.0",
"com.tuarua.firebase.AuthANE": "0.15.0",
"com.tuarua.firebase.DynamicLinksANE": "0.15.0",
"com.tuarua.firebase.FirestoreANE": "0.15.0",
"com.tuarua.firebase.MessagingANE": "0.15.0",
"com.tuarua.firebase.PerformanceANE": "0.15.0",
"com.tuarua.firebase.RemoteConfigANE": "0.15.0",
"com.tuarua.firebase.StorageANE": "0.15.0",
"com.tuarua.firebase.CrashlyticsANE": "0.15.0",
"com.tuarua.google.GoogleSignInANE": "0.15.0",
"com.tuarua.OneSignalANE": "0.15.0"
}
}
6 changes: 3 additions & 3 deletions example/src/Main-app.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/33.1">
<id>com.tuarua.firebaseane.example</id>
<filename>FireBaseExample</filename>
<name>FIR-Example</name>
<versionNumber>0.14.0</versionNumber>
<versionNumber>0.15.0</versionNumber>
<!-- Settings for the application's initial window. Required. -->
<initialWindow>
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
Expand Down Expand Up @@ -256,4 +256,4 @@
</array>
]]></Entitlements>
</iPhone>
</application>
</application>
2 changes: 1 addition & 1 deletion example_vision/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions example_vision/VisionANESample.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.1.1.217" />
<sdk name="AIRSDK_33.1.1.300" />
</dependencies>
<compiler-options>
<option name="additionalOptions" value="-advanced-telemetry -swf-version=42" />
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency linkage="Merged" />
</entry>
</entries>
<sdk name="AIRSDK_33.1.1.217" />
<sdk name="AIRSDK_33.1.1.300" />
</dependencies>
<compiler-options>
<option name="additionalOptions" value="-advanced-telemetry" />
Expand All @@ -67,7 +67,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="AIRSDK_33.1.1.217" jdkType="Flex SDK Type (new)" />
<orderEntry type="jdk" jdkName="AIRSDK_33.1.1.300" jdkType="Flex SDK Type (new)" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="starling" level="project" />
<orderEntry type="library" exported="" name="FirebaseANE" level="project" />
Expand Down
18 changes: 9 additions & 9 deletions example_vision/air_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase-sample",
"version": "0.14.0",
"version": "0.15.0",
"appDescriptor": "src/Main-app.xml",
"variables": {},
"airDotPrefix": true,
Expand All @@ -9,13 +9,13 @@
"url": "https://tuarua.github.io/air/air_packages.json"
},
"dependencies": {
"com.tuarua.firebase.FirebaseANE": "0.14.0",
"com.tuarua.firebase.AnalyticsANE": "0.14.0",
"com.tuarua.firebase.VisionANE": "0.14.0",
"com.tuarua.firebase.VisionCloudTextANE": "0.14.0",
"com.tuarua.firebase.VisionCloudDocumentANE": "0.14.0",
"com.tuarua.firebase.VisionCloudLabelANE": "0.14.0",
"com.tuarua.firebase.VisionLandmarkANE": "0.14.0",
"com.tuarua.firebase.ModelInterpreterANE": "0.14.0"
"com.tuarua.firebase.FirebaseANE": "0.15.0",
"com.tuarua.firebase.AnalyticsANE": "0.15.0",
"com.tuarua.firebase.VisionANE": "0.15.0",
"com.tuarua.firebase.VisionCloudTextANE": "0.15.0",
"com.tuarua.firebase.VisionCloudDocumentANE": "0.15.0",
"com.tuarua.firebase.VisionCloudLabelANE": "0.15.0",
"com.tuarua.firebase.VisionLandmarkANE": "0.15.0",
"com.tuarua.firebase.ModelInterpreterANE": "0.15.0"
}
}
6 changes: 3 additions & 3 deletions example_vision/src/Main-app.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/33.1">
<id>com.tuarua.firebaseane.example</id>
<filename>FireBaseExample</filename>
<name>FIR-Example</name>
<versionNumber>0.14.0</versionNumber>
<versionNumber>0.15.0</versionNumber>
<!-- Settings for the application's initial window. Required. -->
<initialWindow>
<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
Expand Down Expand Up @@ -108,4 +108,4 @@
</array>
]]></InfoAdditions>
</iPhone>
</application>
</application>

0 comments on commit 6f6bd7c

Please sign in to comment.