|
@@ -44,6 +44,7 @@
|
44
|
44
|
C6CC49AF207412CF000DFA42 /* PiPViewCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC49AE207412CF000DFA42 /* PiPViewCoordinator.swift */; };
|
45
|
45
|
DEAD3226220C497000E93636 /* JitsiMeetConferenceOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = DEAD3224220C497000E93636 /* JitsiMeetConferenceOptions.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
46
|
46
|
DEAD3227220C497000E93636 /* JitsiMeetConferenceOptions.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAD3225220C497000E93636 /* JitsiMeetConferenceOptions.m */; };
|
|
47
|
+ DEAFA779229EAD520033A7FA /* RNRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAFA778229EAD520033A7FA /* RNRootView.m */; };
|
47
|
48
|
DEFC743F21B178FA00E4DD96 /* LocaleDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = DEFC743D21B178FA00E4DD96 /* LocaleDetector.m */; };
|
48
|
49
|
DEFE535421FB1BF800011A3A /* JitsiMeet.m in Sources */ = {isa = PBXBuildFile; fileRef = DEFE535321FB1BF800011A3A /* JitsiMeet.m */; };
|
49
|
50
|
DEFE535621FB2E8300011A3A /* ReactUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = DEFE535521FB2E8300011A3A /* ReactUtils.m */; };
|
|
@@ -96,6 +97,8 @@
|
96
|
97
|
DEAD3224220C497000E93636 /* JitsiMeetConferenceOptions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JitsiMeetConferenceOptions.h; sourceTree = "<group>"; };
|
97
|
98
|
DEAD3225220C497000E93636 /* JitsiMeetConferenceOptions.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JitsiMeetConferenceOptions.m; sourceTree = "<group>"; };
|
98
|
99
|
DEAD3228220C734300E93636 /* JitsiMeetConferenceOptions+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "JitsiMeetConferenceOptions+Private.h"; sourceTree = "<group>"; };
|
|
100
|
+ DEAFA777229EAD3B0033A7FA /* RNRootView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNRootView.h; sourceTree = "<group>"; };
|
|
101
|
+ DEAFA778229EAD520033A7FA /* RNRootView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNRootView.m; sourceTree = "<group>"; };
|
99
|
102
|
DEFC743D21B178FA00E4DD96 /* LocaleDetector.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LocaleDetector.m; sourceTree = "<group>"; };
|
100
|
103
|
DEFE535321FB1BF800011A3A /* JitsiMeet.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JitsiMeet.m; sourceTree = "<group>"; };
|
101
|
104
|
DEFE535521FB2E8300011A3A /* ReactUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ReactUtils.m; sourceTree = "<group>"; };
|
|
@@ -173,6 +176,8 @@
|
173
|
176
|
DEAD3225220C497000E93636 /* JitsiMeetConferenceOptions.m */,
|
174
|
177
|
0B412F161EDEC65D00B1A0A6 /* JitsiMeetView.h */,
|
175
|
178
|
0B412F171EDEC65D00B1A0A6 /* JitsiMeetView.m */,
|
|
179
|
+ DEAFA777229EAD3B0033A7FA /* RNRootView.h */,
|
|
180
|
+ DEAFA778229EAD520033A7FA /* RNRootView.m */,
|
176
|
181
|
C6F99C13204DB63D0001F710 /* JitsiMeetView+Private.h */,
|
177
|
182
|
0B412F1B1EDEC80100B1A0A6 /* JitsiMeetViewDelegate.h */,
|
178
|
183
|
DEFC743D21B178FA00E4DD96 /* LocaleDetector.m */,
|
|
@@ -478,6 +483,7 @@
|
478
|
483
|
files = (
|
479
|
484
|
0BB9AD7B1F5EC8F4001C08DB /* CallKit.m in Sources */,
|
480
|
485
|
0BB9AD7D1F60356D001C08DB /* AppInfo.m in Sources */,
|
|
486
|
+ DEAFA779229EAD520033A7FA /* RNRootView.m in Sources */,
|
481
|
487
|
DEAD3227220C497000E93636 /* JitsiMeetConferenceOptions.m in Sources */,
|
482
|
488
|
0B93EF7F1EC9DDCD0030D24D /* RCTBridgeWrapper.m in Sources */,
|
483
|
489
|
0BA13D311EE83FF8007BEF7F /* ExternalAPI.m in Sources */,
|