Commit c3379bac authored by Mazy's avatar Mazy

remove useless files

parent 3fa8b50b
......@@ -107,7 +107,7 @@
A9AB9D842540672D00F0D766 /* GYDayTaskModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AB9D832540672D00F0D766 /* GYDayTaskModel.m */; };
A9AB9D8B25407BBB00F0D766 /* GYSignInCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AB9D8925407BBB00F0D766 /* GYSignInCell.m */; };
A9AB9D8C25407BBB00F0D766 /* GYSignInCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9AB9D8A25407BBB00F0D766 /* GYSignInCell.xib */; };
A9AB9D932541222A00F0D766 /* GYWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AB9D922541222A00F0D766 /* GYWebViewController.m */; };
A9AB9D932541222A00F0D766 /* GYWVController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AB9D922541222A00F0D766 /* GYWVController.m */; };
A9AB9D9E2541228E00F0D766 /* MBProgressHUD+MJ.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AB9D9C2541228E00F0D766 /* MBProgressHUD+MJ.m */; };
A9AB9D9F2541228E00F0D766 /* MBProgressHUD.bundle in Resources */ = {isa = PBXBuildFile; fileRef = A9AB9D9D2541228E00F0D766 /* MBProgressHUD.bundle */; };
A9AB9DCC2541C3AA00F0D766 /* GYBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AB9DCB2541C3AA00F0D766 /* GYBaseModel.m */; };
......@@ -323,8 +323,8 @@
A9AB9D8825407BBB00F0D766 /* GYSignInCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GYSignInCell.h; sourceTree = "<group>"; };
A9AB9D8925407BBB00F0D766 /* GYSignInCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GYSignInCell.m; sourceTree = "<group>"; };
A9AB9D8A25407BBB00F0D766 /* GYSignInCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GYSignInCell.xib; sourceTree = "<group>"; };
A9AB9D912541222A00F0D766 /* GYWebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GYWebViewController.h; sourceTree = "<group>"; };
A9AB9D922541222A00F0D766 /* GYWebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GYWebViewController.m; sourceTree = "<group>"; };
A9AB9D912541222A00F0D766 /* GYWVController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GYWVController.h; sourceTree = "<group>"; };
A9AB9D922541222A00F0D766 /* GYWVController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GYWVController.m; sourceTree = "<group>"; };
A9AB9D9B2541228E00F0D766 /* MBProgressHUD+MJ.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD+MJ.h"; sourceTree = "<group>"; };
A9AB9D9C2541228E00F0D766 /* MBProgressHUD+MJ.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD+MJ.m"; sourceTree = "<group>"; };
A9AB9D9D2541228E00F0D766 /* MBProgressHUD.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = MBProgressHUD.bundle; sourceTree = "<group>"; };
......@@ -764,8 +764,8 @@
A91A7918253EF26700F9B216 /* GYWheelSurfViewController.m */,
A91A7995253FDEFD00F9B216 /* GYSettingViewController.h */,
A91A7996253FDEFD00F9B216 /* GYSettingViewController.m */,
A9AB9D912541222A00F0D766 /* GYWebViewController.h */,
A9AB9D922541222A00F0D766 /* GYWebViewController.m */,
A9AB9D912541222A00F0D766 /* GYWVController.h */,
A9AB9D922541222A00F0D766 /* GYWVController.m */,
A9F5CFEF254850340035F17B /* GYLoginViewController.h */,
A9F5CFF0254850340035F17B /* GYLoginViewController.m */,
64BF50BD25678F52000F2554 /* GYRankingViewController.h */,
......@@ -1010,7 +1010,7 @@
64AD03CB256E4C16000BD311 /* UIImage+ColorSelect.m in Sources */,
A91A7919253EF26700F9B216 /* GYWheelSurfViewController.m in Sources */,
A9AB9D6925403E3500F0D766 /* GYTaskAlertCollectionHeaderView.m in Sources */,
A9AB9D932541222A00F0D766 /* GYWebViewController.m in Sources */,
A9AB9D932541222A00F0D766 /* GYWVController.m in Sources */,
685896852567EDAC00A38A96 /* WelfareCenterVC.m in Sources */,
64842BEF256921CC00563B95 /* GYRankingRuleAlertView.m in Sources */,
A91A7950253F14C300F9B216 /* ZJGuideConfig.m in Sources */,
......
......@@ -10,7 +10,7 @@
#import "BGKeychainTool.h"
#import "GYAdsTrackModel.h"
#import "LaunchScreenPlaceHolderVC.h"
#import "GYWebViewController.h"
#import "GYWVController.h"
#import "GYWheelSurfViewController.h"
#import "GYSignInModel.h"
#import "GYDayTaskModel.h"
......@@ -85,7 +85,7 @@ NSDictionary* appLaunchOpts;
if ([status isEqualToString:@"1"]) {
[[CGUserManager shared] addLocCollection:@"click_withdraw_redPack_5" value:@""];
[[CGUserManager shared] addLocCollection:@"show_withdraw_page" value:@""];
GYWebViewController * web = [[GYWebViewController alloc] init];
GYWVController * web = [[GYWVController alloc] init];
NSString *withdrawUrl = [[CGUserManager shared].h5_url objectForKey:@"withdrawurl"];
if (web.url == nil || web.url.length == 0) {
web.url = WithdrawURL;
......@@ -130,7 +130,7 @@ NSDictionary* appLaunchOpts;
[[[self ufw] appController].window.rootViewController presentViewController:navc animated:YES completion:nil];
return;
GYWebViewController * web = [[GYWebViewController alloc] init];
GYWVController * web = [[GYWVController alloc] init];
web.url = [[CGUserManager shared].h5_url objectForKey:@"rankingurl"];
if (web.url == nil || web.url.length == 0) {
web.url = RankingURL;
......@@ -158,7 +158,7 @@ NSDictionary* appLaunchOpts;
[[CGUserManager shared] addLocCollection:@"show_welfare_center_page" value:@""];
GYWebViewController * web = [[GYWebViewController alloc] init];
GYWVController * web = [[GYWVController alloc] init];
web.url = [[CGUserManager shared].h5_url objectForKey:@"welfareurl"];
if (web.url == nil || web.url.length == 0) {
web.url = WelfareURL;
......@@ -185,7 +185,7 @@ NSDictionary* appLaunchOpts;
// 跳转打卡
- (void)ios_clockInMakeMoney {
[[CGUserManager shared] addLocCollection:@"show_clock_in_page" value:@""];
GYWebViewController * web = [[GYWebViewController alloc] init];
GYWVController * web = [[GYWVController alloc] init];
web.url = [[CGUserManager shared].h5_url objectForKey:@"clockInzurl"];
if (web.url == nil || web.url.length == 0) {
web.url = ClockINZUNL;
......
......@@ -7,7 +7,7 @@
#import "GYLoginViewController.h"
#import "WXApi.h"
#import "GYWebViewController.h"
#import "GYWVController.h"
@interface GYLoginViewController () <WXApiDelegate>
......@@ -127,14 +127,14 @@
- (IBAction)showUserAgentAndPolicyAction:(UIButton *)sender {
if (sender.tag == 1000) {
// 用户协议
GYWebViewController *webVc = [[GYWebViewController alloc] init];
GYWVController *webVc = [[GYWVController alloc] init];
webVc.url = [[CGUserManager shared].h5_url objectForKey:@"user"];
webVc.showNav = TRUE;
webVc.webTitle = @"用户协议";
[self.navigationController pushViewController:webVc animated:true];
} else {
// 隐私政策
GYWebViewController *webVc = [[GYWebViewController alloc] init];
GYWVController *webVc = [[GYWVController alloc] init];
webVc.url = [[CGUserManager shared].h5_url objectForKey:@"privacy"];
webVc.showNav = TRUE;
webVc.webTitle = @"隐私政策";
......
......@@ -7,7 +7,7 @@
#import "GYSettingViewController.h"
#import "GYSettingCell.h"
#import "GYWebViewController.h"
#import "GYWVController.h"
//#import "GYAdsManager.h"
@interface GYSettingViewController ()<UITableViewDelegate, UITableViewDataSource>{
......@@ -157,7 +157,7 @@
return;
}
GYWebViewController * web = [[GYWebViewController alloc] init];
GYWVController * web = [[GYWVController alloc] init];
web.url = urlStr;
web.webTitle = _dataSourceArray[indexPath.row];
web.showNav = YES;
......
//
// GYWebViewController.h
// GYWVController.h
// superCleaner
//
// Created by Apple on 2020/7/6.
......@@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface GYWebViewController : UIViewController
@interface GYWVController : UIViewController
@property (nonatomic, copy) NSString * url;
@property (nonatomic, copy) NSString * webTitle;
......
//
// GYWebViewController.m
// GYWVController.m
// superCleaner
//
// Created by Apple on 2020/7/6.
// Copyright © 2020 Apple. All rights reserved.
//
#import "GYWebViewController.h"
#import "GYWVController.h"
#import <WebKit/WebKit.h>
#import "GYSettingViewController.h"
#import "WXApi.h"
......@@ -14,16 +14,16 @@
#import "GYCountDownTimeView.h"
#import "GYWithDrawAlertView.h"
@interface GYWebViewController ()<WKUIDelegate, WKNavigationDelegate, WKScriptMessageHandler, WXApiDelegate>
@interface GYWVController ()<WKUIDelegate, WKNavigationDelegate, WKScriptMessageHandler, WXApiDelegate>
@property (nonatomic, strong) WKWebView * webView;
@property (nonatomic, strong) WKWebView * wkView;
@property (nonatomic, strong) NSMutableURLRequest *requestW;
@property (nonatomic, strong) UIProgressView *progressView;
@property (nonatomic, strong) GYCountDownTimeView * countDownView;
@end
@implementation GYWebViewController
@implementation GYWVController
......@@ -54,39 +54,39 @@
self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];
WKWebViewConfiguration *webViewConfig = [[WKWebViewConfiguration alloc] init];
WKWebViewConfiguration *wkConfig = [[WKWebViewConfiguration alloc] init];
// 视频页面播放支持
webViewConfig.allowsAirPlayForMediaPlayback = YES;
webViewConfig.allowsInlineMediaPlayback = YES;
wkConfig.allowsAirPlayForMediaPlayback = YES;
wkConfig.allowsInlineMediaPlayback = YES;
if (@available(iOS 10.0, *)) {
webViewConfig.mediaTypesRequiringUserActionForPlayback = NO;
wkConfig.mediaTypesRequiringUserActionForPlayback = NO;
} else {
// Fallback on earlier versions
}
[webViewConfig.userContentController addScriptMessageHandler:self name:@"eventUtils"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"closeView"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"backTrack"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"settingCallBack"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"withDraw"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"apiClientGet"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"apiClientPost"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"h5Jump"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"showWithdrawSucces"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"showDialog"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"jumpWebActivity"];
[webViewConfig.userContentController addScriptMessageHandler:self name:@"getVersionName"]; // 告诉h5 版本号
[wkConfig.userContentController addScriptMessageHandler:self name:@"eventUtils"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"closeView"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"backTrack"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"settingCallBack"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"withDraw"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"apiClientGet"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"apiClientPost"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"h5Jump"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"showWithdrawSucces"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"showDialog"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"jumpWebActivity"];
[wkConfig.userContentController addScriptMessageHandler:self name:@"getVersionName"]; // 告诉h5 版本号
//屏蔽底部黑框
self.webView = [[WKWebView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, KScreenHeight) configuration:webViewConfig];
self.wkView = [[WKWebView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, KScreenHeight) configuration:wkConfig];
if(self.navigationController.viewControllers.count == 1 && !self.presentingViewController){
self.webView.frame = CGRectMake(0, 0, KScreenWidth, KScreenHeight-self.tabBarController.tabBar.frame.size.height);
self.wkView.frame = CGRectMake(0, 0, KScreenWidth, KScreenHeight-self.tabBarController.tabBar.frame.size.height);
}
_webView.UIDelegate = self;
_webView.navigationDelegate = self;
_webView.opaque = NO;
_webView.backgroundColor = [UIColor clearColor];
[self.view addSubview:_webView];
[_webView mas_makeConstraints:^(MASConstraintMaker *make) {
_wkView.UIDelegate = self;
_wkView.navigationDelegate = self;
_wkView.opaque = NO;
_wkView.backgroundColor = [UIColor clearColor];
[self.view addSubview:_wkView];
[_wkView mas_makeConstraints:^(MASConstraintMaker *make) {
make.edges.equalTo(self.view);
}];
......@@ -102,15 +102,15 @@
// make.height.equalTo(@(1));
// make.top.equalTo(@(kStatusBarHeight));
// }];
[_webView addObserver:self forKeyPath:@"estimatedProgress" options:NSKeyValueObservingOptionNew context:nil];
[_wkView addObserver:self forKeyPath:@"estimatedProgress" options:NSKeyValueObservingOptionNew context:nil];
_requestW = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:_url]];
//清除请求
[self.webView loadRequest:_requestW];
[self.wkView loadRequest:_requestW];
if (!_showNav){
self.webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
self.wkView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}
if (self.countDown > 0) {
......@@ -172,7 +172,7 @@
if ([[data Read] objectForKey:@"flushToken"]) {
NSString* method = @"wechat_login_cb()";
[self.webView evaluateJavaScript:method completionHandler:^(id _Nullable obj, NSError * _Nullable error) {
[self.wkView evaluateJavaScript:method completionHandler:^(id _Nullable obj, NSError * _Nullable error) {
if (error) {
NSLog(@"%@", error);
}else{
......@@ -285,7 +285,7 @@
// NSString * jsonString = [[NSString alloc] initWithData:jsonData encoding:NSUTF8StringEncoding];
NSString* method = [NSString stringWithFormat:@"onApiSuc(\"%@\", \"%@\")", base64, tag];
[self.webView evaluateJavaScript:method completionHandler:^(id _Nullable obj, NSError * _Nullable error) {
[self.wkView evaluateJavaScript:method completionHandler:^(id _Nullable obj, NSError * _Nullable error) {
if (error) {
NSLog(@"%@", error);
}else{
......@@ -331,7 +331,7 @@
// NSString * jsonString = [[NSString alloc] initWithData:jsonData encoding:NSUTF8StringEncoding];
NSString* method = [NSString stringWithFormat:@"onApiSuc(\"%@\", \"%@\")", base64, tag];
[self.webView evaluateJavaScript:method completionHandler:^(id _Nullable obj, NSError * _Nullable error) {
[self.wkView evaluateJavaScript:method completionHandler:^(id _Nullable obj, NSError * _Nullable error) {
if (error) {
NSLog(@"%@", error);
}else{
......@@ -445,8 +445,8 @@
if (self.countDown > 0) {
}else{
if ([_webView canGoBack]) {
[_webView goBack];
if ([_wkView canGoBack]) {
[_wkView goBack];
return;
}
}
......@@ -460,7 +460,7 @@
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSString *,id> *)change context:(void *)context {
if ([keyPath isEqualToString:@"estimatedProgress"]) {
self.progressView.progress = _webView.estimatedProgress;
self.progressView.progress = _wkView.estimatedProgress;
if (self.progressView.progress == 1) {
__weak typeof (self)weakSelf = self;
[UIView animateWithDuration:0.25f delay:0.3f options:UIViewAnimationOptionCurveEaseOut animations:^{
......@@ -475,16 +475,16 @@
}
- (void)dealloc {
[_webView removeObserver:self forKeyPath:@"estimatedProgress"];
[_webView.configuration.userContentController removeScriptMessageHandlerForName:@"backTrack"];
[_webView.configuration.userContentController removeScriptMessageHandlerForName:@"settingCallBack"];
[_wkView removeObserver:self forKeyPath:@"estimatedProgress"];
[_wkView.configuration.userContentController removeScriptMessageHandlerForName:@"backTrack"];
[_wkView.configuration.userContentController removeScriptMessageHandlerForName:@"settingCallBack"];
// [[NSURLCache sharedURLCache] removeCachedResponseForRequest:self.requestW];
}
/// 刷新webView
- (void)resumeWebView {
[self.webView evaluateJavaScript:@"onResume()" completionHandler:^(id _Nullable obj, NSError * _Nullable error) {
[self.wkView evaluateJavaScript:@"onResume()" completionHandler:^(id _Nullable obj, NSError * _Nullable error) {
if (error) {
NSLog(@"%@", error);
} else {
......@@ -521,7 +521,7 @@
[self webNativePost:dict];
}else if([message.name isEqualToString:@"h5Jump"]){
_requestW = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:message.body]];
[self.webView loadRequest:_requestW];
[self.wkView loadRequest:_requestW];
}else if([message.name isEqualToString:@"showWithdrawSucces"]){
GYWithDrawAlertView * withdraw = [[NSBundle mainBundle] loadNibNamed:NSStringFromClass([GYWithDrawAlertView class]) owner:self options:nil].firstObject;
......@@ -596,7 +596,7 @@
}];
} else {
[[CGUserManager shared] addLocCollection:[NSString stringWithFormat:@"click_welfare_task_receive_%@", dict[@"title"]] value:@""];
GYWebViewController * web = [[GYWebViewController alloc] init];
GYWVController * web = [[GYWVController alloc] init];
web.url = dict[@"adurl"];
web.webTitle = dict[@"title"];
web.details = dict[@"alert"];
......
......@@ -15,6 +15,7 @@
dependencies = (
);
name = "Bytedance-UnionAD";
productName = "Bytedance-UnionAD";
};
47A48B35767B2FF26EE52EF544D5F14B /* SigmobAd-iOS */ = {
isa = PBXAggregateTarget;
......@@ -24,6 +25,7 @@
dependencies = (
);
name = "SigmobAd-iOS";
productName = "SigmobAd-iOS";
};
638E86E64F6B17ED9AD28BAD37EC897D /* BaiduMobAd_SDK */ = {
isa = PBXAggregateTarget;
......@@ -33,6 +35,7 @@
dependencies = (
);
name = BaiduMobAd_SDK;
productName = BaiduMobAd_SDK;
};
6F2BDBDBBAD8487EF4614E1D729C5DD0 /* GDTMobSDK */ = {
isa = PBXAggregateTarget;
......@@ -42,6 +45,7 @@
dependencies = (
);
name = GDTMobSDK;
productName = GDTMobSDK;
};
6F6B630FA5213AB083E7CEF1F986FE44 /* UMCCommon */ = {
isa = PBXAggregateTarget;
......@@ -51,6 +55,7 @@
dependencies = (
);
name = UMCCommon;
productName = UMCCommon;
};
9958EF4E6B5E64E21603A103C0DB6ED3 /* VLionAdSDKPoly */ = {
isa = PBXAggregateTarget;
......@@ -65,6 +70,7 @@
F2F183A7014EEA5C3A44CBFF0ABC6A08 /* PBXTargetDependency */,
);
name = VLionAdSDKPoly;
productName = VLionAdSDKPoly;
};
F1F8589DC3969524CDD3DCCC1A003534 /* RSPodKSAdaper */ = {
isa = PBXAggregateTarget;
......@@ -74,6 +80,7 @@
dependencies = (
);
name = RSPodKSAdaper;
productName = RSPodKSAdaper;
};
/* End PBXAggregateTarget section */
......@@ -404,14 +411,14 @@
1E912C147152CE1E0D2465306CF13FA3 /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = "<group>"; };
1EDE28D57D31DC578220809BED23A949 /* NSObject+MJCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJCoding.h"; path = "MJExtension/NSObject+MJCoding.h"; sourceTree = "<group>"; };
1F2430BB5088EC577AA9AE10B6747C1E /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = "<group>"; };
1FFED36A657123030ABB700256D73F15 /* Masonry.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Masonry.framework; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; };
1FFED36A657123030ABB700256D73F15 /* Masonry.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; };
200DCF96D55B6EF9C9564E0EB5F11C03 /* GDTNativeExpressRewardVideoAd.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTNativeExpressRewardVideoAd.h; path = lib/GDTNativeExpressRewardVideoAd.h; sourceTree = "<group>"; };
225B34A8F211EA8EF75594D46A15B990 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = "<group>"; };
22693E34328758A63C1FE900BA4FC500 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = "<group>"; };
22F5CBC7FCD714C294F5176ABE83A8D2 /* UMCommon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = UMCommon.framework; sourceTree = "<group>"; };
2650384BDF53E845414B283CF672A5DC /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = "<group>"; };
2A9F8D25FECAD49640A66DC40C553C7A /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = "<group>"; };
2B276B0A79173A1D6E83C9B4FB9A4A57 /* MJExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJExtension.framework; path = MJExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2B276B0A79173A1D6E83C9B4FB9A4A57 /* MJExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MJExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2BEA1B21CBB2B32F990E372F79CBB494 /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = "<group>"; };
2C486E1644EB2B79FA212FB039A83A9C /* MJExtensionConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtensionConst.h; path = MJExtension/MJExtensionConst.h; sourceTree = "<group>"; };
2CBD1B761FC3226FCBA46629BAC99247 /* VLionADSDKBDAdapter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VLionADSDKBDAdapter.framework; path = VLionAdSDKPoly/VLionADSDKBDAdapter/VLionADSDKBDAdapter.framework; sourceTree = "<group>"; };
......@@ -427,7 +434,7 @@
35D957DEC772BA2391C4E8C9EE5C7FD8 /* Pods-GYDemo-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-GYDemo-acknowledgements.plist"; sourceTree = "<group>"; };
368271F9B315408D4F7B5315542CE6BD /* SJWeChatOpenSDK_NoPay-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SJWeChatOpenSDK_NoPay-prefix.pch"; sourceTree = "<group>"; };
36DC532119A2D81E79E4050930D8C9D9 /* MJPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyType.h; path = MJExtension/MJPropertyType.h; sourceTree = "<group>"; };
390006A1C57A7CF485410AF0F29BB837 /* SJWeChatOpenSDK_NoPay.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SJWeChatOpenSDK_NoPay.framework; path = SJWeChatOpenSDK_NoPay.framework; sourceTree = BUILT_PRODUCTS_DIR; };
390006A1C57A7CF485410AF0F29BB837 /* SJWeChatOpenSDK_NoPay.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SJWeChatOpenSDK_NoPay.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3BA72A14C90B3CDC5C765F0357E32680 /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = "<group>"; };
3C2DB6F5E54F75F8509DB5155240FD1C /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = "<group>"; };
3E8E3756FE4CC291098088840F85E09D /* Pods-GYDemo-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-GYDemo-resources.sh"; sourceTree = "<group>"; };
......@@ -524,7 +531,7 @@
8A22E77A9D0F6726786075845C0BB978 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = "<group>"; };
8A49760A84863058C043D78292D64620 /* VLionADSDKBUAdapter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VLionADSDKBUAdapter.framework; path = VLionAdSDKPoly/VLionADSDKBUAdapter/VLionADSDKBUAdapter.framework; sourceTree = "<group>"; };
8A5F857B657E1E7BB607025B1AD82958 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; };
8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8BEA7EB0110B8C90B691C9BED2E4F390 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = "<group>"; };
8C38CC7FD281C03D3511527AAE58B819 /* MJExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJExtension.modulemap; sourceTree = "<group>"; };
8C86A7DC838CE94B9AA498218D76A150 /* GDTNativeExpressProAdManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTNativeExpressProAdManager.h; path = lib/GDTNativeExpressProAdManager.h; sourceTree = "<group>"; };
......@@ -545,11 +552,11 @@
987CAC8941CEA58D85314F4D83041B9D /* AFImageDownloader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFImageDownloader.m; path = "UIKit+AFNetworking/AFImageDownloader.m"; sourceTree = "<group>"; };
9B01E7E7E0DC845063098767FE97DC65 /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = "<group>"; };
9BB222E47BBA7FFE700E523BC09BC729 /* NSString+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+MJExtension.h"; path = "MJExtension/NSString+MJExtension.h"; sourceTree = "<group>"; };
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
9D96A478DD715FAE4B3901632A5EC741 /* MJPropertyKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyKey.m; path = MJExtension/MJPropertyKey.m; sourceTree = "<group>"; };
A3D7FD7EE933042C3AAE2FCDBDA513A2 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
A45CE6CDB7A55942E37F06BD0BC38F99 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = "<group>"; };
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AFNetworking.framework; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A4FA4B6B4D050220D1E8957618833DA0 /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = "<group>"; };
A5F34B98FAD3AAFD8DD9193D27DF34FC /* WindSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WindSDK.framework; path = Sigmob/WindSDK.framework; sourceTree = "<group>"; };
A68F7E3C1B7C128B882B6DD8E8C23F3B /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = "<group>"; };
......@@ -597,7 +604,7 @@
D68FF7BBCEB715EBABE97E122CE5EBEA /* SJWeChatOpenSDK_NoPay.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SJWeChatOpenSDK_NoPay.release.xcconfig; sourceTree = "<group>"; };
D7286ECD3E82B4FE7AAD7746A188C150 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = "<group>"; };
D7B9BB795250363DA852B5FD04171F3B /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImageView+AFNetworking.h"; path = "UIKit+AFNetworking/UIImageView+AFNetworking.h"; sourceTree = "<group>"; };
DB3DCE344CB0697C2019AF6CD0694337 /* Pods_GYDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_GYDemo.framework; path = "Pods-GYDemo.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
DB3DCE344CB0697C2019AF6CD0694337 /* Pods_GYDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GYDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
DBA1AAA7DF1EFF327D12D6F898C53BB0 /* VLionAdImg.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = VLionAdImg.bundle; path = VLionAdSDKPoly/VLionADSDK/VLionAdImg.bundle; sourceTree = "<group>"; };
DC755852B293E3E841F61D520520CF0A /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = "<group>"; };
DCD4C5FE70FF332DCFFC5357C6411B14 /* VLionADSDKGDTAdapter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VLionADSDKGDTAdapter.framework; path = VLionAdSDKPoly/VLionADSDKGDTAdapter/VLionADSDKGDTAdapter.framework; sourceTree = "<group>"; };
......@@ -608,7 +615,7 @@
E199B97DB441D1FF635353160DBFF5BC /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = "<group>"; };
E25AB1876486BD696FEB002086023B73 /* GDTUnifiedNativeAdView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUnifiedNativeAdView.h; path = lib/GDTUnifiedNativeAdView.h; sourceTree = "<group>"; };
E391A26343C905A095F878E4AFB6DD18 /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = "<group>"; };
E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E5A833B6C9B5A387C3A7002E3588164D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; };
E887B211B61780BE0D5AC952A69144F6 /* UMCCommon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = UMCCommon.debug.xcconfig; sourceTree = "<group>"; };
ECA164613F14DA57C33F9B25E5FF77E5 /* UIRefreshControl+AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIRefreshControl+AFNetworking.h"; path = "UIKit+AFNetworking/UIRefreshControl+AFNetworking.h"; sourceTree = "<group>"; };
......@@ -730,7 +737,6 @@
A8026BE80D4FC09DD7F7A67CE682C01E /* Support Files */,
386DA44D7A832B5870C2E6C79A63E84C /* UIKit */,
);
name = AFNetworking;
path = AFNetworking;
sourceTree = "<group>";
};
......@@ -848,7 +854,6 @@
B7DA2FC8BCACCCEECFB78A19EA78D665 /* VLionAdSDKPoly */,
F54A909862868160067FD26ACB3D5639 /* VLionNewsSDK */,
);
name = VLionAdSDKPoly;
path = VLionAdSDKPoly;
sourceTree = "<group>";
};
......@@ -858,7 +863,6 @@
8C5D6DF2794486D5F569B32AAA601C42 /* Frameworks */,
A48797BC5D3820ABA0769D3F0DEC7F69 /* Support Files */,
);
name = UMCCommon;
path = UMCCommon;
sourceTree = "<group>";
};
......@@ -878,7 +882,6 @@
475A9D8B30FCCB37031B293FEF1BD8E4 /* Resources */,
EB1880CC1A50D8583A6E4E038895DE91 /* Support Files */,
);
name = BaiduMobAd_SDK;
path = BaiduMobAd_SDK;
sourceTree = "<group>";
};
......@@ -956,7 +959,6 @@
0E1E53635712A7735F81E934D1FF9AE2 /* Frameworks */,
9ADB0BCF3D55BBAB3479D98A593C39A0 /* Support Files */,
);
name = RSPodKSAdaper;
path = RSPodKSAdaper;
sourceTree = "<group>";
};
......@@ -983,7 +985,6 @@
E083D4DC2B42A42CED09E4D62E15EB0F /* Resources */,
15CD19C6A902A7937EFBE95152EF7FFA /* Support Files */,
);
name = "Bytedance-UnionAD";
path = "Bytedance-UnionAD";
sourceTree = "<group>";
};
......@@ -994,7 +995,6 @@
81C9C5AAA22B1C7D66853E35254BF89B /* Resources */,
DED96F91DC39F618681A26013D38A292 /* Support Files */,
);
name = "SigmobAd-iOS";
path = "SigmobAd-iOS";
sourceTree = "<group>";
};
......@@ -1086,7 +1086,6 @@
EF369E18A0F385C40E2A20DC69334566 /* Resources */,
0A36EB35489FB02C84F713931EE0A849 /* Support Files */,
);
name = MJRefresh;
path = MJRefresh;
sourceTree = "<group>";
};
......@@ -1274,7 +1273,6 @@
76AF88D7236C73C5FF67EBBCEB7F6CC9 /* GDTMobSDK */,
065AD15F1A1B8A17BBA0FCE4661AC668 /* Support Files */,
);
name = GDTMobSDK;
path = GDTMobSDK;
sourceTree = "<group>";
};
......@@ -1320,7 +1318,6 @@
CD9635BD9865ADD64187CE1F89BAFF61 /* NSString+MJExtension.m */,
7F6B0799DE02E30FF3B179E54EBC9298 /* Support Files */,
);
name = MJExtension;
path = MJExtension;
sourceTree = "<group>";
};
......@@ -1440,7 +1437,6 @@
B528C85A4DC62EA0D0D25B97C9F2D238 /* Frameworks */,
772F52EB7D619C43F70124E00E08DAEF /* Support Files */,
);
name = SJWeChatOpenSDK_NoPay;
path = SJWeChatOpenSDK_NoPay;
sourceTree = "<group>";
};
......@@ -1493,7 +1489,6 @@
5D79612C848339FAFBCD9EB2BC489437 /* MBProgressHUD.m */,
19936FF6607EDA7BEF07BE37269C5364 /* Support Files */,
);
name = MBProgressHUD;
path = MBProgressHUD;
sourceTree = "<group>";
};
......@@ -1527,7 +1522,6 @@
2E2E79493EB8A730B9DB6A3AD913A6D4 /* ViewController+MASAdditions.m */,
6FCA8A024A80F2EAC3F79C611A6D5FDE /* Support Files */,
);
name = Masonry;
path = Masonry;
sourceTree = "<group>";
};
......@@ -2194,6 +2188,26 @@
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-l\"GDTMobSDK\"",
"-l\"xml2\"",
"-l\"z\"",
"-framework",
"\"AVFoundation\"",
"-framework",
"\"AdSupport\"",
"-framework",
"\"CoreTelephony\"",
"-framework",
"\"QuartzCore\"",
"-framework",
"\"Security\"",
"-framework",
"\"SystemConfiguration\"",
"-weak_framework",
"\"WebKit\"",
);
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
......@@ -2211,6 +2225,26 @@
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-l\"GDTMobSDK\"",
"-l\"xml2\"",
"-l\"z\"",
"-framework",
"\"AVFoundation\"",
"-framework",
"\"AdSupport\"",
"-framework",
"\"CoreTelephony\"",
"-framework",
"\"QuartzCore\"",
"-framework",
"\"Security\"",
"-framework",
"\"SystemConfiguration\"",
"-weak_framework",
"\"WebKit\"",
);
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BaiduMobAd_SDK
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/BaiduMobAd_SDK/SDK"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"c++" -framework "AVFoundation" -framework "AdSupport" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "MessageUI" -framework "SafariServices" -framework "StoreKit" -framework "SystemConfiguration"
OTHER_LDFLAGS = $(inherited) -l"c++" -framework "AVFoundation" -framework "AdSupport" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "MessageUI" -framework "SafariServices" -framework "SystemConfiguration"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BaiduMobAd_SDK
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/BaiduMobAd_SDK/SDK"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"c++" -framework "AVFoundation" -framework "AdSupport" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "MessageUI" -framework "SafariServices" -framework "StoreKit" -framework "SystemConfiguration"
OTHER_LDFLAGS = $(inherited) -l"c++" -framework "AVFoundation" -framework "AdSupport" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "MessageUI" -framework "SafariServices" -framework "SystemConfiguration"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Bytedance-UnionAD
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Bytedance-UnionAD/Bytedance-UnionAd/Frameworks"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"xml2" -l"z" -framework "AVFoundation" -framework "Accelerate" -framework "AdSupport" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "MapKit" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"xml2" -l"z" -framework "AVFoundation" -framework "Accelerate" -framework "AdSupport" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Bytedance-UnionAD
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Bytedance-UnionAD/Bytedance-UnionAd/Frameworks"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"xml2" -l"z" -framework "AVFoundation" -framework "Accelerate" -framework "AdSupport" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "MapKit" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"bz2" -l"c++" -l"resolv" -l"sqlite3" -l"xml2" -l"z" -framework "AVFoundation" -framework "Accelerate" -framework "AdSupport" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
......@@ -3,7 +3,7 @@ EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GDTMobSDK" "${PODS_ROOT}/Headers/Public" $(SDKROOT)/usr/include/libxml2
LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GDTMobSDK/lib"
OTHER_LDFLAGS = $(inherited) -l"GDTMobSDK" -l"xml2" -l"z" -framework "AVFoundation" -framework "AdSupport" -framework "CoreLocation" -framework "CoreTelephony" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -weak_framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"GDTMobSDK" -l"xml2" -l"z" -framework "AVFoundation" -framework "AdSupport" -framework "CoreTelephony" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -weak_framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
......@@ -3,7 +3,7 @@ EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/GDTMobSDK" "${PODS_ROOT}/Headers/Public" $(SDKROOT)/usr/include/libxml2
LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GDTMobSDK/lib"
OTHER_LDFLAGS = $(inherited) -l"GDTMobSDK" -l"xml2" -l"z" -framework "AVFoundation" -framework "AdSupport" -framework "CoreLocation" -framework "CoreTelephony" -framework "QuartzCore" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -weak_framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"GDTMobSDK" -l"xml2" -l"z" -framework "AVFoundation" -framework "AdSupport" -framework "CoreTelephony" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" -weak_framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
......@@ -5,7 +5,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GDTMobSDK/lib" "${PODS_ROOT}/SJWeChatOpenSDK_NoPay/SJWeChatOpenSDK_NoPay"
OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SJWeChatOpenSDK_NoPay/SJWeChatOpenSDK_NoPay.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/BaiduMobAd_SDK/SDK" -iframework "${PODS_ROOT}/Bytedance-UnionAD/Bytedance-UnionAd/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_ROOT}/RSPodKSAdaper" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SJWeChatOpenSDK_NoPay" -iframework "${PODS_ROOT}/SigmobAd-iOS/Sigmob" -iframework "${PODS_ROOT}/UMCCommon" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/RSGameVlionAd" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKBDAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKBUAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKGDTAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKJDAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKKSAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDK" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionNewsSDK"
OTHER_LDFLAGS = $(inherited) -ObjC -l"GDTMobSDK" -l"ObjC" -l"bz2" -l"c++" -l"c++abi" -l"resolv" -l"resolv.9" -l"sqlite3" -l"xml2" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AssetsLibrary" -framework "AudioToolBox" -framework "BUAdSDK" -framework "BUFoundation" -framework "BaiduMobAdSDK" -framework "CFNetwork" -framework "CoreData" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreServices" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "KSAdSDK" -framework "MBProgressHUD" -framework "MJExtension" -framework "MJRefresh" -framework "MapKit" -framework "Masonry" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "QuickLook" -framework "RSGameVlionAd" -framework "SJWeChatOpenSDK_NoPay" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "UMCommon" -framework "VLionADSDK" -framework "VLionADSDKBDAdapter" -framework "VLionADSDKBUAdapter" -framework "VLionADSDKGDTAdapter" -framework "VLionADSDKJDAdapter" -framework "VLionADSDKKSAdapter" -framework "VLionNewsSDK" -framework "WebKit" -framework "WindSDK" -weak_framework "Foundation" -weak_framework "UIKit" -weak_framework "WebKit"
OTHER_LDFLAGS = $(inherited) -ObjC -l"GDTMobSDK" -l"ObjC" -l"bz2" -l"c++" -l"c++abi" -l"resolv" -l"resolv.9" -l"sqlite3" -l"xml2" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AssetsLibrary" -framework "AudioToolBox" -framework "BUAdSDK" -framework "BUFoundation" -framework "BaiduMobAdSDK" -framework "CFNetwork" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreServices" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "KSAdSDK" -framework "MBProgressHUD" -framework "MJExtension" -framework "MJRefresh" -framework "Masonry" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "QuickLook" -framework "RSGameVlionAd" -framework "SJWeChatOpenSDK_NoPay" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "UMCommon" -framework "VLionADSDK" -framework "VLionADSDKBDAdapter" -framework "VLionADSDKBUAdapter" -framework "VLionADSDKGDTAdapter" -framework "VLionADSDKJDAdapter" -framework "VLionADSDKKSAdapter" -framework "VLionNewsSDK" -framework "WebKit" -framework "WindSDK" -weak_framework "Foundation" -weak_framework "UIKit" -weak_framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
......
......@@ -5,7 +5,7 @@ HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/GDTMobSDK/lib" "${PODS_ROOT}/SJWeChatOpenSDK_NoPay/SJWeChatOpenSDK_NoPay"
OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SJWeChatOpenSDK_NoPay/SJWeChatOpenSDK_NoPay.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/BaiduMobAd_SDK/SDK" -iframework "${PODS_ROOT}/Bytedance-UnionAD/Bytedance-UnionAd/Frameworks" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_ROOT}/RSPodKSAdaper" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SJWeChatOpenSDK_NoPay" -iframework "${PODS_ROOT}/SigmobAd-iOS/Sigmob" -iframework "${PODS_ROOT}/UMCCommon" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/RSGameVlionAd" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKBDAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKBUAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKGDTAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKJDAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKKSAdapter" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDK" -iframework "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionNewsSDK"
OTHER_LDFLAGS = $(inherited) -ObjC -l"GDTMobSDK" -l"ObjC" -l"bz2" -l"c++" -l"c++abi" -l"resolv" -l"resolv.9" -l"sqlite3" -l"xml2" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AssetsLibrary" -framework "AudioToolBox" -framework "BUAdSDK" -framework "BUFoundation" -framework "BaiduMobAdSDK" -framework "CFNetwork" -framework "CoreData" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreServices" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "KSAdSDK" -framework "MBProgressHUD" -framework "MJExtension" -framework "MJRefresh" -framework "MapKit" -framework "Masonry" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "QuickLook" -framework "RSGameVlionAd" -framework "SJWeChatOpenSDK_NoPay" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "UMCommon" -framework "VLionADSDK" -framework "VLionADSDKBDAdapter" -framework "VLionADSDKBUAdapter" -framework "VLionADSDKGDTAdapter" -framework "VLionADSDKJDAdapter" -framework "VLionADSDKKSAdapter" -framework "VLionNewsSDK" -framework "WebKit" -framework "WindSDK" -weak_framework "Foundation" -weak_framework "UIKit" -weak_framework "WebKit"
OTHER_LDFLAGS = $(inherited) -ObjC -l"GDTMobSDK" -l"ObjC" -l"bz2" -l"c++" -l"c++abi" -l"resolv" -l"resolv.9" -l"sqlite3" -l"xml2" -l"z" -framework "AFNetworking" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AssetsLibrary" -framework "AudioToolBox" -framework "BUAdSDK" -framework "BUFoundation" -framework "BaiduMobAdSDK" -framework "CFNetwork" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreServices" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "KSAdSDK" -framework "MBProgressHUD" -framework "MJExtension" -framework "MJRefresh" -framework "Masonry" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "QuickLook" -framework "RSGameVlionAd" -framework "SJWeChatOpenSDK_NoPay" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "UMCommon" -framework "VLionADSDK" -framework "VLionADSDKBDAdapter" -framework "VLionADSDKBUAdapter" -framework "VLionADSDKGDTAdapter" -framework "VLionADSDKJDAdapter" -framework "VLionADSDKKSAdapter" -framework "VLionNewsSDK" -framework "WebKit" -framework "WindSDK" -weak_framework "Foundation" -weak_framework "UIKit" -weak_framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RSPodKSAdaper
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/RSPodKSAdaper"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"c++" -l"c++abi" -l"resolv.9" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AudioToolBox" -framework "CoreData" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreTelephony" -framework "Foundation" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuickLook" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"c++" -l"c++abi" -l"resolv.9" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AudioToolBox" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreTelephony" -framework "Foundation" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuickLook" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/RSPodKSAdaper
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/RSPodKSAdaper"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"c++" -l"c++abi" -l"resolv.9" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AudioToolBox" -framework "CoreData" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreTelephony" -framework "Foundation" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuickLook" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"c++" -l"c++abi" -l"resolv.9" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AudioToolBox" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreTelephony" -framework "Foundation" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuickLook" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SigmobAd-iOS
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/SigmobAd-iOS/Sigmob"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AdSupport" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "ImageIO" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "SafariServices" -framework "StoreKit" -framework "SystemConfiguration" -weak_framework "Foundation" -weak_framework "UIKit" -weak_framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AdSupport" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "ImageIO" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "SafariServices" -framework "SystemConfiguration" -weak_framework "Foundation" -weak_framework "UIKit" -weak_framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SigmobAd-iOS
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/SigmobAd-iOS/Sigmob"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AdSupport" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "ImageIO" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "SafariServices" -framework "StoreKit" -framework "SystemConfiguration" -weak_framework "Foundation" -weak_framework "UIKit" -weak_framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "AVFoundation" -framework "AdSupport" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreTelephony" -framework "ImageIO" -framework "MediaPlayer" -framework "MobileCoreServices" -framework "SafariServices" -framework "SystemConfiguration" -weak_framework "Foundation" -weak_framework "UIKit" -weak_framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
......@@ -2,7 +2,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/VLionAdSDKPoly
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_ROOT}/BaiduMobAd_SDK/SDK" "${PODS_ROOT}/Bytedance-UnionAD/Bytedance-UnionAd/Frameworks" "${PODS_ROOT}/RSPodKSAdaper" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/RSGameVlionAd" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDK" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKBDAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKBUAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKGDTAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKJDAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKKSAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionNewsSDK"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public"
OTHER_LDFLAGS = $(inherited) -l"c++" -l"resolv" -l"sqlite3" -l"xml2" -l"z" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AssetsLibrary" -framework "AudioToolBox" -framework "CoreData" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreServices" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "KSAdSDK" -framework "MapKit" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "QuickLook" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -weak_framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"c++" -l"resolv" -l"sqlite3" -l"xml2" -l"z" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AssetsLibrary" -framework "AudioToolBox" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreServices" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "KSAdSDK" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "QuickLook" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -weak_framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
......@@ -2,7 +2,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/VLionAdSDKPoly
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_ROOT}/BaiduMobAd_SDK/SDK" "${PODS_ROOT}/Bytedance-UnionAD/Bytedance-UnionAd/Frameworks" "${PODS_ROOT}/RSPodKSAdaper" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/RSGameVlionAd" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDK" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKBDAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKBUAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKGDTAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKJDAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionADSDKKSAdapter" "${PODS_ROOT}/VLionAdSDKPoly/VLionAdSDKPoly/VLionNewsSDK"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public"
OTHER_LDFLAGS = $(inherited) -l"c++" -l"resolv" -l"sqlite3" -l"xml2" -l"z" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AssetsLibrary" -framework "AudioToolBox" -framework "CoreData" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreServices" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "KSAdSDK" -framework "MapKit" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "Photos" -framework "QuartzCore" -framework "QuickLook" -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -weak_framework "WebKit"
OTHER_LDFLAGS = $(inherited) -l"c++" -l"resolv" -l"sqlite3" -l"xml2" -l"z" -framework "AVFoundation" -framework "AVKit" -framework "Accelerate" -framework "AdSupport" -framework "AssetsLibrary" -framework "AudioToolBox" -framework "CoreData" -framework "CoreGraphics" -framework "CoreMedia" -framework "CoreMotion" -framework "CoreServices" -framework "CoreTelephony" -framework "Foundation" -framework "ImageIO" -framework "KSAdSDK" -framework "MediaPlayer" -framework "MessageUI" -framework "MobileCoreServices" -framework "QuartzCore" -framework "QuickLook" -framework "SafariServices" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -framework "WebKit" -weak_framework "WebKit"
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment