Skip to content

Commit

Permalink
build 1.0.8 💌
Browse files Browse the repository at this point in the history
  • Loading branch information
geckse committed Oct 2, 2019
1 parent 01f9423 commit 81a8a1b
Show file tree
Hide file tree
Showing 49 changed files with 1,835 additions and 1,347 deletions.
17 changes: 15 additions & 2 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="de.hypoport.tagungsapp" version="1.0.7" 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="de.hypoport.tagungsapp" version="1.0.8" 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>Hypoport Tagungs-App</name>
<description>Digitaler Tagungsbegleiter</description>
<author email="[email protected]" href="https://tagungsapp.hypoport.de">Hypoport AG</author>
Expand Down Expand Up @@ -90,6 +90,19 @@
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
<icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
<icon height="40" src="resources/ios/icon/[email protected]" width="40" />
<icon height="60" src="resources/ios/icon/[email protected]" width="60" />
<icon height="29" src="resources/ios/icon/icon-29.png" width="29" />
<icon height="58" src="resources/ios/icon/[email protected]" width="58" />
<icon height="87" src="resources/ios/icon/[email protected]" width="87" />
<icon height="48" src="resources/ios/icon/[email protected]" width="48" />
<icon height="55" src="resources/ios/icon/[email protected]" width="55" />
<icon height="88" src="resources/ios/icon/[email protected]" width="88" />
<icon height="172" src="resources/ios/icon/[email protected]" width="172" />
<icon height="196" src="resources/ios/icon/[email protected]" width="196" />
<splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" />
<splash height="1125" src="resources/ios/splash/Default-Landscape-2436h.png" width="2436" />
</platform>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>Need location access to deliver directions.</string>
Expand All @@ -114,6 +127,6 @@
</plugin>
<plugin name="cordova-plugin-local-notification" spec="~0.9.0-beta.2" />
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
<engine name="ios" spec="4.5.5" />
<engine name="android" spec="7.1.4" />
<engine name="ios" spec="^5.0.0" />
</widget>
Loading

0 comments on commit 81a8a1b

Please sign in to comment.