Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
05a60d99c0
commit
775ec13edf
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!--
|
||||
Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
||||
Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file.
|
||||
-->
|
||||
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
|
||||
id="cordova-plugin-chrome-apps-sockets-tcp"
|
||||
version="1.3.9-dev">
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.0.0" />
|
||||
</engines>
|
||||
|
||||
<name>Chrome Apps Sockets TCP API</name>
|
||||
<keywords>chrome,socket,sockets,tcp</keywords>
|
||||
<repo>https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp.git</repo>
|
||||
<issue>https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp/issues</issue>
|
||||
|
||||
<dependency id="cordova-plugin-chrome-apps-common@1" />
|
||||
|
||||
<js-module src="sockets.tcp.js" name="sockets.tcp">
|
||||
<clobbers target="chrome.sockets.tcp" />
|
||||
</js-module>
|
||||
|
||||
<platform name="android">
|
||||
<source-file src="src/android/ChromeSocketsTcp.java" target-dir="src/org/chromium" />
|
||||
|
||||
<config-file target="res/xml/config.xml" parent="/widget">
|
||||
<feature name="ChromeSocketsTcp">
|
||||
<param name="android-package" value="org.chromium.ChromeSocketsTcp"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
</platform>
|
||||
|
||||
<platform name="ios">
|
||||
<dependency id="cordova-plugin-chrome-apps-iossocketscommon@1" />
|
||||
<framework src="Security.framework" />
|
||||
<framework src="CFNetwork.framework" />
|
||||
<source-file src="src/ios/ChromeSocketsTcp.m" />
|
||||
<header-file src="src/ios/ChromeSocketsTcp.h" />
|
||||
|
||||
<config-file target="config.xml" parent="/widget">
|
||||
<feature name="ChromeSocketsTcp">
|
||||
<param name="ios-package" value="ChromeSocketsTcp"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
</platform>
|
||||
</plugin>
|
Loading…
Reference in New Issue
Block a user