Слияние кода завершено, страница обновится автоматически
<?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 )