From 636f989375261298744c6859120156ac0d663e4d Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 03 May 2017 10:48:07 +0800 Subject: [PATCH] 添加3.6.3 --- config/wa_sdk_impl_config_push.xml | 8 ++++++++ WAPushImpl.podspec | 26 ++++++++++++++++++++++++++ frameworks/WAPushImpl.framework/WAPushImpl | 0 frameworks/WAPushImpl.framework/Info.plist | 0 frameworks/WAPushImpl.framework/Headers/WAPushImpl.h | 19 +++++++++++++++++++ frameworks/WAPushImpl.framework/Modules/module.modulemap | 6 ++++++ 6 files changed, 59 insertions(+), 0 deletions(-) diff --git a/WAPushImpl.podspec b/WAPushImpl.podspec new file mode 100644 index 0000000..5f9c88e --- /dev/null +++ b/WAPushImpl.podspec @@ -0,0 +1,26 @@ +# +# Be sure to run `pod spec lint WAPushImpl.podspec' to ensure this is a +# valid spec and to remove all comments including this before submitting the spec. +# +# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html +# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ +# + +Pod::Spec.new do |s| + +s.name = 'WAPushImpl' +s.version = '3.6.3' +s.summary = 'WAPushImpl framework in testing environment.' +s.license = 'MIT' +s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } +s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAPushImpl.git' +s.source = { :git => "http://admin@172.16.100.58:7070/r/WAPushImpl.git" , :tag => s.version} +s.platform = :ios +s.ios.deployment_target = "7.0" +s.vendored_frameworks = 'frameworks/*.framework' +s.resources = ['config/*.xml'] +s.requires_arc = true +s.dependency 'WASdkIntf', '3.6.3' #此处添加私有库依赖 +s.dependency 'WASdkImpl', '3.6.3' + +end diff --git a/config/wa_sdk_impl_config_push.xml b/config/wa_sdk_impl_config_push.xml new file mode 100644 index 0000000..5f5c2db --- /dev/null +++ b/config/wa_sdk_impl_config_push.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<config> + <version val="AP3.6.3"/> + <comps> + <!-- 应用墙模块 --> + <comp module="PUSH" plaf="PUSH" mandatory="NO" value="WAPush" desc="消息推送"/> + </comps> +</config> diff --git a/frameworks/WAPushImpl.framework/Headers/WAPushImpl.h b/frameworks/WAPushImpl.framework/Headers/WAPushImpl.h new file mode 100644 index 0000000..1174925 --- /dev/null +++ b/frameworks/WAPushImpl.framework/Headers/WAPushImpl.h @@ -0,0 +1,19 @@ +// +// WAPushImpl.h +// WAPushImpl +// +// Created by hank on 2017/4/1. +// Copyright © 2017年 hank. All rights reserved. +// + +#import <UIKit/UIKit.h> + +//! Project version number for WAPushImpl. +FOUNDATION_EXPORT double WAPushImplVersionNumber; + +//! Project version string for WAPushImpl. +FOUNDATION_EXPORT const unsigned char WAPushImplVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import <WAPushImpl/PublicHeader.h> +//time:2017/5/2 18:59 ver:3.6.3 + diff --git a/frameworks/WAPushImpl.framework/Info.plist b/frameworks/WAPushImpl.framework/Info.plist new file mode 100644 index 0000000..274b55d --- /dev/null +++ b/frameworks/WAPushImpl.framework/Info.plist Binary files differ diff --git a/frameworks/WAPushImpl.framework/Modules/module.modulemap b/frameworks/WAPushImpl.framework/Modules/module.modulemap new file mode 100644 index 0000000..6121e90 --- /dev/null +++ b/frameworks/WAPushImpl.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module WAPushImpl { + umbrella header "WAPushImpl.h" + + export * + module * { export * } +} diff --git a/frameworks/WAPushImpl.framework/WAPushImpl b/frameworks/WAPushImpl.framework/WAPushImpl new file mode 100644 index 0000000..02f64a8 --- /dev/null +++ b/frameworks/WAPushImpl.framework/WAPushImpl Binary files differ -- Gitblit v1.8.0