1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/GjFamily-GJ-cordova-plugin-WX

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
plugin.xml 5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
前进GO Отправлено 03.11.2018 06:11 f266f33
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="GJ-cordova-plugin-WX"
version="0.0.3">
<name>UM</name>
<license>Apache 2.0</license>
<repo>git@git.oschina.net:GjFamily/GJ-cordova-plugin-WX.git</repo>
<js-module src="www/WX.js" name="WX">
<clobbers target="window.WX" />
</js-module>
<!-- ios -->
<preference name="WEIXIN_KEY" default="" />
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="WX">
<param name="ios-package" value="WX"/>
<param name="onload" value="true"/>
</feature>
</config-file>
<config-file target="config.xml" parent="/*">
<preference
name="WEIXIN_KEY"
value="$WEIXIN_KEY" />
</config-file>
<config-file target="*-Info.plist" parent="CFBundleURLTypes">
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>weixin</string>
<key>CFBundleURLSchemes</key>
<array>
<string>$WEIXIN_KEY</string>
</array>
</dict>
</array>
</config-file>
<config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes">
<array>
<string>wechat</string>
<string>weixin</string>
</array>
</config-file>
<header-file src="src/ios/WX.h" />
<source-file src="src/ios/WX.m" />
<header-file src="src/ios/WXManage.h" />
<source-file src="src/ios/WXManage.m" />
<header-file src="src/ios/AppDelegate+WX.h" />
<source-file src="src/ios/AppDelegate+WX.m" />
<source-file src="src/ios/libs/libWeChatSDK.a" framework="true"/>
<header-file src="src/ios/libs/WechatAuthSDK.h"/>
<header-file src="src/ios/libs/WXApi.h"/>
<header-file src="src/ios/libs/WXApiObject.h"/>
<framework src="CoreGraphics.framework" />
<framework src="libsqlite3.tbd" />
<framework src="SystemConfiguration.framework" />
<framework src="libc++.tbd" />
<framework src="libz.tbd" />
<framework src="CoreTelephony.framework" />
</platform>
<!-- android -->
<platform name="android">
<config-file target="config.xml" parent="/*">
<preference
name="WEIXIN_KEY"
value="$WEIXIN_KEY" />
</config-file>
<hook type="after_plugin_add" src="scripts/android-install.js" />
<hook type="after_plugin_install" src="scripts/android-install.js" />
<hook type="before_plugin_rm" src="scripts/android-install.js" />
<hook type="before_plugin_uninstall" src="scripts/android-install.js" />
<config-file target="res/xml/config.xml" parent="/*">
<feature name="WX">
<param name="android-package" value="gj.cordova.plugin.WX"/>
<param name="onload" value="true"/>
</feature>
</config-file>
<!-- Manifest changes -->
<config-file parent="/manifest" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity
android:name=".wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
</config-file>
<source-file src="src/android/WX.java" target-dir="src/gj/cordova/plugin/" />
<source-file src="src/android/libs/wechat-sdk-android-without-mta-1.3.4.jar" target-dir="libs/" />
</platform>
</plugin>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/GjFamily-GJ-cordova-plugin-WX.git
git@api.gitlife.ru:oschina-mirror/GjFamily-GJ-cordova-plugin-WX.git
oschina-mirror
GjFamily-GJ-cordova-plugin-WX
GjFamily-GJ-cordova-plugin-WX
master