-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
67 lines (67 loc) · 2.52 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[submodule "react-native"]
path = theoplayer/external/react-native-theoplayer
url = https://github.com/THEOplayer/react-native-theoplayer.git
branch = master
[submodule "react-native-v4"]
path = theoplayer_versioned_docs/version-v4/external/react-native-theoplayer
url = https://github.com/THEOplayer/react-native-theoplayer.git
branch = 3.x
shallow = true
[submodule "react-native-v6"]
path = theoplayer_versioned_docs/version-v6/external/react-native-theoplayer
url = https://github.com/THEOplayer/react-native-theoplayer.git
branch = 7.x
shallow = true
[submodule "react-native-v7"]
path = theoplayer_versioned_docs/version-v7/external/react-native-theoplayer
url = https://github.com/THEOplayer/react-native-theoplayer.git
branch = 7.x
shallow = true
[submodule "flutter"]
path = theoplayer/external/flutter-theoplayer-sdk
url = https://github.com/THEOplayer/flutter-theoplayer-sdk.git
branch = main
[submodule "flutter-v7"]
path = theoplayer_versioned_docs/version-v7/external/flutter-theoplayer-sdk
url = https://github.com/THEOplayer/flutter-theoplayer-sdk.git
branch = 7.x
shallow = true
[submodule "web-connectors"]
path = theoplayer/external/web-connectors
url = https://github.com/THEOplayer/web-connectors.git
branch = main
[submodule "web-connectors-v7"]
path = theoplayer_versioned_docs/version-v7/external/web-connectors
url = https://github.com/THEOplayer/web-connectors.git
branch = main
shallow = true
[submodule "android-connector"]
path = theoplayer/external/android-connector
url = https://github.com/THEOplayer/android-connector.git
branch = master
[submodule "android-connector-v7"]
path = theoplayer_versioned_docs/version-v7/external/android-connector
url = https://github.com/THEOplayer/android-connector.git
branch = 7.x
shallow = true
[submodule "ios-connector"]
path = theoplayer/external/iOS-Connector
url = https://github.com/THEOplayer/iOS-Connector.git
branch = main
[submodule "ios-connector-v7"]
path = theoplayer_versioned_docs/version-v7/external/iOS-Connector
url = https://github.com/THEOplayer/iOS-Connector.git
branch = 7.x
shallow = true
[submodule "web-ui"]
path = open-video-ui/external/web-ui
url = https://github.com/THEOplayer/web-ui.git
branch = main
[submodule "android-ui"]
path = open-video-ui/external/android-ui
url = https://github.com/THEOplayer/android-ui.git
branch = main
[submodule "react-native-theoplayer-ui"]
path = open-video-ui/external/react-native-theoplayer-ui
url = https://github.com/THEOplayer/react-native-theoplayer-ui.git
branch = master