Commit 143b470f authored by David黄金龙's avatar David黄金龙

Merge branch 'davidhuang' into develop

* davidhuang:
  替换公司账号
  添加 for test hjl
  接入鸿蒙的 appLink
  处理 AGC 相关
parents 820d2600 5c6b0c9c
...@@ -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进行交互
......
...@@ -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 = develop_branch myPack_branch = davidhuang_branch
# 打adhoc包 执行命令 fastlane galaxyTest # 打adhoc包 执行命令 fastlane galaxyTest
lane :galaxyTest do lane :galaxyTest do
......
...@@ -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;
......
...@@ -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设置相关
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>agc_applinking_not_read_pasteboard</key>
<false/>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>
<array> <array>
<dict> <dict>
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>code</key>
<dict>
<key>code1</key>
<string>7D3596508337A97464CD4CC34B3C671A</string>
<key>code2</key>
<string>3707E1DA3E17953FA06DCA9D4BC40608</string>
<key>code3</key>
<string>FB1D4E1E2CB65C015A40F8C3EB4CC7F1</string>
<key>code4</key>
<string>2A46150F3F642E74C13BFCAB919E1063</string>
</dict>
<key>agcgw</key>
<dict>
<key>backurl</key>
<string>connect-drcn.hispace.hicloud.com</string>
<key>url</key>
<string>connect-drcn.dbankcloud.cn</string>
<key>websocketbackurl</key>
<string>connect-ws-drcn.hispace.dbankcloud.com</string>
<key>websocketurl</key>
<string>connect-ws-drcn.hispace.dbankcloud.cn</string>
</dict>
<key>agcgw_all</key>
<dict>
<key>CN</key>
<string>connect-drcn.dbankcloud.cn</string>
<key>CN_back</key>
<string>connect-drcn.hispace.hicloud.com</string>
<key>DE</key>
<string>connect-dre.dbankcloud.cn</string>
<key>DE_back</key>
<string>connect-dre.hispace.hicloud.com</string>
<key>RU</key>
<string>connect-drru.hispace.dbankcloud.ru</string>
<key>RU_back</key>
<string>connect-drru.hispace.dbankcloud.cn</string>
<key>SG</key>
<string>connect-dra.dbankcloud.cn</string>
<key>SG_back</key>
<string>connect-dra.hispace.hicloud.com</string>
</dict>
<key>websocketgw_all</key>
<dict>
<key>CN</key>
<string>connect-ws-drcn.hispace.dbankcloud.cn</string>
<key>CN_back</key>
<string>connect-ws-drcn.hispace.dbankcloud.com</string>
<key>DE</key>
<string>connect-ws-dre.hispace.dbankcloud.cn</string>
<key>DE_back</key>
<string>connect-ws-dre.hispace.dbankcloud.com</string>
<key>RU</key>
<string>connect-ws-drru.hispace.dbankcloud.ru</string>
<key>RU_back</key>
<string>connect-ws-drru.hispace.dbankcloud.cn</string>
<key>SG</key>
<string>connect-ws-dra.hispace.dbankcloud.cn</string>
<key>SG_back</key>
<string>connect-ws-dra.hispace.dbankcloud.com</string>
</dict>
<key>oauth_client</key>
<dict>
<key>client_id</key>
<string>111903719</string>
<key>client_type</key>
<string>22</string>
</dict>
<key>configuration_version</key>
<string>3.0</string>
<key>app_info</key>
<dict>
<key>app_id</key>
<string>172249065903431626</string>
<key>package_name</key>
<string>com.intelligence.galaxy</string>
</dict>
<key>client</key>
<dict>
<key>cp_id</key>
<string>2850086000417951462</string>
<key>product_id</key>
<string>388421841222067886</string>
<key>client_id</key>
<string>1391159840998466944</string>
<key>client_secret</key>
<string>[!0064A014BF4AE0AC425453DCEAF90928D234ED1A072E0004F96A77B66F93529F79593A14109FD897C259474813E348C5CD2355DD3CB2A5E44D69CB8635E09DADB01A0B3CE052E27B6EC7956F7FBD0B7EE933A56F6282362B73A076AD09443ACE98]</string>
<key>project_id</key>
<string>388421841222067886</string>
<key>app_id</key>
<string>172249065903431626</string>
<key>api_key</key>
<string>DAEDAMW2KouDoMTvRVxaDC983cDw3LDFi8KIP0DMrkpwP6+pPAQ0eTu2tPNoLd/lhMPsWuFW66t/oiJT+tF7Ujbfr8A1+aqhzDJO7w==</string>
<key>package_name</key>
<string>com.intelligence.galaxy</string>
</dict>
<key>service</key>
<dict>
<key>edukit</key>
<dict>
<key>dh_url</key>
<string>edukit.cloud.huawei.com.cn</string>
<key>edu_url</key>
<string>edukit.cloud.huawei.com.cn</string>
</dict>
<key>analytics</key>
<dict>
<key>channel_id</key>
<string/>
<key>collector_url</key>
<string>datacollector-drcn.dt.hicloud.com,datacollector-drcn.dt.dbankcloud.cn</string>
<key>collector_url_cn</key>
<string>datacollector-drcn.dt.hicloud.com,datacollector-drcn.dt.dbankcloud.cn</string>
<key>collector_url_de</key>
<string>datacollector-dre.dt.hicloud.com,datacollector-dre.dt.dbankcloud.cn</string>
<key>collector_url_ru</key>
<string>datacollector-drru.dt.dbankcloud.ru,datacollector-drru.dt.hicloud.com</string>
<key>collector_url_sg</key>
<string>datacollector-dra.dt.hicloud.com,datacollector-dra.dt.dbankcloud.cn</string>
<key>resource_id</key>
<string>p1</string>
</dict>
<key>search</key>
<dict>
<key>url</key>
<string>https://search-drcn.cloud.huawei.com</string>
</dict>
<key>ml</key>
<dict>
<key>mlservice_url</key>
<string>ml-api-drcn.ai.dbankcloud.com,ml-api-drcn.ai.dbankcloud.cn</string>
</dict>
<key>cloudstorage</key>
<dict>
<key>storage_url</key>
<string>https://agc-storage-drcn.platform.dbankcloud.cn</string>
<key>storage_url_cn</key>
<string>https://agc-storage-drcn.platform.dbankcloud.cn</string>
<key>storage_url_cn_back</key>
<string>https://agc-storage-drcn.cloud.huawei.com.cn</string>
<key>storage_url_de</key>
<string>https://ops-dre.agcstorage.link</string>
<key>storage_url_de_back</key>
<string>https://agc-storage-dre.cloud.huawei.eu</string>
<key>storage_url_ru</key>
<string>https://agc-storage-drru.cloud.huawei.ru</string>
<key>storage_url_ru_back</key>
<string>https://agc-storage-drru.cloud.huawei.ru</string>
<key>storage_url_sg</key>
<string>https://ops-dra.agcstorage.link</string>
<key>storage_url_sg_back</key>
<string>https://agc-storage-dra.cloud.huawei.asia</string>
</dict>
</dict>
<key>region</key>
<string>CN</string>
<key>appInfos</key>
<array>
<dict>
<key>package_name</key>
<string>com.intelligence.galaxy</string>
<key>client</key>
<dict>
<key>client_secret</key>
<string>[!009E9C8053F6DE34F30475BCA1928C2F00FFEBABD18C35B4BB15E3164D240080847AA8F7A8A99BA0AB0A0AEE3817E1C6C16D86733505ED99B98A05490428F0B5F74BA193F612670FBFB7A79944B3F2EA34004FEE1AB57C006AF61811844916D6FA]</string>
<key>app_id</key>
<string>172249065903431626</string>
</dict>
<key>code</key>
<dict>
<key>code1</key>
<string>508CED86B78E9E74E3AA91CACCBECF01A71BD2A6DCABC27304E2B88019AC5F1C</string>
<key>code2</key>
<string>487C23A75551EB4C6F02FAFF5A9D7AC9814EBFB7D2710E9B76194E2DE44E8060</string>
<key>code3</key>
<string>73953F696DF3FC23F0E1C3D60C259591DC93548E90D3E43BD648E25FD4B41F8E</string>
<key>code4</key>
<string>794A324781A73FD1C26BBF709064FC9F</string>
</dict>
</dict>
</array>
</dict>
</plist>
...@@ -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>
...@@ -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>
...@@ -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>
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