Commit 671d02ec authored by David黄金龙's avatar David黄金龙

替换icon

parent 8ad4e6d3
...@@ -1002,29 +1002,6 @@ ...@@ -1002,29 +1002,6 @@
path = Model; path = Model;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
0428E2252BDB7E4F0032A7A1 /* CustomerService(客服段) */ = {
isa = PBXGroup;
children = (
0428E22B2BDB7EEC0032A7A1 /* FormalBatch(正式批) */,
0428E22A2BDB7EAA0032A7A1 /* PrincipleBatch(原则批) */,
);
path = "CustomerService(客服段)";
sourceTree = "<group>";
};
0428E22A2BDB7EAA0032A7A1 /* PrincipleBatch(原则批) */ = {
isa = PBXGroup;
children = (
);
path = "PrincipleBatch(原则批)";
sourceTree = "<group>";
};
0428E22B2BDB7EEC0032A7A1 /* FormalBatch(正式批) */ = {
isa = PBXGroup;
children = (
);
path = "FormalBatch(正式批)";
sourceTree = "<group>";
};
0445E6AC2BE9CF53003C52F9 /* VersionUpload(版本更新) */ = { 0445E6AC2BE9CF53003C52F9 /* VersionUpload(版本更新) */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
...@@ -2205,7 +2182,6 @@ ...@@ -2205,7 +2182,6 @@
A5ACE9162B4564F7002C94D2 /* IntelligentService(服务中心) */ = { A5ACE9162B4564F7002C94D2 /* IntelligentService(服务中心) */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
0428E2252BDB7E4F0032A7A1 /* CustomerService(客服段) */,
A525D22C2BA837C5001A84F5 /* FileList(文件清单) */, A525D22C2BA837C5001A84F5 /* FileList(文件清单) */,
A525D22A2BA836D6001A84F5 /* MyScheme(我的方案) */, A525D22A2BA836D6001A84F5 /* MyScheme(我的方案) */,
045EEE1B2B9F171A0022A143 /* MySignature(我的签字) */, 045EEE1B2B9F171A0022A143 /* MySignature(我的签字) */,
......
...@@ -27,9 +27,9 @@ class YHAgreementAlertView: UIView { ...@@ -27,9 +27,9 @@ class YHAgreementAlertView: UIView {
override init(frame: CGRect) { override init(frame: CGRect) {
super.init(frame: frame) super.init(frame: frame)
backgroundColor = UIColor(white: 0.5, alpha: 0.1) backgroundColor = UIColor(white: 0.5, alpha: 0.1)
let tap = UITapGestureRecognizer(target: self, action: #selector(handleTap)) // let tap = UITapGestureRecognizer(target: self, action: #selector(handleTap))
tap.delegate = self // tap.delegate = self
addGestureRecognizer(tap) // addGestureRecognizer(tap)
setView() setView()
} }
......
{ {
"images" : [ "images" : [
{ {
"filename" : "应用图标1024*1024.png", "filename" : "1024.png",
"idiom" : "universal", "idiom" : "universal",
"platform" : "ios", "platform" : "ios",
"size" : "1024x1024" "size" : "1024x1024"
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "login_icon@2x.png", "filename" : "48@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "login_icon@3x.png", "filename" : "48@3x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "启动页@2x.png", "filename" : "启动页@2x.jpg",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "启动页@3x.png", "filename" : "启动页@3x.jpg",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }
......
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