-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (17 loc) · 722 Bytes
/
plugin.xml
File metadata and controls
18 lines (17 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-ios-requires-fullscreen"
version="0.0.2">
<name>IOS UIRequiresFullScreen</name>
<description>IOS UIRequiresFullScreen Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,device</keywords>
<repo>https://github.com/chancezeus/cordova-ios-requires-fullscreen.git</repo>
<platform name="ios">
<config-file target="*-Info.plist" parent="UIRequiresFullScreen">
<true/>
</config-file>
</platform>
</plugin>