WAVkImpl.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WAVkImpl' s.version = '3.8.0' s.version = '3.8.4' s.summary = 'WAVkImpl framework is production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } @@ -21,6 +21,6 @@ s.resources = ['config/*.xml'] s.frameworks = 'SafariServices' s.requires_arc = true s.dependency 'WASdkIntf', '~> 3.8.0' #此处添加私有库依赖 s.dependency 'WASdkImpl', '~> 3.8.0' s.dependency 'WASdkIntf' s.dependency 'WASdkImpl' end WAVkImpl/3.8.4/WAVkImpl.podspec
New file @@ -0,0 +1,26 @@ # # Be sure to run `pod spec lint WAVkImpl.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 = 'WAVkImpl' s.version = '3.8.4' s.summary = 'WAVkImpl framework is production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAVkImpl.git' s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAVkImpl.git" , :tag => s.version} s.platform = :ios s.ios.deployment_target = "7.0" s.vendored_frameworks = 'frameworks/*.framework' s.resources = ['config/*.xml'] s.frameworks = 'SafariServices' s.requires_arc = true s.dependency 'WASdkIntf' s.dependency 'WASdkImpl' end config/wa_sdk_impl_config_vk.xml
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <config> <version val="VK3.8.0"/> <version val="VK3.8.4"/> <comps> <!-- 用户模块 --> <comp module="USR" plaf="VK" mandatory="YES" value="WAVKUser" desc="VK用户账户"/> frameworks/VKSdkFramework.framework/Headers/VKApi.h
frameworks/VKSdkFramework.framework/Headers/VKApiConst.hold mode 100755 new mode 100644
frameworks/VKSdkFramework.framework/Headers/VKApiDocs.hold mode 100755 new mode 100644
frameworks/VKSdkFramework.framework/Headers/VKApiModels.hold mode 100755 new mode 100644
frameworks/VKSdkFramework.framework/Headers/VKAuthorizeController.h
@@ -60,10 +60,10 @@ /** Controller for authorization through webview (if VK app not available) */ @interface VKAuthorizeController : UIViewController <UIWebViewDelegate> @interface VKAuthorizeController : UIViewController /** Causes UIWebView in standard UINavigationController be presented in SDK delegate Causes web view in standard UINavigationController be presented in SDK delegate @param appId Identifier of VK application @param permissions Permissions that user specified for application @param revoke If YES, user will see permissions list and allow to logout (if logged in already) @@ -75,7 +75,7 @@ displayType:(VKDisplayType)displayType; /** Causes UIWebView in standard UINavigationController be presented for user validation Causes web view in standard UINavigationController be presented for user validation @param validationError validation error returned by API */ + (void)presentForValidation:(VKError *)validationError; frameworks/VKSdkFramework.framework/Headers/VKDocs.hold mode 100755 new mode 100644
frameworks/VKSdkFramework.framework/Headers/VKSdk.h
@@ -1,6 +1,6 @@ // // VKSdk.h // 1.4.9 // // Copyright (c) 2014 VK.com // // Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -283,7 +283,7 @@ Checks passed URL for access token. @param passedUrl url from external application @param sourceApplication source application @param sourceApplication source application (it is an optional param, because the check is performed not only by this parameter, but also by the URL scheme) @return YES if parsed successfully */ + (BOOL)processOpenURL:(NSURL *)passedUrl fromApplication:(NSString *)sourceApplication; frameworks/VKSdkFramework.framework/Headers/VKSdkFramework.hold mode 100755 new mode 100644
@@ -1,25 +1,10 @@ // // VKSdkFramework.h // VKSdkFramework // // Copyright (c) 2015 VK.com // Created by wuyx on 2017/1/3. // Copyright © 2017年 GHW. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in // the Software without restriction, including without limitation the rights to // use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of // the Software, and to permit persons to whom the Software is furnished to do so, // subject to the following conditions: // // The above copyright notice and this permission notice shall be included in all // copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS // FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR // COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER // IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #import <UIKit/UIKit.h> @@ -30,32 +15,5 @@ FOUNDATION_EXPORT const unsigned char VKSdkFrameworkVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <VKSdkFramework/PublicHeader.h> #import <VKSdkFramework/VKSdk.h> #import <VKSdkFramework/VKAccessToken.h> #import <VKSdkFramework/VKPermissions.h> #import <VKSdkFramework/VKUtil.h> #import <VKSdkFramework/VKApi.h> #import <VKSdkFramework/VKApiConst.h> #import <VKSdkFramework/VKSdkVersion.h> #import <VKSdkFramework/VKCaptchaViewController.h> #import <VKSdkFramework/VKRequest.h> #import <VKSdkFramework/VKBatchRequest.h> #import <VKSdkFramework/NSError+VKError.h> #import <VKSdkFramework/VKApiModels.h> #import <VKSdkFramework/VKUploadImage.h> #import <VKSdkFramework/VKShareDialogController.h> #import <VKSdkFramework/VKActivity.h> #import <VKSdkFramework/OrderedDictionary.h> #import <VKSdkFramework/VKAuthorizeController.h> #import <VKSdkFramework/VKBundle.h> #import <VKSdkFramework/VKCaptchaView.h> #import <VKSdkFramework/VKUploadMessagesPhotoRequest.h> #import <VKSdkFramework/VKUploadPhotoBase.h> #import <VKSdkFramework/VKUploadPhotoRequest.h> #import <VKSdkFramework/VKUploadWallPhotoRequest.h> #import <VKSdkFramework/VKHTTPClient.h> #import <VKSdkFramework/VKHTTPOperation.h> #import <VKSdkFramework/VKJSONOperation.h> #import <VKSdkFramework/VKRequestsScheduler.h> #import <VKSdkFramework/VKSharedTransitioningObject.h> #import <VKSdkFramework/NSString+MD5.h> //time:2017/1/3 11:28 frameworks/VKSdkFramework.framework/Info.plistBinary files differ
frameworks/VKSdkFramework.framework/VKSdkFrameworkBinary files differ
frameworks/WAVkImpl.framework/Headers/WAVkImpl.h
@@ -16,4 +16,4 @@ // In this header, you should import all the public headers of your framework using statements like #import <WAVkImpl/PublicHeader.h> //time:2019/01/15 12:30 ver:3.8.0 //time:2020/05/20 12:30 ver:3.8.4 frameworks/WAVkImpl.framework/Info.plistBinary files differ
frameworks/WAVkImpl.framework/WAVkImplBinary files differ