Commit 3d72b7c7 authored by Mazy's avatar Mazy

feat: add rule alert view

parent 084455d3
......@@ -19,8 +19,6 @@
64BF50DC25679F9F000F2554 /* GYRankingListModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 64BF50DB25679F9F000F2554 /* GYRankingListModel.m */; };
64BF50E12567AB98000F2554 /* GYRankingUserInfoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 64BF50E02567AB98000F2554 /* GYRankingUserInfoView.m */; };
64BF50E52567ABA6000F2554 /* GYRankingUserInfoView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 64BF50E42567ABA6000F2554 /* GYRankingUserInfoView.xib */; };
64BF50F02567B482000F2554 /* GYRankingFooterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 64BF50EF2567B482000F2554 /* GYRankingFooterView.m */; };
64BF50F42567B490000F2554 /* GYRankingFooterView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 64BF50F32567B490000F2554 /* GYRankingFooterView.xib */; };
64D45DF125495D010066055C /* UnityFramework.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 64D45DF025495D010066055C /* UnityFramework.framework */; };
64D45DF225495D010066055C /* UnityFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 64D45DF025495D010066055C /* UnityFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
64E8CA10254132E300AF1416 /* BGKeychainTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E8CA0F254132E300AF1416 /* BGKeychainTool.m */; };
......@@ -160,9 +158,6 @@
64BF50DF2567AB98000F2554 /* GYRankingUserInfoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GYRankingUserInfoView.h; sourceTree = "<group>"; };
64BF50E02567AB98000F2554 /* GYRankingUserInfoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GYRankingUserInfoView.m; sourceTree = "<group>"; };
64BF50E42567ABA6000F2554 /* GYRankingUserInfoView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GYRankingUserInfoView.xib; sourceTree = "<group>"; };
64BF50EE2567B482000F2554 /* GYRankingFooterView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GYRankingFooterView.h; sourceTree = "<group>"; };
64BF50EF2567B482000F2554 /* GYRankingFooterView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GYRankingFooterView.m; sourceTree = "<group>"; };
64BF50F32567B490000F2554 /* GYRankingFooterView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GYRankingFooterView.xib; sourceTree = "<group>"; };
64D45DF025495D010066055C /* UnityFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = UnityFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
64E8CA062541318100AF1416 /* UnityFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = UnityFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
64E8CA0E254132E300AF1416 /* BGKeychainTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BGKeychainTool.h; sourceTree = "<group>"; };
......@@ -664,9 +659,6 @@
64BF50CB256794B3000F2554 /* GYRankingHeaderView.h */,
64BF50CC256794B3000F2554 /* GYRankingHeaderView.m */,
64BF50D0256794C8000F2554 /* GYRankingHeaderView.xib */,
64BF50EE2567B482000F2554 /* GYRankingFooterView.h */,
64BF50EF2567B482000F2554 /* GYRankingFooterView.m */,
64BF50F32567B490000F2554 /* GYRankingFooterView.xib */,
64BF50DF2567AB98000F2554 /* GYRankingUserInfoView.h */,
64BF50E02567AB98000F2554 /* GYRankingUserInfoView.m */,
64BF50E42567ABA6000F2554 /* GYRankingUserInfoView.xib */,
......@@ -856,7 +848,6 @@
685896862567EDAC00A38A96 /* WelfareCenterVC.xib in Resources */,
A91A7882253EE56B00F9B216 /* Main.storyboard in Resources */,
A91A7982253F248E00F9B216 /* GYGiftAlertView.xib in Resources */,
64BF50F42567B490000F2554 /* GYRankingFooterView.xib in Resources */,
64BF50C825679155000F2554 /* GYRankingViewCell.xib in Resources */,
64BF50E52567ABA6000F2554 /* GYRankingUserInfoView.xib in Resources */,
A93AF243254AED79002E8CBE /* GYWithDrawAlertView.xib in Resources */,
......@@ -948,7 +939,6 @@
A93AF23F254AED6D002E8CBE /* GYWithDrawAlertView.m in Sources */,
64E8CA10254132E300AF1416 /* BGKeychainTool.m in Sources */,
A91A7919253EF26700F9B216 /* GYWheelSurfViewController.m in Sources */,
64BF50F02567B482000F2554 /* GYRankingFooterView.m in Sources */,
A9AB9D6925403E3500F0D766 /* GYTaskAlertCollectionHeaderView.m in Sources */,
A9AB9D932541222A00F0D766 /* GYWebViewController.m in Sources */,
685896852567EDAC00A38A96 /* WelfareCenterVC.m in Sources */,
......@@ -1202,7 +1192,7 @@
CODE_SIGN_ENTITLEMENTS = GYDemo/GYDemo.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 135;
CURRENT_PROJECT_VERSION = 137;
DEVELOPMENT_TEAM = XWMRLLSSFL;
ENABLE_BITCODE = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
......@@ -1235,7 +1225,7 @@
CODE_SIGN_ENTITLEMENTS = GYDemo/GYDemo.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 135;
CURRENT_PROJECT_VERSION = 137;
DEVELOPMENT_TEAM = XWMRLLSSFL;
ENABLE_BITCODE = NO;
GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
......
......@@ -7,7 +7,7 @@
<key>GYDemo.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>5</integer>
<integer>0</integer>
</dict>
</dict>
</dict>
......
......@@ -270,17 +270,17 @@
if (self.dataSource.count == 1) {
self.firstStackView.hidden = false;
} else if (self.dataSource.count == 2) {
self.firstStackView.hidden = false;
self.secondStackView.hidden = false;
} else if (self.dataSource.count == 3) {
self.firstStackView.hidden = false;
self.secondStackView.hidden = false;
self.thirdStackView.hidden = false;
}
self.topTypeImageView.image = [UIImage imageNamed:@"title_gain_box"];
self.topTypeImageView.hidden = NO;
NSInteger index = 0;
for (WelfareBoxData * data in boxModels) {
//value = "奖励类型", notes = "1 种子 2 金币 3 加速剂"
......@@ -293,7 +293,6 @@
imageV.image = [UIImage imageNamed:[NSString stringWithFormat:@"gift_seed_%ld",data.subType]];
label.text = [NSString stringWithFormat:@"+%ld", (long)data.awardNum];
}else if (data.awardType == 2){
imageV.image = [UIImage imageNamed:@"gift_gold"];
......@@ -305,8 +304,6 @@
label.text = [NSString stringWithFormat:@"+%ld", (long)data.awardNum];
}
}
}
......
......@@ -45,7 +45,7 @@
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" lineSpacing="1" paragraphSpacing="3" paragraphSpacingBefore="6" headIndent="14" minimumLineHeight="9" lineHeightMultiple="1" tighteningFactorForTruncation="0.0"/>
</attributes>
</fragment>
<fragment content="金币排行榜按照玩家当天获得的金币总数进行排名,奖励现金红包">
<fragment content="金币排行榜按照玩家当天获得的金币总数进行排名,奖励红包">
<attributes>
<color key="NSColor" red="0.4392156862745098" green="0.43529411764705883" blue="0.42745098039215684" alpha="1" colorSpace="calibratedRGB"/>
<font key="NSFont" size="16" name=".PingFangSC-Regular"/>
......
......@@ -13,11 +13,7 @@
#ifndef GYPrefixHeader_pch
#define GYPrefixHeader_pch
//测试
//#define ServerReport @"http://reporttest.zhangxinhulian.com"
//#define ServerHost @"http://feedapitest2.zhangxinhulian.com" // 服务端接口地址
//#define ServerAds @"http://bstest.zhangxinhulian.com/v4/ads"
////正式
#define ServerReport @"http://report.clouddistribute.net"
#define ServerHost @"https://feedapi.clouddistribute.net" // 服务端接口地址
......
......@@ -91,7 +91,7 @@ static CGNetworkTools* _tools = nil;
case taskListWithStat:
return @"/app/v2/novel/taskListWithStat";
case task_process:
return @"/app/v1/game/task_process";
return @"/app/v1/game/task_process_V2";
case rank_list:
return @"/app/v1/game/farm/rank_list";
case ddcy_clock_list:
......
......@@ -17,14 +17,14 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ycr-kd-pdF">
<rect key="frame" x="10" y="10" width="394" height="60"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eVz-of-Rjc">
<rect key="frame" x="20" y="15" width="30" height="30"/>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="tailTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="eVz-of-Rjc">
<rect key="frame" x="20" y="15" width="40" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="LI1-rJ-XqK"/>
<constraint firstAttribute="width" constant="30" id="kK9-yW-AsV"/>
<constraint firstAttribute="width" constant="40" id="kK9-yW-AsV"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="15"/>
<state key="normal" title="99+">
<state key="normal" title="999+">
<color key="titleColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
</state>
</button>
......@@ -34,8 +34,8 @@
<color key="textColor" red="0.56470588235294117" green="0.30588235294117649" blue="0.10196078431372549" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="永树" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Kyo-Nh-yI8">
<rect key="frame" x="120" y="19.5" width="160" height="21.5"/>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Kyo-Nh-yI8">
<rect key="frame" x="130" y="19.5" width="160" height="21.5"/>
<constraints>
<constraint firstAttribute="width" constant="160" id="HeT-Gy-Z5t"/>
</constraints>
......@@ -44,7 +44,7 @@
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="mWb-Pe-9dx">
<rect key="frame" x="60" y="10" width="40" height="40"/>
<rect key="frame" x="70" y="10" width="40" height="40"/>
<color key="backgroundColor" systemColor="systemGroupedBackgroundColor"/>
<constraints>
<constraint firstAttribute="height" constant="40" id="6k0-jr-V0o"/>
......
......@@ -84,13 +84,13 @@
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="永树" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c7W-51-aUa">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c7W-51-aUa">
<rect key="frame" x="100" y="21.5" width="100" height="21.5"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="18"/>
<color key="textColor" red="0.40000000000000002" green="0.30980392156862746" blue="0.19215686274509802" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="100钻" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="qJG-2r-WkK">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0钻" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="qJG-2r-WkK">
<rect key="frame" x="280" y="23" width="50" height="18"/>
<constraints>
<constraint firstAttribute="width" constant="50" id="lpg-Yh-scg"/>
......@@ -99,7 +99,7 @@
<color key="textColor" red="0.90980392156862744" green="0.3411764705882353" blue="0.25098039215686274" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="11997" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ydH-3c-rQt">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ydH-3c-rQt">
<rect key="frame" x="210" y="23" width="60" height="18"/>
<constraints>
<constraint firstAttribute="width" constant="60" id="KvM-Cg-gCM"/>
......
......@@ -358,7 +358,7 @@
DGUniversalAlertView * alertView = [DGUniversalAlertView loadFromNib];
[alertView configWithWelfareBoxModel:dataArray];
[alertView showAlertToView:weakSelf.view];
[alertView showAlertToView: [(AppDelegate *)[UIApplication sharedApplication].delegate getMainWindow]];
}
[weakSelf updateUI];
......
......@@ -78,31 +78,31 @@
<rect key="frame" x="0.0" y="6.5" width="27" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1002" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="bNv-QM-tgZ">
<rect key="frame" x="28" y="6.5" width="27" height="27"/>
<rect key="frame" x="50.5" y="6.5" width="27" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1003" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="Rvp-NU-SUN">
<rect key="frame" x="56" y="6.5" width="27" height="27"/>
<rect key="frame" x="101" y="6.5" width="27" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1004" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="kBi-Eb-3V8">
<rect key="frame" x="84.5" y="6.5" width="27" height="27"/>
<rect key="frame" x="152" y="6.5" width="27" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1005" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="hBp-he-bnq">
<rect key="frame" x="112.5" y="6.5" width="27" height="27"/>
<rect key="frame" x="202.5" y="6.5" width="27" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1006" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="Jj2-BA-D4N">
<rect key="frame" x="140.5" y="6.5" width="27" height="27"/>
<rect key="frame" x="253" y="6.5" width="27" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1007" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="bwc-i7-rSf">
<rect key="frame" x="168.5" y="6.5" width="27" height="27"/>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" tag="1007" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="bwc-i7-rSf">
<rect key="frame" x="280" y="6.5" width="0.0" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1008" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="H5W-Ga-MKH">
<rect key="frame" x="197" y="6.5" width="27" height="27"/>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" tag="1008" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="H5W-Ga-MKH">
<rect key="frame" x="280" y="6.5" width="0.0" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1009" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="Kx6-a8-hM2">
<rect key="frame" x="225" y="6.5" width="27" height="27"/>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" tag="1009" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="Kx6-a8-hM2">
<rect key="frame" x="280" y="6.5" width="0.0" height="27"/>
</imageView>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" tag="1010" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="IZK-xN-ed9">
<rect key="frame" x="253" y="6.5" width="27" height="27"/>
<imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" tag="1010" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="UnfinishedDiamond" translatesAutoresizingMaskIntoConstraints="NO" id="IZK-xN-ed9">
<rect key="frame" x="280" y="6.5" width="0.0" height="27"/>
</imageView>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
......@@ -122,7 +122,7 @@
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="3" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3ar-1p-GGl">
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3ar-1p-GGl">
<rect key="frame" x="22" y="0.0" width="10.5" height="20.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="1" green="0.35294117650000001" blue="0.2666666667" alpha="1" colorSpace="calibratedRGB"/>
......
......@@ -8,71 +8,99 @@
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>BaiduMobAd_SDK.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
</dict>
<key>Bytedance-UnionAD.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
</dict>
<key>GDTMobSDK.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>5</integer>
</dict>
<key>MBProgressHUD.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>7</integer>
</dict>
<key>MJExtension.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>8</integer>
</dict>
<key>MJRefresh.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>9</integer>
</dict>
<key>Masonry.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>6</integer>
</dict>
<key>Pods-GYDemo.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>10</integer>
</dict>
<key>RSPodKSAdaper.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>11</integer>
</dict>
<key>SigmobAd-iOS.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>12</integer>
</dict>
<key>UMCCommon.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>13</integer>
</dict>
<key>VLionAdSDKPoly.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>14</integer>
</dict>
<key>WechatOpenSDK.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>15</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
......
......@@ -7,12 +7,12 @@
<key>Unity-iPhone.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>6</integer>
<integer>1</integer>
</dict>
<key>UnityFramework.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>11</integer>
<integer>16</integer>
</dict>
</dict>
</dict>
......
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