hank
2019-01-22 f7b0390d0721c299bf7ebb74529de41a6e622e87
添加V3.8.0
5 files modified
10 ■■■■ changed files
WAInstagramImpl.podspec 6 ●●●● patch | view | raw | blame | history
config/wa_sdk_impl_config_instagram.xml 2 ●●● patch | view | raw | blame | history
frameworks/WAInstagramImpl.framework/Headers/WAInstagramImpl.h 2 ●●● patch | view | raw | blame | history
frameworks/WAInstagramImpl.framework/Info.plist patch | view | raw | blame | history
frameworks/WAInstagramImpl.framework/WAInstagramImpl patch | view | raw | blame | history
WAInstagramImpl.podspec
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'WAInstagramImpl'
s.version = '3.7.0'
s.version = '3.8.0'
s.summary = 'WAInstagramImpl framework in testing environment.'
s.license = 'MIT'
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
@@ -20,6 +20,6 @@
s.vendored_frameworks = 'frameworks/*.framework'
s.resources = ['config/*.xml']
s.requires_arc = true
s.dependency 'WASdkIntf', '~> 3.7.0'   #此处添加私有库依赖
s.dependency 'WASdkImpl', '~> 3.7.0'
s.dependency 'WASdkIntf', '~> 3.8.0'   #此处添加私有库依赖
s.dependency 'WASdkImpl', '~> 3.8.0'
end
config/wa_sdk_impl_config_instagram.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
    <version val="WAInstagram3.7.0"/>
    <version val="WAInstagram3.8.0"/>
    <comps>
        <!-- 公共模块 -->
        <comp module="CORE" plaf="INSTAGRAM" mandatory="YES" value="WAInstagramCore" desc="公共模块"/>
frameworks/WAInstagramImpl.framework/Headers/WAInstagramImpl.h
@@ -16,4 +16,4 @@
// In this header, you should import all the public headers of your framework using statements like #import <WAInstagramImpl/PublicHeader.h>
//time:2017/08/27 15:38 ver:3.7.0
//time:2019/01/15 12:30 ver:3.8.0
frameworks/WAInstagramImpl.framework/Info.plist
Binary files differ
frameworks/WAInstagramImpl.framework/WAInstagramImpl
Binary files differ