Переглянути джерело

[RN] Expand domains supported by Universal Links

j8
Lyubomir Marinov 8 роки тому
джерело
коміт
94f3d4b279

+ 2
- 0
android/app/src/main/AndroidManifest.xml Переглянути файл

38
             <action android:name="android.intent.action.VIEW" />
38
             <action android:name="android.intent.action.VIEW" />
39
             <category android:name="android.intent.category.BROWSABLE" />
39
             <category android:name="android.intent.category.BROWSABLE" />
40
             <category android:name="android.intent.category.DEFAULT" />
40
             <category android:name="android.intent.category.DEFAULT" />
41
+            <data android:host="beta.hipchat.me" android:scheme="https" />
41
             <data android:host="beta.meet.jit.si" android:scheme="https" />
42
             <data android:host="beta.meet.jit.si" android:scheme="https" />
42
             <data android:host="chaos.hipchat.me" android:scheme="https" />
43
             <data android:host="chaos.hipchat.me" android:scheme="https" />
43
             <data android:host="enso.me" android:scheme="https" />
44
             <data android:host="enso.me" android:scheme="https" />
45
+            <data android:host="hipchat.me" android:scheme="https" />
44
             <data android:host="meet.jit.si" android:scheme="https" />
46
             <data android:host="meet.jit.si" android:scheme="https" />
45
         </intent-filter>
47
         </intent-filter>
46
         <intent-filter>
48
         <intent-filter>

+ 2
- 0
ios/jitsi-meet-react.entitlements Переглянути файл

5
 	<key>com.apple.developer.associated-domains</key>
5
 	<key>com.apple.developer.associated-domains</key>
6
 	<array>
6
 	<array>
7
 		<string>applinks:beta.meet.jit.si</string>
7
 		<string>applinks:beta.meet.jit.si</string>
8
+		<string>applinks:beta.hipchat.me</string>
8
 		<string>applinks:chaos.hipchat.me</string>
9
 		<string>applinks:chaos.hipchat.me</string>
9
 		<string>applinks:enso.me</string>
10
 		<string>applinks:enso.me</string>
11
+		<string>applinks:hipchat.me</string>
10
 		<string>applinks:meet.jit.si</string>
12
 		<string>applinks:meet.jit.si</string>
11
 	</array>
13
 	</array>
12
 </dict>
14
 </dict>

Завантаження…
Відмінити
Зберегти