Skip to content

Commit

Permalink
Merge pull request #876 from aeternity/release/v0.8.5
Browse files Browse the repository at this point in the history
Release 0.8.5
  • Loading branch information
davidyuk authored Jun 12, 2019
2 parents 9503852 + d4faeb0 commit 3d6adc9
Show file tree
Hide file tree
Showing 70 changed files with 6,025 additions and 6,139 deletions.
16 changes: 10 additions & 6 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.aeternity.base" version="0.8.4" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.aeternity.base" version="0.8.5" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Base æpp</name>
<author href="https://aeternity.com">
aeternity developers
Expand Down Expand Up @@ -29,6 +29,11 @@
<allow-navigation href="*" />
<preference name="UseSwiftLanguageVersion" value="5" />
<preference name="DisallowOverscroll" value="true" />
<edit-config file="*-Info.plist" mode="merge" target="LSApplicationQueriesSchemes">
<array>
<string>airgap-vault</string>
</array>
</edit-config>
</platform>
<preference name="SplashScreen" value="screen" />
<preference name="ShowSplashScreenSpinner" value="false" />
Expand All @@ -38,15 +43,14 @@
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-customurlscheme" spec="^4.3.0">
<variable name="URL_SCHEME" value="aeternity" />
<variable name="ANDROID_SCHEME" value=" " />
<variable name="ANDROID_HOST" value=" " />
<variable name="ANDROID_PATHPREFIX" value="/" />
<plugin name="cordova-plugin-customurlscheme" spec="^4.4.0">
<variable name="URL_SCHEME" value="aepp-base" />
</plugin>
<plugin name="cordova-plugin-qrscanner" spec="^3.0.1" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-wkwebview-engine" spec="github:mwchambers/cordova-plugin-wkwebview-engine#da67d6bb6ce8597c38fc69e66b84566e34efea8d" />
<plugin name="com.lampa.startapp" spec="^6.1.6" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.4.5" />
<engine name="android" spec="^8.0.0" />
<engine name="ios" spec="^5.0.0" />
</widget>
2 changes: 1 addition & 1 deletion config/storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link href="https://rsms.me/inter/inter-ui.css" rel="stylesheet">
<link href="https://rsms.me/inter/inter.css" rel="stylesheet">
Loading

0 comments on commit 3d6adc9

Please sign in to comment.