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

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

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
plugin.xml 5.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
tutu Отправлено 07.06.2017 16:48 105d70e
<?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-Pay"
version="0.0.3">
<name>UM</name>
<license>Apache 2.0</license>
<repo>git@git.oschina.net:GjFamily/GJ-cordova-plugin-Pay.git</repo>
<js-module src="www/Pay.js" name="UM">
<clobbers target="window.Pay" />
</js-module>
<!-- ios -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="Pay">
<param name="ios-package" value="Pay"/>
<param name="onload" value="true"/>
</feature>
</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>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>alipay</string>
<key>CFBundleURLSchemes</key>
<array>
<string>$ALIPAY_KEY</string>
</array>
</dict>
</array>
</config-file>
<header-file src="src/ios/Pay.h" />
<source-file src="src/ios/Pay.m" />
<header-file src="src/ios/AppDelegate+Pay.h" />
<source-file src="src/ios/AppDelegate+Pay.m" />
<source-file src="src/ios/libs/libWeChatSDK.a" framework="true"/>
<source-file src="src/ios/libs/AlipaySDK.framework" 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="libsqlite3.0.tbd" />
<framework src="Security.framework" />
<framework src="CoreMotion.framework" />
<framework src="CFNetwork.framework" />
<framework src="CoreGraphics.framework" />
<framework src="CoreText.framework" />
<framework src="QuartzCore.framework" />
<framework src="CoreTelephony.framework" />
<framework src="SystemConfiguration.framework" />
<framework src="libz.tbd" />
<framework src="libc++.tbd" />
</platform>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="Pay">
<param name="android-package" value="gj.cordova.plugin.Pay"/>
<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="gj.cordova.plugin.wx.WXPayEntryActivity"
android:exported="true"
android:launchMode="singleTop"/>
<activity-alias
android:name=".wxapi.WXPayEntryActivity"
android:exported="true"
android:targetActivity="gj.cordova.plugin.wx.WXEntryActivity" />
<activity
android:name="com.alipay.sdk.app.H5PayActivity"
android:configChanges="orientation|keyboardHidden|navigation"
android:exported="false"
android:screenOrientation="behind" >
</activity>
<activity
android:name="com.alipay.sdk.auth.AuthActivity"
android:configChanges="orientation|keyboardHidden|navigation"
android:exported="false"
android:screenOrientation="behind" >
</activity>
</config-file>
<source-file src="src/android/Pay.java" target-dir="src/gj/cordova/plugin/" />
<source-file src="src/android/src/wx/WXPayEntryActivity.java" target-dir="src/gj/cordova/plugin/wx/" />
<source-file src="src/android/libs/alipaySingle-20170510.jar" target-dir="libs/" />
<source-file src="src/android/libs/wechat-sdk-android-with-mta-1.1.6.jar" target-dir="libs/" />
</platform>
</plugin>

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

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

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