Initial iOS support

This commit is contained in:
Sebastián Katzer
2013-10-08 14:36:19 +02:00
parent a79fa641a4
commit 14bf569922
3 changed files with 36 additions and 0 deletions

View File

@@ -25,6 +25,13 @@
</feature>
</config-file>
<config-file target="*-Info.plist" parent="CFBundleURLTypes">
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
</config-file>
<header-file src="src/ios/APPBackgroundMode.h" />
<source-file src="src/ios/APPBackgroundMode.m" />
</platform>