capacitor-jitsi-meet 6.1.0-beta.0 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CapacitorJitsiMeet.podspec +1 -1
- package/ios/Plugin/Plugin.xcodeproj/project.pbxproj +5 -3
- package/ios/Plugin/Plugin.xcodeproj/xcuserdata/calvinho.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
- package/ios/Plugin/Plugin.xcworkspace/xcuserdata/calvinho.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/Plugin/Podfile.lock +32 -9
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
Pod::Spec.new do |s|
|
|
3
3
|
s.name = 'CapacitorJitsiMeet'
|
|
4
|
-
s.version = '6.
|
|
4
|
+
s.version = '6.1.0'
|
|
5
5
|
s.summary = 'This plugin is used to make video calls using Jitsi video platform (https://meet.jit.si) on iOS and Android using Capacitor. Since the current implementation of Ionic/PWA apps on iOS run on top of WKWebView, and as of today (24/01/2019), Apple does not support WebRTC on WKWebView, the only way to work with Jitsi Video on this platform is to build it natively.'
|
|
6
6
|
s.license = 'MIT'
|
|
7
7
|
s.homepage = 'https://github.com/calvinckho/capacitor-jitsi-meet'
|
|
@@ -290,13 +290,17 @@
|
|
|
290
290
|
"${PODS_ROOT}/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh",
|
|
291
291
|
"${BUILT_PRODUCTS_DIR}/Capacitor/Capacitor.framework",
|
|
292
292
|
"${BUILT_PRODUCTS_DIR}/CapacitorCordova/Cordova.framework",
|
|
293
|
+
"${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework",
|
|
294
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Giphy/GiphyUISDK.framework/GiphyUISDK",
|
|
293
295
|
"${PODS_XCFRAMEWORKS_BUILD_DIR}/JitsiMeetSDK/JitsiMeetSDK.framework/JitsiMeetSDK",
|
|
294
|
-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/
|
|
296
|
+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/JitsiWebRTC/WebRTC.framework/WebRTC",
|
|
295
297
|
);
|
|
296
298
|
name = "[CP] Embed Pods Frameworks";
|
|
297
299
|
outputPaths = (
|
|
298
300
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Capacitor.framework",
|
|
299
301
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Cordova.framework",
|
|
302
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework",
|
|
303
|
+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GiphyUISDK.framework",
|
|
300
304
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JitsiMeetSDK.framework",
|
|
301
305
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework",
|
|
302
306
|
);
|
|
@@ -513,7 +517,6 @@
|
|
|
513
517
|
isa = XCBuildConfiguration;
|
|
514
518
|
baseConfigurationReference = 96ED1B6440D6672E406C8D19 /* Pods-PluginTests.debug.xcconfig */;
|
|
515
519
|
buildSettings = {
|
|
516
|
-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
517
520
|
CODE_SIGN_STYLE = Automatic;
|
|
518
521
|
INFOPLIST_FILE = PluginTests/Info.plist;
|
|
519
522
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
@@ -528,7 +531,6 @@
|
|
|
528
531
|
isa = XCBuildConfiguration;
|
|
529
532
|
baseConfigurationReference = F65BB2953ECE002E1EF3E424 /* Pods-PluginTests.release.xcconfig */;
|
|
530
533
|
buildSettings = {
|
|
531
|
-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
532
534
|
CODE_SIGN_STYLE = Automatic;
|
|
533
535
|
INFOPLIST_FILE = PluginTests/Info.plist;
|
|
534
536
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>SchemeUserState</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>Plugin.xcscheme_^#shared#^_</key>
|
|
8
|
+
<dict>
|
|
9
|
+
<key>orderHint</key>
|
|
10
|
+
<integer>8</integer>
|
|
11
|
+
</dict>
|
|
12
|
+
</dict>
|
|
13
|
+
</dict>
|
|
14
|
+
</plist>
|
package/ios/Plugin/Plugin.xcworkspace/xcuserdata/calvinho.xcuserdatad/UserInterfaceState.xcuserstate
ADDED
|
Binary file
|
package/ios/Plugin/Podfile.lock
CHANGED
|
@@ -1,24 +1,47 @@
|
|
|
1
1
|
PODS:
|
|
2
|
-
- Capacitor (
|
|
2
|
+
- Capacitor (6.1.2):
|
|
3
3
|
- CapacitorCordova
|
|
4
|
-
- CapacitorCordova (
|
|
5
|
-
-
|
|
4
|
+
- CapacitorCordova (6.1.2)
|
|
5
|
+
- Giphy (2.2.4):
|
|
6
|
+
- libwebp
|
|
7
|
+
- JitsiMeetSDK (10.0.0):
|
|
8
|
+
- Giphy (= 2.2.4)
|
|
9
|
+
- JitsiWebRTC (~> 124.0)
|
|
10
|
+
- JitsiWebRTC (124.0.0)
|
|
11
|
+
- libwebp (1.3.2):
|
|
12
|
+
- libwebp/demux (= 1.3.2)
|
|
13
|
+
- libwebp/mux (= 1.3.2)
|
|
14
|
+
- libwebp/sharpyuv (= 1.3.2)
|
|
15
|
+
- libwebp/webp (= 1.3.2)
|
|
16
|
+
- libwebp/demux (1.3.2):
|
|
17
|
+
- libwebp/webp
|
|
18
|
+
- libwebp/mux (1.3.2):
|
|
19
|
+
- libwebp/demux
|
|
20
|
+
- libwebp/sharpyuv (1.3.2)
|
|
21
|
+
- libwebp/webp (1.3.2):
|
|
22
|
+
- libwebp/sharpyuv
|
|
6
23
|
|
|
7
24
|
DEPENDENCIES:
|
|
8
25
|
- Capacitor
|
|
9
|
-
- JitsiMeetSDK (=
|
|
26
|
+
- JitsiMeetSDK (= 10.0.0)
|
|
10
27
|
|
|
11
28
|
SPEC REPOS:
|
|
12
29
|
trunk:
|
|
13
30
|
- Capacitor
|
|
14
31
|
- CapacitorCordova
|
|
32
|
+
- Giphy
|
|
15
33
|
- JitsiMeetSDK
|
|
34
|
+
- JitsiWebRTC
|
|
35
|
+
- libwebp
|
|
16
36
|
|
|
17
37
|
SPEC CHECKSUMS:
|
|
18
|
-
Capacitor:
|
|
19
|
-
CapacitorCordova:
|
|
20
|
-
|
|
38
|
+
Capacitor: 8f4752e4449cc3472e0ee8d5d807744172b8b632
|
|
39
|
+
CapacitorCordova: 2bff79fff47a4104445ba50130d603c7a92e7a8e
|
|
40
|
+
Giphy: 6b5f6986c8df4f71e01a8ef86595f426b3439fb5
|
|
41
|
+
JitsiMeetSDK: cfa73fe1b1fe9a4127749b656524a80b7bce4a98
|
|
42
|
+
JitsiWebRTC: 37fb2fb70d42cac58c06948527a5f9e1b3f50812
|
|
43
|
+
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
|
|
21
44
|
|
|
22
|
-
PODFILE CHECKSUM:
|
|
45
|
+
PODFILE CHECKSUM: d7d5e9765b440bed781793f9edde1e3c2880564b
|
|
23
46
|
|
|
24
|
-
COCOAPODS: 1.
|
|
47
|
+
COCOAPODS: 1.15.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "capacitor-jitsi-meet",
|
|
3
|
-
"version": "6.1.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "This Ionic Capacitor plugin is created to make video calls through the free, open-sourced Jitsi video platform (https://meet.jit.si) on iOS and Android.",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|