-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.xml
22 lines (22 loc) · 1.15 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="7250" id="com.lyonbros.turtl" version="0.7.2.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>Turtl</name>
<description>
A privacy-focused note-taking application.
</description>
<author email="andrew@turtlapp.com" href="https://turtlapp.com">
Andrew Lyon
</author>
<content src="index.html" />
<access origin="*" />
<platform name="ios">
<icon height="180" src="res/ios/icon-60@3x.png" width="180" />
<splash src="res/ios/Default@2x~universal~anyany.png" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="com.lyonbros.turtlcore" spec="bundle/cordova-plugin-turtl-core/" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
<engine name="ios" spec="4.5.5" />
<plugin name="cordova-plugin-inappbrowser" spec="https://github.com/apache/cordova-plugin-inappbrowser" />
<plugin name="cordova-plugin-ios-keychain" spec="https://github.com/ionic-team/cordova-plugin-ios-keychain" />
</widget>