Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
iOSTeam
/
Majiabao
/
TealiveModule
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
bef88438
authored
Jan 15, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed 启动卡死的问题
parent
8df656b3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
LocalPodSpec/GDToolBox/GDToolBox/Classes/Tool/GDExtend.swift
TealiveModule/TealiveModule.xcodeproj/project.pbxproj
LocalPodSpec/GDToolBox/GDToolBox/Classes/Tool/GDExtend.swift
View file @
bef88438
...
...
@@ -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
?
{
...
...
TealiveModule/TealiveModule.xcodeproj/project.pbxproj
View file @
bef88438
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment