This commit is contained in:
v7lin
2022-08-02 19:10:54 +08:00
parent 5c4c47a4b8
commit 055a97f1cc
4 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ Flutter plugin for Deep Link/App Link/Universal Links.
<!-- 可定义多个 -->
<data android:scheme="flks"/>
</intent-filter>
<!-- App Link -->
<!-- App Link,可不配置 -->
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
@ -96,7 +96,7 @@ post_install do |installer|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
'$(inherited)',
# Universal Links
# Universal Links 可不配置
# FLK_UNIVERSAL_LINK 可自定义,含 host/pathhost 与 applinks 的 domain 保持一致
'FLK_UNIVERSAL_LINK=@\"help.link.kit/power/\"',
]

View File

@ -36,7 +36,7 @@
<!-- 可定义多个 -->
<data android:scheme="flks"/>
</intent-filter>
<!-- App Link -->
<!-- App Link 可不配置 -->
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>

View File

@ -40,7 +40,7 @@ post_install do |installer|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [
'$(inherited)',
# Universal Links
# Universal Links 可不配置
# FLK_UNIVERSAL_LINK 可自定义,含 host/pathhost 与 applinks 的 domain 保持一致
'FLK_UNIVERSAL_LINK=@\"help.link.kit/power/\"',
]

View File

@ -17,6 +17,6 @@ SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
link_kit: bbd5081565a86256eb12eb53cb56c1133c749a7c
PODFILE CHECKSUM: 641e8b9693ca5a910881a0ca2fdf7ee3b62ebaf9
PODFILE CHECKSUM: 10f2619bddbe51698b6ee3b569f5500e832b0964
COCOAPODS: 1.11.3