WASdkIntf.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WASdkIntf' s.version = '4.12.0' s.version = '4.13.0' s.summary = 'WASdkIntf framework in production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } WASdkIntf/4.13.0/WASdkIntf.podspec
New file @@ -0,0 +1,23 @@ # # Be sure to run `pod spec lint WASdkIntf.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 = 'WASdkIntf' s.version = '4.13.0' s.summary = 'WASdkIntf framework in production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkIntf.git' s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WASdkIntf.git" , :tag => s.version} s.platform = :ios s.ios.deployment_target = "7.0" s.vendored_frameworks = 'frameworks/WASdkIntf.framework' #s.resources = ['config/*.plist'] s.requires_arc = true end frameworks/WASdkIntf.framework/Headers/WAConstants.h
@@ -158,6 +158,7 @@ extern NSString *const WAPAYCHANNEL_H5PLATFORM; extern NSString *const WAPAYCHANNEL_ENJOYPAY; extern NSString *const WAPAYCHANNEL_AGHANIM; frameworks/WASdkIntf.framework/Headers/WAIUser.h
@@ -40,6 +40,9 @@ -(void)applicationDidEnterBackground:(UIApplication *)application; - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^_Nullable)(NSArray * _Nullable))restorationHandler; -(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication @@ -253,4 +256,19 @@ // 取消监听 - (void)removeCoinsChangeListener; // 获取cid - (void)getCid:(void(^_Nullable)(NSError * _Nullable error, NSString * _Nullable cid))completeBlock; //查询月卡功能开关接口 - (BOOL)isOpenPass; //查询月卡功能开关接口 - (BOOL)isOpenPassUI; //新增月卡UI接口 - (void)showPassUI:(void(^_Nullable)(NSError * _Nullable error))completeBlock; @end frameworks/WASdkIntf.framework/Headers/WAParamConfigObj.h
@@ -26,6 +26,8 @@ @property(nonatomic,copy)NSString* userAgreementUrl; @property(nonatomic,strong)NSNumber* uploadPurchaseLog; @property(nonatomic) NSInteger adVideoCacheCount; @property(nonatomic) NSInteger admobRequestLimit; // admob 广告限制次数 @property(nonatomic) NSInteger enableBindAccount; // 绑定: 0-关闭, 1-打开 2-强制绑定(国内) @property(nonatomic) NSInteger enableUnBindAccount; // 解绑: 0-关闭,1-打开 @property(nonatomic,copy)NSString* privacyUrl; // 隐私协议url @@ -138,10 +140,13 @@ @property(nonatomic,copy)NSString * aiHelpDomain;//aiHelp appid domain @property(nonatomic,copy)NSString * appleId;//苹果ID(管理后台是带id前缀,需要单独处理) @property(nonatomic)NSInteger rechargeCenterPayMethod; //0 - 复制链接方式1 - 跳外链方式(默认) // 月卡开关;0-关闭;1-开启 // 月卡总开关;0-关闭;1-开启 @property(nonatomic)NSInteger passStatus; /// 月卡礼包 UI 开关:0-关闭(默认),1-全部开启,2-仅 Android 开启,3-仅 iOS 开启 @property(nonatomic) NSInteger passGiftUiStatus; @property(nonatomic)NSInteger passGuideMode;//0-跳客服;1-复制充值中心短链 2 关闭 @property(nonatomic,copy)NSString * passPageGoto ; @@ -171,6 +176,9 @@ */ @property(nonatomic,copy)NSString * paymentWindowAdPaymentRef ; // 月卡礼包领取界面图 @property(nonatomic,copy)NSString * passGiftWindowImg ; frameworks/WASdkIntf.framework/Headers/WASdkIntf.h
@@ -90,5 +90,5 @@ // In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h> //2026/04/27 12:29 ver:4.12.0 //2026/04/27 12:29 ver:4.13.0 // 2 frameworks/WASdkIntf.framework/Headers/WATrackProxy.h
@@ -121,6 +121,11 @@ extern NSString *const WAEvent_GHW_COINS_USE_ALERT; // coins足够 extern NSString *const WAEvent_GHW_COINS_INSUFFICIENT_ALERT;// coins不足 //快速登录 extern NSString *const WAEvent_GHW_AUTH_LOGIN ; //充值中心授权登录 extern NSString *const WAEventParameterNameCoinsInsufficientChoose ; extern NSString *const WAEventParameterNameRegistrationMethod; frameworks/WASdkIntf.framework/Headers/WAUserProxy.h
@@ -566,5 +566,15 @@ // 取消监听 + (void)removeCoinsChangeListener; // 获取cid + (void)getCid:(void(^_Nullable)(NSError * _Nullable error, NSString * _Nullable cid))completeBlock; //查询月卡功能总开关接口 + (BOOL)isOpenPass; //查询月卡功能UI开关接口 + (BOOL)isOpenPassUI; //新增月卡UI接口 + (void)showPassUI:(void(^_Nullable)(NSError * _Nullable error))completeBlock; @end frameworks/WASdkIntf.framework/Info.plistBinary files differ
frameworks/WASdkIntf.framework/WASdkIntfBinary files differ
frameworks/WASdkIntf.framework/_CodeSignature/CodeDirectoryBinary files differ
frameworks/WASdkIntf.framework/_CodeSignature/CodeResources
@@ -62,7 +62,7 @@ </data> <key>Headers/WAConstants.h</key> <data> A5I7s62j1IFgdW3Gdmt32opzV6M= r6hSVfE8eS5pwrNVck4J7lA8ays= </data> <key>Headers/WACore.h</key> <data> @@ -166,7 +166,7 @@ </data> <key>Headers/WAIUser.h</key> <data> irhVOEgI6/Pe2r0J+JaJvW16gkQ= 7Nj+KpSw5ed9ZNI8eKJMcC4UEgU= </data> <key>Headers/WAIapProduct.h</key> <data> @@ -194,7 +194,7 @@ </data> <key>Headers/WAParamConfigObj.h</key> <data> H15zkE66+FM8wbRkBdoDrssJ+zo= K0wYSxkcL5g+I0iG7lbAynZ3y3o= </data> <key>Headers/WAPassPlatformInfo.h</key> <data> @@ -226,7 +226,7 @@ </data> <key>Headers/WASdkIntf.h</key> <data> wTmPzVbgPGBF6QI2cMNk9AuJG+o= CxLyXnA18nzqULOl90Rv1jLvOig= </data> <key>Headers/WAShareLinkContent.h</key> <data> @@ -262,7 +262,7 @@ </data> <key>Headers/WATrackProxy.h</key> <data> jz9R8tCv4KXVC+dV2KHBq1XjmuI= KVTItXLsH0Qp1PduwWhonAe0/xE= </data> <key>Headers/WATutorialCompletedEvent.h</key> <data> @@ -294,11 +294,11 @@ </data> <key>Headers/WAUserProxy.h</key> <data> yuHklUXuxlLopdpEfH8LTq1772M= aP4hJIKNFOp78oAWL6jY/Nnh2+I= </data> <key>Info.plist</key> <data> C08B+6nAeTRqMNnOHMhXPCNRqgU= Zx1ijDlNFk8FA+chDeyj850GjEM= </data> <key>Modules/module.modulemap</key> <data> @@ -409,7 +409,7 @@ <dict> <key>hash2</key> <data> VLvDBO5hgRqfO9AJN3oWYCoM4I6V9rZ1SCJDb9buZ7g= 9VUypGHeWI4wJqMbPq7AAMgTffEWKi9XDeyH9IHYr3M= </data> </dict> <key>Headers/WACore.h</key> @@ -591,7 +591,7 @@ <dict> <key>hash2</key> <data> NTd+ocpkI/tvWq9rWxfXKMAcS+XziwuehtAp+pHQEEs= MIbrpjYawQDbJMShgGrqcqB7v0KPZoWZYv2oTLhHo38= </data> </dict> <key>Headers/WAIapProduct.h</key> @@ -640,7 +640,7 @@ <dict> <key>hash2</key> <data> CGBFukx0Km6yk/frQEGSwGcNd+zWwQMV769sKrrTIC8= h6ZfKltpeAVbhg0nTBlk/wsp347JuOkYI5WJ4OP1qAk= </data> </dict> <key>Headers/WAPassPlatformInfo.h</key> @@ -696,7 +696,7 @@ <dict> <key>hash2</key> <data> woPre+xvo15yRjMflN2kFp1K/o+yOFEXlIfJO0umw0g= 2kuK+8rfB7d1cU8B3HYGvJYXz2Fip9x2YDMqJreZRRI= </data> </dict> <key>Headers/WAShareLinkContent.h</key> @@ -759,7 +759,7 @@ <dict> <key>hash2</key> <data> uMzOcQwEHLrG0Ko4oRQF5o05qY6xcnh1KOBh12IL5NY= xUAPrM+ZJPKAD4U/xj6IcGK5dcMBqwgUP1pfcL8BMgU= </data> </dict> <key>Headers/WATutorialCompletedEvent.h</key> @@ -815,7 +815,7 @@ <dict> <key>hash2</key> <data> /GWO6+pF/JUWm19D1EugHvZfYX2D3ElxXncyoIdkS44= FqLsYoMKy1ZouDCSpfFEbPlkuoiDkyMiRctgjjiljHY= </data> </dict> <key>Modules/module.modulemap</key> frameworks/WASdkIntf.framework/_CodeSignature/CodeSignatureBinary files differ