From 055a97f1cc1c2ef3f43f7c418b6733a1d6891ca5 Mon Sep 17 00:00:00 2001 From: v7lin Date: Tue, 2 Aug 2022 19:10:54 +0800 Subject: [PATCH] app link --- README.md | 4 ++-- example/android/app/src/main/AndroidManifest.xml | 2 +- example/ios/Podfile | 2 +- example/ios/Podfile.lock | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cba1601..29a886c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Flutter plugin for Deep Link/App Link/Universal Links. - + @@ -96,7 +96,7 @@ post_install do |installer| config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ '$(inherited)', - # Universal Links + # Universal Links 可不配置 # FLK_UNIVERSAL_LINK 可自定义,含 host/path,host 与 applinks 的 domain 保持一致 'FLK_UNIVERSAL_LINK=@\"help.link.kit/power/\"', ] diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index d4bf254..fa31104 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -36,7 +36,7 @@ - + diff --git a/example/ios/Podfile b/example/ios/Podfile index f30a83a..fd7d9a1 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -40,7 +40,7 @@ post_install do |installer| config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ '$(inherited)', - # Universal Links + # Universal Links 可不配置 # FLK_UNIVERSAL_LINK 可自定义,含 host/path,host 与 applinks 的 domain 保持一致 'FLK_UNIVERSAL_LINK=@\"help.link.kit/power/\"', ] diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 270f2a2..e48564f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -17,6 +17,6 @@ SPEC CHECKSUMS: Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a link_kit: bbd5081565a86256eb12eb53cb56c1133c749a7c -PODFILE CHECKSUM: 641e8b9693ca5a910881a0ca2fdf7ee3b62ebaf9 +PODFILE CHECKSUM: 10f2619bddbe51698b6ee3b569f5500e832b0964 COCOAPODS: 1.11.3