国内WASDK Apple实现层
lipengwei
2020-01-13 c8a2da181c44889b7b108dbb4db3b5cd16615656
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="AP1.4.0"/>
    <comps>
        <!-- 用户模块 -->
        <comp module="USR" plaf="APPLE" mandatory="YES" value="WAAPUser" desc="APPLE用户账户"/>
        
        <!-- 支付模块 -->
        <comp module="PAY" plaf="APPLE" mandatory="YES" value="WAAPPay" desc="APPLE支付"/>
    </comps>
    <ops>
        <op type="copy" category="res" isFile="NO" from="frameworks" to="wasdk/ap/frameworks" />
        <op type="ref" category="res" isFile="NO" from="System/Library/Frameworks/StoreKit.framework"/>
    </ops>
</config>