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
372823f0
authored
Apr 24, 2024
by
pierce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed 首次安装,图片都不显示的问题
parent
24a47b37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
Module/HostManager/HostManager/Module/GDHostManagerModule.swift
TealiveModule/TealiveModule.xcodeproj/project.pbxproj
Module/HostManager/HostManager/Module/GDHostManagerModule.swift
View file @
372823f0
...
@@ -11,6 +11,8 @@ import GDRouter
...
@@ -11,6 +11,8 @@ import GDRouter
import
Bifrost
import
Bifrost
@objc
public
class
GDHostManagerModule
:
NSObject
,
GDHostManagerSwiftRouter
{
@objc
public
class
GDHostManagerModule
:
NSObject
,
GDHostManagerSwiftRouter
{
var
disposeBag
=
DisposeBag
()
@objc
public
func
loginSuccessSetup
()
{
@objc
public
func
loginSuccessSetup
()
{
}
}
...
@@ -68,6 +70,11 @@ extension GDHostManagerModule: BifrostModuleProtocol {
...
@@ -68,6 +70,11 @@ extension GDHostManagerModule: BifrostModuleProtocol {
public
func
application
(
_
application
:
UIApplication
,
didFinishLaunchingWithOptions
launchOptions
:
[
UIApplication
.
LaunchOptionsKey
:
Any
]?
=
nil
)
->
Bool
{
public
func
application
(
_
application
:
UIApplication
,
didFinishLaunchingWithOptions
launchOptions
:
[
UIApplication
.
LaunchOptionsKey
:
Any
]?
=
nil
)
->
Bool
{
// 检查各地址信息
// 检查各地址信息
GDHostManager
.
shared
.
checkCurrentDNSAdress
()
GDHostManager
.
shared
.
checkCurrentDNSAdress
()
GDNetworkStatus
.
shared
.
isConnect
.
distinctUntilChanged
()
.
subscribe
(
onNext
:
{
isConnect
in
if
isConnect
==
true
{
GDHostManager
.
shared
.
checkCurrentDNSAdress
()
}
})
.
disposed
(
by
:
disposeBag
)
return
true
return
true
}
}
...
...
TealiveModule/TealiveModule.xcodeproj/project.pbxproj
View file @
372823f0
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
BE51BA722B50070700D11735
/* HostManager.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BEFDEDDF2B4417BC0056254C
/* HostManager.framework */
;
};
BE51BA722B50070700D11735
/* HostManager.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BEFDEDDF2B4417BC0056254C
/* HostManager.framework */
;
};
BE51BA742B50070A00D11735
/* MetalPerformanceShaders.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE352CEA299CD01C00FE07AB
/* MetalPerformanceShaders.framework */
;
};
BE51BA742B50070A00D11735
/* MetalPerformanceShaders.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE352CEA299CD01C00FE07AB
/* MetalPerformanceShaders.framework */
;
};
BE7C4ACB2BD27F210052EC70
/* StoreKit.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE7C4ACA2BD27F210052EC70
/* StoreKit.framework */
;
};
BE7C4ACB2BD27F210052EC70
/* StoreKit.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE7C4ACA2BD27F210052EC70
/* StoreKit.framework */
;
};
BE7C4ACC2BD79A6E0052EC70
/* PrivacyInfo.xcprivacy in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE025E132BB2B49500FF27CD
/* PrivacyInfo.xcprivacy */
;
};
BE8042D52B5B800E00E2FCB4
/* GDPersonalModule.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE8042D42B5B800E00E2FCB4
/* GDPersonalModule.framework */
;
};
BE8042D52B5B800E00E2FCB4
/* GDPersonalModule.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE8042D42B5B800E00E2FCB4
/* GDPersonalModule.framework */
;
};
BE80EBBD2B58D43700FA0245
/* GDUserZoneBundle.bundle in Embed PlugIns */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE79F6022B57B990001E382C
/* GDUserZoneBundle.bundle */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
BE80EBBD2B58D43700FA0245
/* GDUserZoneBundle.bundle in Embed PlugIns */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE79F6022B57B990001E382C
/* GDUserZoneBundle.bundle */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
BE80EC102B592ACB00FA0245
/* GDPayment.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE80EC0F2B592ACB00FA0245
/* GDPayment.framework */
;
};
BE80EC102B592ACB00FA0245
/* GDPayment.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
BE80EC0F2B592ACB00FA0245
/* GDPayment.framework */
;
};
...
@@ -322,6 +323,7 @@
...
@@ -322,6 +323,7 @@
files
=
(
files
=
(
3888D63329407F5F00807031
/* LaunchScreen.storyboard in Resources */
,
3888D63329407F5F00807031
/* LaunchScreen.storyboard in Resources */
,
BE83C5642B8DC32200C040E0
/* LaunchScreenImage.png in Resources */
,
BE83C5642B8DC32200C040E0
/* LaunchScreenImage.png in Resources */
,
BE7C4ACC2BD79A6E0052EC70
/* PrivacyInfo.xcprivacy in Resources */
,
3888D63029407F5F00807031
/* Assets.xcassets in Resources */
,
3888D63029407F5F00807031
/* Assets.xcassets in Resources */
,
);
);
runOnlyForDeploymentPostprocessing
=
0
;
runOnlyForDeploymentPostprocessing
=
0
;
...
...
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