Skip to content

Commit

Permalink
Package with Cordova
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottokrosh committed Jun 22, 2017
1 parent c4da71c commit c2595c8
Show file tree
Hide file tree
Showing 88 changed files with 9,681 additions and 12,566 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
.DS_Store
.DS_Store
platforms
plugins
28 changes: 28 additions & 0 deletions config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.symbook.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Symbook</name>
<description>
Cyclopedia for the Symbaroum Roleplaying Game
</description>
<author email="[email protected]" href="https://symbook.io">
Frank Reding
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<engine name="ios" spec="~4.4.0" />
<engine name="android" spec="~6.2.3" />
</widget>
261 changes: 0 additions & 261 deletions dist/app.css

This file was deleted.

Loading

0 comments on commit c2595c8

Please sign in to comment.