Commit bef88438 by pierce

fixed 启动卡死的问题

parent 8df656b3
......@@ -72,11 +72,11 @@ public extension UIImage {
}
public static var whiteNavBack: UIImage? {
return UIImage.whiteNavBack
return GDToolBoxBundle.imageNamed("base_navigation_bar_back_icon_white")
}
public static var blackNavBack: UIImage? {
return UIImage.blackNavBack
return GDToolBoxBundle.imageNamed("base_navigation_bar_back_icon")
}
public static var settingIcon: UIImage? {
......
......@@ -126,7 +126,6 @@
3888D62529407F5E00807031 /* TealiveModule */ = {
isa = PBXGroup;
children = (
BEB7BC442B4D696C00B3D9B1 /* ThirdParty */,
3888D62629407F5E00807031 /* AppDelegate.swift */,
3888D62F29407F5F00807031 /* Assets.xcassets */,
3888D63129407F5F00807031 /* LaunchScreen.storyboard */,
......@@ -185,14 +184,6 @@
path = ../Pods;
sourceTree = "<group>";
};
BEB7BC442B4D696C00B3D9B1 /* ThirdParty */ = {
isa = PBXGroup;
children = (
);
name = ThirdParty;
path = ../../ThirdParty;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
......
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 sign in to comment