Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
143b470f
Commit
143b470f
authored
Sep 03, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'davidhuang' into develop
* davidhuang: 替换公司账号 添加 for test hjl 接入鸿蒙的 appLink 处理 AGC 相关
parents
820d2600
5c6b0c9c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
307 additions
and
6 deletions
+307
-6
Podfile
galaxy/Podfile
+5
-2
Fastfile
galaxy/fastlane/Fastfile
+2
-1
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+22
-0
AppDelegate.swift
galaxy/galaxy/AppDelegate.swift
+30
-3
Info.plist
galaxy/galaxy/Res/Info.plist
+2
-0
agconnect-services.plist
galaxy/galaxy/Res/agconnect-services.plist
+186
-0
galaxy.entitlements
galaxy/galaxy/galaxy.entitlements
+20
-0
galaxyDebug.entitlements
galaxy/galaxy/galaxyDebug.entitlements
+20
-0
galaxyTestEnv.entitlements
galaxy/galaxy/galaxyTestEnv.entitlements
+20
-0
No files found.
galaxy/Podfile
View file @
143b470f
...
@@ -5,11 +5,14 @@ platform :ios, '13.0'
...
@@ -5,11 +5,14 @@ platform :ios, '13.0'
target
'galaxy'
do
target
'galaxy'
do
use_frameworks!
use_frameworks!
#鸿蒙AGC 短链处理相关
pod
'AGConnectCore'
,
'1.9.0.302'
pod
'AGConnectAppLinking'
,
'1.9.0.302'
#日历 多时间选择
#日历 多时间选择
pod
'FSCalendar'
,
"2.8.4"
pod
'FSCalendar'
,
"2.8.4"
#图片预览
#图片预览
pod
'JXPhotoBrowser'
,
"3.1.4"
pod
'JXPhotoBrowser'
,
'3.1.4'
pod
'SDWebImage'
,
'5.18.10'
pod
'SDWebImage'
,
'5.18.10'
#与H5进行交互
#与H5进行交互
...
...
galaxy/fastlane/Fastfile
View file @
143b470f
...
@@ -28,9 +28,10 @@ platform :ios do
...
@@ -28,9 +28,10 @@ platform :ios do
main_branch = "main"
main_branch = "main"
youhua_branch = "youhua-dev"
youhua_branch = "youhua-dev"
uat = "uat"
uat = "uat"
davidhuang_branch = "davidhuang"
#打包正使用的分支
#打包正使用的分支
myPack_branch = d
evelop
_branch
myPack_branch = d
avidhuang
_branch
# 打adhoc包 执行命令 fastlane galaxyTest
# 打adhoc包 执行命令 fastlane galaxyTest
lane :galaxyTest do
lane :galaxyTest do
...
...
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
143b470f
...
@@ -562,6 +562,7 @@
...
@@ -562,6 +562,7 @@
A53B61122BB128AF0010B573
/* YHFileListItemsView2.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A53B61112BB128AF0010B573
/* YHFileListItemsView2.swift */
;
};
A53B61122BB128AF0010B573
/* YHFileListItemsView2.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A53B61112BB128AF0010B573
/* YHFileListItemsView2.swift */
;
};
A53B61192BB3C9960010B573
/* YHMyDocListHeaderView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A53B61182BB3C9960010B573
/* YHMyDocListHeaderView.swift */
;
};
A53B61192BB3C9960010B573
/* YHMyDocListHeaderView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A53B61182BB3C9960010B573
/* YHMyDocListHeaderView.swift */
;
};
A54A07C92C7F478200F749AB
/* YHTravelHKDLGuideSheetView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A54A07C82C7F478200F749AB
/* YHTravelHKDLGuideSheetView.swift */
;
};
A54A07C92C7F478200F749AB
/* YHTravelHKDLGuideSheetView.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A54A07C82C7F478200F749AB
/* YHTravelHKDLGuideSheetView.swift */
;
};
A54CABC32C81BAD600968FA4
/* agconnect-services.plist in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A54CABC22C81BAD600968FA4
/* agconnect-services.plist */
;
};
A554A5122B99715000EA5973
/* YHConstantArrayData.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A554A5112B99715000EA5973
/* YHConstantArrayData.swift */
;
};
A554A5122B99715000EA5973
/* YHConstantArrayData.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A554A5112B99715000EA5973
/* YHConstantArrayData.swift */
;
};
A5551FFE2B4C26CE00510980
/* YHBaseViewModel.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A5551FFD2B4C26CE00510980
/* YHBaseViewModel.swift */
;
};
A5551FFE2B4C26CE00510980
/* YHBaseViewModel.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A5551FFD2B4C26CE00510980
/* YHBaseViewModel.swift */
;
};
A5573ED22B317BFF00D98EC0
/* AppDelegate.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A5573ED12B317BFF00D98EC0
/* AppDelegate.swift */
;
};
A5573ED22B317BFF00D98EC0
/* AppDelegate.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A5573ED12B317BFF00D98EC0
/* AppDelegate.swift */
;
};
...
@@ -1340,6 +1341,7 @@
...
@@ -1340,6 +1341,7 @@
A53B61112BB128AF0010B573
/* YHFileListItemsView2.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHFileListItemsView2.swift
;
sourceTree
=
"<group>"
;
};
A53B61112BB128AF0010B573
/* YHFileListItemsView2.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHFileListItemsView2.swift
;
sourceTree
=
"<group>"
;
};
A53B61182BB3C9960010B573
/* YHMyDocListHeaderView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHMyDocListHeaderView.swift
;
sourceTree
=
"<group>"
;
};
A53B61182BB3C9960010B573
/* YHMyDocListHeaderView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHMyDocListHeaderView.swift
;
sourceTree
=
"<group>"
;
};
A54A07C82C7F478200F749AB
/* YHTravelHKDLGuideSheetView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHTravelHKDLGuideSheetView.swift
;
sourceTree
=
"<group>"
;
};
A54A07C82C7F478200F749AB
/* YHTravelHKDLGuideSheetView.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHTravelHKDLGuideSheetView.swift
;
sourceTree
=
"<group>"
;
};
A54CABC22C81BAD600968FA4
/* agconnect-services.plist */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.plist.xml
;
path
=
"agconnect-services.plist"
;
sourceTree
=
"<group>"
;
};
A554A5112B99715000EA5973
/* YHConstantArrayData.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHConstantArrayData.swift
;
sourceTree
=
"<group>"
;
};
A554A5112B99715000EA5973
/* YHConstantArrayData.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHConstantArrayData.swift
;
sourceTree
=
"<group>"
;
};
A5551FFD2B4C26CE00510980
/* YHBaseViewModel.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHBaseViewModel.swift
;
sourceTree
=
"<group>"
;
};
A5551FFD2B4C26CE00510980
/* YHBaseViewModel.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
YHBaseViewModel.swift
;
sourceTree
=
"<group>"
;
};
A5573ECE2B317BFF00D98EC0
/* galaxy.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
galaxy.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
A5573ECE2B317BFF00D98EC0
/* galaxy.app */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.application
;
includeInIndex
=
0
;
path
=
galaxy.app
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
...
@@ -3723,6 +3725,7 @@
...
@@ -3723,6 +3725,7 @@
A5ACE9142B4564F7002C94D2
/* Res */
=
{
A5ACE9142B4564F7002C94D2
/* Res */
=
{
isa
=
PBXGroup
;
isa
=
PBXGroup
;
children
=
(
children
=
(
A54CABC22C81BAD600968FA4
/* agconnect-services.plist */
,
048FA0302BFDDFF400AD3BA9
/* gif */
,
048FA0302BFDDFF400AD3BA9
/* gif */
,
A5DF3D4A2BF9A304003D5F03
/* jsons */
,
A5DF3D4A2BF9A304003D5F03
/* jsons */
,
A5DF3D492BF9A2E4003D5F03
/* videos */
,
A5DF3D492BF9A2E4003D5F03
/* videos */
,
...
@@ -4072,6 +4075,7 @@
...
@@ -4072,6 +4075,7 @@
A5573ECC2B317BFF00D98EC0
/* Resources */
,
A5573ECC2B317BFF00D98EC0
/* Resources */
,
0CFB07298194FEC905CE2694
/* [CP] Embed Pods Frameworks */
,
0CFB07298194FEC905CE2694
/* [CP] Embed Pods Frameworks */
,
04808C092B4686C10056D53C
/* Embed Frameworks */
,
04808C092B4686C10056D53C
/* Embed Frameworks */
,
47BB31035D3DBEB9235AC809
/* [CP] Copy Pods Resources */
,
);
);
buildRules
=
(
buildRules
=
(
);
);
...
@@ -4192,6 +4196,7 @@
...
@@ -4192,6 +4196,7 @@
044378A42BFC848C001F95AE
/* loginBkg.mov in Resources */
,
044378A42BFC848C001F95AE
/* loginBkg.mov in Resources */
,
043BA8892C244129006EF02D
/* people_head.json in Resources */
,
043BA8892C244129006EF02D
/* people_head.json in Resources */
,
043BA8912C250E94006EF02D
/* people_launch.json in Resources */
,
043BA8912C250E94006EF02D
/* people_launch.json in Resources */
,
A54CABC32C81BAD600968FA4
/* agconnect-services.plist in Resources */
,
043BA88F2C250E69006EF02D
/* people_rotate.json in Resources */
,
043BA88F2C250E69006EF02D
/* people_rotate.json in Resources */
,
04F0ABF72C364F9D00518C30
/* service.json in Resources */
,
04F0ABF72C364F9D00518C30
/* service.json in Resources */
,
047619ED2BA9B9C900F45358
/* area.plist in Resources */
,
047619ED2BA9B9C900F45358
/* area.plist in Resources */
,
...
@@ -4234,6 +4239,23 @@
...
@@ -4234,6 +4239,23 @@
shellScript
=
"\"${PODS_ROOT}/Target Support Files/Pods-galaxy/Pods-galaxy-frameworks.sh\"\n"
;
shellScript
=
"\"${PODS_ROOT}/Target Support Files/Pods-galaxy/Pods-galaxy-frameworks.sh\"\n"
;
showEnvVarsInLog
=
0
;
showEnvVarsInLog
=
0
;
};
};
47BB31035D3DBEB9235AC809
/* [CP] Copy Pods Resources */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
inputFileListPaths
=
(
"${PODS_ROOT}/Target Support Files/Pods-galaxy/Pods-galaxy-resources-${CONFIGURATION}-input-files.xcfilelist"
,
);
name
=
"[CP] Copy Pods Resources"
;
outputFileListPaths
=
(
"${PODS_ROOT}/Target Support Files/Pods-galaxy/Pods-galaxy-resources-${CONFIGURATION}-output-files.xcfilelist"
,
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"\"${PODS_ROOT}/Target Support Files/Pods-galaxy/Pods-galaxy-resources.sh\"\n"
;
showEnvVarsInLog
=
0
;
};
7D00420CA535917A84A0A43E
/* [CP] Check Pods Manifest.lock */
=
{
7D00420CA535917A84A0A43E
/* [CP] Check Pods Manifest.lock */
=
{
isa
=
PBXShellScriptBuildPhase
;
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
buildActionMask
=
2147483647
;
...
...
galaxy/galaxy/AppDelegate.swift
View file @
143b470f
...
@@ -14,6 +14,10 @@ import GKNavigationBarSwift
...
@@ -14,6 +14,10 @@ import GKNavigationBarSwift
import
AVFoundation
import
AVFoundation
import
SensorsAnalyticsSDK
import
SensorsAnalyticsSDK
import
AGConnectCore
import
AGConnectCredential
import
AGConnectAppLinking
@main
@main
class
AppDelegate
:
UIResponder
,
UIApplicationDelegate
,
WXApiDelegate
{
class
AppDelegate
:
UIResponder
,
UIApplicationDelegate
,
WXApiDelegate
{
var
window
:
UIWindow
?
var
window
:
UIWindow
?
...
@@ -63,7 +67,16 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
...
@@ -63,7 +67,16 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
YHOSSManager
.
share
.
getOSSID
()
YHOSSManager
.
share
.
getOSSID
()
//1.设置主窗口
//for test hjl
AGCInstance
.
startUp
()
AGCAppLinking
.
instance
()
.
handle
{
(
link
,
error
)
in
let
deepLink
=
link
?
.
deepLink
//TODO: 增加deeplink地址跳转
print
(
deepLink
as
Any
)
}
//设置主窗口
setupRootVC
()
setupRootVC
()
return
true
return
true
}
}
...
@@ -76,6 +89,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
...
@@ -76,6 +89,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
}
}
func
setupNavBar
()
{
func
setupNavBar
()
{
GKConfigure
.
setupDefault
()
GKConfigure
.
setupDefault
()
}
}
...
@@ -88,12 +103,20 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
...
@@ -88,12 +103,20 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
return
WXApi
.
handleOpen
(
url
,
delegate
:
self
)
return
WXApi
.
handleOpen
(
url
,
delegate
:
self
)
}
}
// private func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {
//
// return isAppLinking
// }
func
application
(
_
application
:
UIApplication
,
continue
userActivity
:
NSUserActivity
,
restorationHandler
:
@escaping
([
UIUserActivityRestoring
]?)
->
Void
)
->
Bool
{
func
application
(
_
application
:
UIApplication
,
continue
userActivity
:
NSUserActivity
,
restorationHandler
:
@escaping
([
UIUserActivityRestoring
]?)
->
Void
)
->
Bool
{
return
WXApi
.
handleOpenUniversalLink
(
userActivity
,
delegate
:
self
)
let
isAppLinking
=
AGCAppLinking
.
instance
()
.
continueUserActivity
(
userActivity
)
return
isAppLinking
==
false
?
WXApi
.
handleOpenUniversalLink
(
userActivity
,
delegate
:
self
)
:
true
}
}
func
application
(
_
application
:
UIApplication
,
continue
userActivity
:
NSUserActivity
,
restorationHandler
:
@escaping
([
Any
]?)
->
Void
)
->
Bool
{
func
application
(
_
application
:
UIApplication
,
continue
userActivity
:
NSUserActivity
,
restorationHandler
:
@escaping
([
Any
]?)
->
Void
)
->
Bool
{
return
WXApi
.
handleOpenUniversalLink
(
userActivity
,
delegate
:
self
)
let
isAppLinking
=
AGCAppLinking
.
instance
()
.
continueUserActivity
(
userActivity
)
return
isAppLinking
==
false
?
WXApi
.
handleOpenUniversalLink
(
userActivity
,
delegate
:
self
)
:
true
}
}
func
onResp
(
_
resp
:
BaseResp
)
{
func
onResp
(
_
resp
:
BaseResp
)
{
...
@@ -126,6 +149,10 @@ extension AppDelegate {
...
@@ -126,6 +149,10 @@ extension AppDelegate {
#else
#else
Bugly
.
start
(
withAppId
:
YhConstant
.
Bugly
.
appidForRelease
)
Bugly
.
start
(
withAppId
:
YhConstant
.
Bugly
.
appidForRelease
)
#endif
#endif
//3、AGC 短链相关
AGCInstance
.
startUp
()
}
}
//2.通用全局UI设置相关
//2.通用全局UI设置相关
...
...
galaxy/galaxy/Res/Info.plist
View file @
143b470f
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
d
i
c
t
>
<
k
e
y
>
agc_applinking_not_read_pasteboard
<
/k
e
y
>
<
fa
ls
e
/
>
<
k
e
y
>
CFBundleDocumentTypes
<
/k
e
y
>
<
k
e
y
>
CFBundleDocumentTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
<
d
i
c
t
>
...
...
galaxy/galaxy/Res/agconnect-services.plist
0 → 100644
View file @
143b470f
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
code
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
code1
<
/k
e
y
>
<
string
>
7D3596508337A97464CD4CC34B3C671A
<
/string
>
<
k
e
y
>
code2
<
/k
e
y
>
<
string
>
3707E1DA3E17953FA06DCA9D4BC40608
<
/string
>
<
k
e
y
>
code3
<
/k
e
y
>
<
string
>
FB1D4E1E2CB65C015A40F8C3EB4CC7F1
<
/string
>
<
k
e
y
>
code4
<
/k
e
y
>
<
string
>
2A46150F3F642E74C13BFCAB919E1063
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
agcgw
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
backurl
<
/k
e
y
>
<
string
>
connect-drcn.hispace.hicloud.com
<
/string
>
<
k
e
y
>
url
<
/k
e
y
>
<
string
>
connect-drcn.dbankcloud.cn
<
/string
>
<
k
e
y
>
websocketbackurl
<
/k
e
y
>
<
string
>
connect-ws-drcn.hispace.dbankcloud.com
<
/string
>
<
k
e
y
>
websocketurl
<
/k
e
y
>
<
string
>
connect-ws-drcn.hispace.dbankcloud.cn
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
agcgw_all
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
CN
<
/k
e
y
>
<
string
>
connect-drcn.dbankcloud.cn
<
/string
>
<
k
e
y
>
CN_back
<
/k
e
y
>
<
string
>
connect-drcn.hispace.hicloud.com
<
/string
>
<
k
e
y
>
DE
<
/k
e
y
>
<
string
>
connect-dre.dbankcloud.cn
<
/string
>
<
k
e
y
>
DE_back
<
/k
e
y
>
<
string
>
connect-dre.hispace.hicloud.com
<
/string
>
<
k
e
y
>
RU
<
/k
e
y
>
<
string
>
connect-drru.hispace.dbankcloud.ru
<
/string
>
<
k
e
y
>
RU_back
<
/k
e
y
>
<
string
>
connect-drru.hispace.dbankcloud.cn
<
/string
>
<
k
e
y
>
SG
<
/k
e
y
>
<
string
>
connect-dra.dbankcloud.cn
<
/string
>
<
k
e
y
>
SG_back
<
/k
e
y
>
<
string
>
connect-dra.hispace.hicloud.com
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
websocketgw_all
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
CN
<
/k
e
y
>
<
string
>
connect-ws-drcn.hispace.dbankcloud.cn
<
/string
>
<
k
e
y
>
CN_back
<
/k
e
y
>
<
string
>
connect-ws-drcn.hispace.dbankcloud.com
<
/string
>
<
k
e
y
>
DE
<
/k
e
y
>
<
string
>
connect-ws-dre.hispace.dbankcloud.cn
<
/string
>
<
k
e
y
>
DE_back
<
/k
e
y
>
<
string
>
connect-ws-dre.hispace.dbankcloud.com
<
/string
>
<
k
e
y
>
RU
<
/k
e
y
>
<
string
>
connect-ws-drru.hispace.dbankcloud.ru
<
/string
>
<
k
e
y
>
RU_back
<
/k
e
y
>
<
string
>
connect-ws-drru.hispace.dbankcloud.cn
<
/string
>
<
k
e
y
>
SG
<
/k
e
y
>
<
string
>
connect-ws-dra.hispace.dbankcloud.cn
<
/string
>
<
k
e
y
>
SG_back
<
/k
e
y
>
<
string
>
connect-ws-dra.hispace.dbankcloud.com
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
oauth_client
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
client_id
<
/k
e
y
>
<
string
>
111903719
<
/string
>
<
k
e
y
>
client_type
<
/k
e
y
>
<
string
>
22
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
configuration_version
<
/k
e
y
>
<
string
>
3.0
<
/string
>
<
k
e
y
>
app_info
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
app_id
<
/k
e
y
>
<
string
>
172249065903431626
<
/string
>
<
k
e
y
>
package_name
<
/k
e
y
>
<
string
>
com.intelligence.galaxy
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
client
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
cp_id
<
/k
e
y
>
<
string
>
2850086000417951462
<
/string
>
<
k
e
y
>
product_id
<
/k
e
y
>
<
string
>
388421841222067886
<
/string
>
<
k
e
y
>
client_id
<
/k
e
y
>
<
string
>
1391159840998466944
<
/string
>
<
k
e
y
>
client_secret
<
/k
e
y
>
<
string
>
[!
0064A014BF4AE0AC425453DCEAF90928D234ED1A072E0004F96A77B66F93529F79593A14109FD897C259474813E348C5CD2355DD3CB2A5E44D69CB8635E09DADB01A0B3CE052E27B6EC7956F7FBD0B7EE933A56F6282362B73A076AD09443ACE98
]
<
/string
>
<
k
e
y
>
project_id
<
/k
e
y
>
<
string
>
388421841222067886
<
/string
>
<
k
e
y
>
app_id
<
/k
e
y
>
<
string
>
172249065903431626
<
/string
>
<
k
e
y
>
api_key
<
/k
e
y
>
<
string
>
DAEDAMW2KouDoMTvRVxaDC983cDw3LDFi8KIP0DMrkpwP6
+
pPAQ0eTu2tPNoLd/lhMPsWuFW66t/oiJT
+
tF7Ujbfr8A1
+
aqhzDJO7w
==
<
/string
>
<
k
e
y
>
package_name
<
/k
e
y
>
<
string
>
com.intelligence.galaxy
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
service
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
edukit
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
dh_url
<
/k
e
y
>
<
string
>
edukit.cloud.huawei.com.cn
<
/string
>
<
k
e
y
>
edu_url
<
/k
e
y
>
<
string
>
edukit.cloud.huawei.com.cn
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
analytics
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
channel_id
<
/k
e
y
>
<
string/
>
<
k
e
y
>
collector_url
<
/k
e
y
>
<
string
>
datacollector-drcn.dt.hicloud.com
,
datacollector-drcn.dt.dbankcloud.cn
<
/string
>
<
k
e
y
>
collector_url_cn
<
/k
e
y
>
<
string
>
datacollector-drcn.dt.hicloud.com
,
datacollector-drcn.dt.dbankcloud.cn
<
/string
>
<
k
e
y
>
collector_url_de
<
/k
e
y
>
<
string
>
datacollector-dre.dt.hicloud.com
,
datacollector-dre.dt.dbankcloud.cn
<
/string
>
<
k
e
y
>
collector_url_ru
<
/k
e
y
>
<
string
>
datacollector-drru.dt.dbankcloud.ru
,
datacollector-drru.dt.hicloud.com
<
/string
>
<
k
e
y
>
collector_url_sg
<
/k
e
y
>
<
string
>
datacollector-dra.dt.hicloud.com
,
datacollector-dra.dt.dbankcloud.cn
<
/string
>
<
k
e
y
>
resource_id
<
/k
e
y
>
<
string
>
p1
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
search
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
url
<
/k
e
y
>
<
string
>
https://search-drcn.cloud.huawei.com
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
ml
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
mlservice_url
<
/k
e
y
>
<
string
>
ml-api-drcn.ai.dbankcloud.com
,
ml-api-drcn.ai.dbankcloud.cn
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
cloudstorage
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
storage_url
<
/k
e
y
>
<
string
>
https://agc-storage-drcn.platform.dbankcloud.cn
<
/string
>
<
k
e
y
>
storage_url_cn
<
/k
e
y
>
<
string
>
https://agc-storage-drcn.platform.dbankcloud.cn
<
/string
>
<
k
e
y
>
storage_url_cn_back
<
/k
e
y
>
<
string
>
https://agc-storage-drcn.cloud.huawei.com.cn
<
/string
>
<
k
e
y
>
storage_url_de
<
/k
e
y
>
<
string
>
https://ops-dre.agcstorage.link
<
/string
>
<
k
e
y
>
storage_url_de_back
<
/k
e
y
>
<
string
>
https://agc-storage-dre.cloud.huawei.eu
<
/string
>
<
k
e
y
>
storage_url_ru
<
/k
e
y
>
<
string
>
https://agc-storage-drru.cloud.huawei.ru
<
/string
>
<
k
e
y
>
storage_url_ru_back
<
/k
e
y
>
<
string
>
https://agc-storage-drru.cloud.huawei.ru
<
/string
>
<
k
e
y
>
storage_url_sg
<
/k
e
y
>
<
string
>
https://ops-dra.agcstorage.link
<
/string
>
<
k
e
y
>
storage_url_sg_back
<
/k
e
y
>
<
string
>
https://agc-storage-dra.cloud.huawei.asia
<
/string
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
k
e
y
>
region
<
/k
e
y
>
<
string
>
CN
<
/string
>
<
k
e
y
>
appInfos
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
<
k
e
y
>
package_name
<
/k
e
y
>
<
string
>
com.intelligence.galaxy
<
/string
>
<
k
e
y
>
client
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
client_secret
<
/k
e
y
>
<
string
>
[!
009E9C8053F6DE34F30475BCA1928C2F00FFEBABD18C35B4BB15E3164D240080847AA8F7A8A99BA0AB0A0AEE3817E1C6C16D86733505ED99B98A05490428F0B5F74BA193F612670FBFB7A79944B3F2EA34004FEE1AB57C006AF61811844916D6FA
]
<
/string
>
<
k
e
y
>
app_id
<
/k
e
y
>
<
string
>
172249065903431626
<
/string
>
<
/
d
i
c
t
>
<
k
e
y
>
code
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
code1
<
/k
e
y
>
<
string
>
508CED86B78E9E74E3AA91CACCBECF01A71BD2A6DCABC27304E2B88019AC5F1C
<
/string
>
<
k
e
y
>
code2
<
/k
e
y
>
<
string
>
487C23A75551EB4C6F02FAFF5A9D7AC9814EBFB7D2710E9B76194E2DE44E8060
<
/string
>
<
k
e
y
>
code3
<
/k
e
y
>
<
string
>
73953F696DF3FC23F0E1C3D60C259591DC93548E90D3E43BD648E25FD4B41F8E
<
/string
>
<
k
e
y
>
code4
<
/k
e
y
>
<
string
>
794A324781A73FD1C26BBF709064FC9F
<
/string
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
a
rr
a
y
>
<
/
d
i
c
t
>
<
/plist
>
galaxy/galaxy/galaxy.entitlements
View file @
143b470f
...
@@ -12,6 +12,26 @@
...
@@ -12,6 +12,26 @@
<array>
<array>
<string>
webcredentials:www.galaxy-immi.com
</string>
<string>
webcredentials:www.galaxy-immi.com
</string>
<string>
applinks:www.galaxy-immi.com
</string>
<string>
applinks:www.galaxy-immi.com
</string>
<string>
applinks:yinheapp.drcn.agconnect.link
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
</array>
</array>
</dict>
</dict>
</plist>
</plist>
galaxy/galaxy/galaxyDebug.entitlements
View file @
143b470f
...
@@ -12,6 +12,26 @@
...
@@ -12,6 +12,26 @@
<array>
<array>
<string>
webcredentials:www.galaxy-immi.com
</string>
<string>
webcredentials:www.galaxy-immi.com
</string>
<string>
applinks:www.galaxy-immi.com
</string>
<string>
applinks:www.galaxy-immi.com
</string>
<string>
applinks:yinheapp.drcn.agconnect.link
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
</array>
</array>
</dict>
</dict>
</plist>
</plist>
galaxy/galaxy/galaxyTestEnv.entitlements
View file @
143b470f
...
@@ -12,6 +12,26 @@
...
@@ -12,6 +12,26 @@
<array>
<array>
<string>
webcredentials:www.galaxy-immi.com
</string>
<string>
webcredentials:www.galaxy-immi.com
</string>
<string>
applinks:www.galaxy-immi.com
</string>
<string>
applinks:www.galaxy-immi.com
</string>
<string>
applinks:yinheapp.drcn.agconnect.link
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
<string>
webcredentials:example.com
</string>
</array>
</array>
</dict>
</dict>
</plist>
</plist>
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