| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955 | 
							- // !$*UTF8*$!
 - {
 - 	archiveVersion = 1;
 - 	classes = {
 - 	};
 - 	objectVersion = 46;
 - 	objects = {
 - 
 - /* Begin PBXBuildFile section */
 - 		0B26BE6E1EC5BC3C00EEFB41 /* JitsiMeet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */; };
 - 		0B26BE6F1EC5BC3C00EEFB41 /* JitsiMeet.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 - 		0B412F1F1EDEE6E800B1A0A6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */; };
 - 		0B412F211EDEE95300B1A0A6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0B412F201EDEE95300B1A0A6 /* Main.storyboard */; };
 - 		0B5418471F7C5D8C00A2DD86 /* MeetingRowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B5418461F7C5D8C00A2DD86 /* MeetingRowController.swift */; };
 - 		0B7001701F7C51CC005944F4 /* InCallController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B70016F1F7C51CC005944F4 /* InCallController.swift */; };
 - 		0BD6B4371EF82A6B00D1F4CD /* WebRTC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */; };
 - 		0BD6B4381EF82A6B00D1F4CD /* WebRTC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
 - 		0BEA5C291F7B8F73000D0AB4 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0BEA5C271F7B8F73000D0AB4 /* Interface.storyboard */; };
 - 		0BEA5C2B1F7B8F73000D0AB4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0BEA5C2A1F7B8F73000D0AB4 /* Assets.xcassets */; };
 - 		0BEA5C321F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
 - 		0BEA5C371F7B8F73000D0AB4 /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BEA5C361F7B8F73000D0AB4 /* InterfaceController.swift */; };
 - 		0BEA5C391F7B8F73000D0AB4 /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BEA5C381F7B8F73000D0AB4 /* ExtensionDelegate.swift */; };
 - 		0BEA5C3B1F7B8F73000D0AB4 /* ComplicationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BEA5C3A1F7B8F73000D0AB4 /* ComplicationController.swift */; };
 - 		0BEA5C3D1F7B8F73000D0AB4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0BEA5C3C1F7B8F73000D0AB4 /* Assets.xcassets */; };
 - 		0BEA5C411F7B8F73000D0AB4 /* JitsiMeetCompanion.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */; };
 - 		13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
 - 		13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
 - 		13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
 - 		13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
 - 		695AF3ED6F686F9C5EE40F9A /* libPods-jitsi-meet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */; };
 - 		DE4C456121DE1E4E00EA0709 /* FIRUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */; };
 - 		E588011722789D43008B0561 /* JitsiMeetContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58801132278944E008B0561 /* JitsiMeetContext.swift */; };
 - 		E5C97B63227A1EB400199214 /* JitsiMeetCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */; };
 - /* End PBXBuildFile section */
 - 
 - /* Begin PBXContainerItemProxy section */
 - 		0BEA5C331F7B8F73000D0AB4 /* PBXContainerItemProxy */ = {
 - 			isa = PBXContainerItemProxy;
 - 			containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
 - 			proxyType = 1;
 - 			remoteGlobalIDString = 0BEA5C301F7B8F73000D0AB4;
 - 			remoteInfo = "JitsiMeetCompanion Extension";
 - 		};
 - 		0BEA5C3F1F7B8F73000D0AB4 /* PBXContainerItemProxy */ = {
 - 			isa = PBXContainerItemProxy;
 - 			containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
 - 			proxyType = 1;
 - 			remoteGlobalIDString = 0BEA5C241F7B8F73000D0AB4;
 - 			remoteInfo = JitsiMeetCompanion;
 - 		};
 - /* End PBXContainerItemProxy section */
 - 
 - /* Begin PBXCopyFilesBuildPhase section */
 - 		0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */ = {
 - 			isa = PBXCopyFilesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			dstPath = "";
 - 			dstSubfolderSpec = 10;
 - 			files = (
 - 				0B26BE6F1EC5BC3C00EEFB41 /* JitsiMeet.framework in Embed Frameworks */,
 - 				0BD6B4381EF82A6B00D1F4CD /* WebRTC.framework in Embed Frameworks */,
 - 			);
 - 			name = "Embed Frameworks";
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - 		0BEA5C471F7B8F73000D0AB4 /* Embed App Extensions */ = {
 - 			isa = PBXCopyFilesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			dstPath = "";
 - 			dstSubfolderSpec = 13;
 - 			files = (
 - 				0BEA5C321F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex in Embed App Extensions */,
 - 			);
 - 			name = "Embed App Extensions";
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - 		0BEA5C491F7B8F73000D0AB4 /* Embed Watch Content */ = {
 - 			isa = PBXCopyFilesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
 - 			dstSubfolderSpec = 16;
 - 			files = (
 - 				0BEA5C411F7B8F73000D0AB4 /* JitsiMeetCompanion.app in Embed Watch Content */,
 - 			);
 - 			name = "Embed Watch Content";
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - /* End PBXCopyFilesBuildPhase section */
 - 
 - /* Begin PBXFileReference section */
 - 		09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-jitsi-meet.release.xcconfig"; path = "../Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi-meet.release.xcconfig"; sourceTree = "<group>"; };
 - 		0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JitsiMeet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 - 		0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
 - 		0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
 - 		0B412F201EDEE95300B1A0A6 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
 - 		0B5418461F7C5D8C00A2DD86 /* MeetingRowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeetingRowController.swift; sourceTree = "<group>"; };
 - 		0B70016F1F7C51CC005944F4 /* InCallController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InCallController.swift; sourceTree = "<group>"; };
 - 		0BBD021F212EB69D00CCB19F /* Types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = "<group>"; };
 - 		0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
 - 		0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JitsiMeetCompanion.app; sourceTree = BUILT_PRODUCTS_DIR; };
 - 		0BEA5C281F7B8F73000D0AB4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
 - 		0BEA5C2A1F7B8F73000D0AB4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 - 		0BEA5C2C1F7B8F73000D0AB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 - 		0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "JitsiMeetCompanion Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
 - 		0BEA5C361F7B8F73000D0AB4 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = "<group>"; };
 - 		0BEA5C381F7B8F73000D0AB4 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
 - 		0BEA5C3A1F7B8F73000D0AB4 /* ComplicationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComplicationController.swift; sourceTree = "<group>"; };
 - 		0BEA5C3C1F7B8F73000D0AB4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
 - 		0BEA5C3E1F7B8F73000D0AB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 - 		13B07F961A680F5B00A75B9A /* jitsi-meet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet.app"; sourceTree = BUILT_PRODUCTS_DIR; };
 - 		13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
 - 		13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
 - 		13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
 - 		13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
 - 		13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
 - 		13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 - 		4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-jitsi-meet.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi-meet.debug.xcconfig"; sourceTree = "<group>"; };
 - 		489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-jitsi-meet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
 - 		B3B083EB1D4955FF0069CEE7 /* app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = app.entitlements; sourceTree = "<group>"; };
 - 		DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRUtilities.m; sourceTree = "<group>"; };
 - 		DE4C456021DE1E4E00EA0709 /* FIRUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIRUtilities.h; sourceTree = "<group>"; };
 - 		E58801132278944E008B0561 /* JitsiMeetContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JitsiMeetContext.swift; sourceTree = "<group>"; };
 - 		E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JitsiMeetCommands.swift; sourceTree = "<group>"; };
 - /* End PBXFileReference section */
 - 
 - /* Begin PBXFrameworksBuildPhase section */
 - 		0BEA5C2E1F7B8F73000D0AB4 /* Frameworks */ = {
 - 			isa = PBXFrameworksBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - 		13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
 - 			isa = PBXFrameworksBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 				0B26BE6E1EC5BC3C00EEFB41 /* JitsiMeet.framework in Frameworks */,
 - 				0BD6B4371EF82A6B00D1F4CD /* WebRTC.framework in Frameworks */,
 - 				695AF3ED6F686F9C5EE40F9A /* libPods-jitsi-meet.a in Frameworks */,
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - 		1F021A8A5B056078665DE530 /* Frameworks */ = {
 - 			isa = PBXFrameworksBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - /* End PBXFrameworksBuildPhase section */
 - 
 - /* Begin PBXGroup section */
 - 		0B26BE711EC5BC4D00EEFB41 /* Frameworks */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */,
 - 				0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */,
 - 				489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */,
 - 			);
 - 			name = Frameworks;
 - 			sourceTree = "<group>";
 - 		};
 - 		0BEA5C261F7B8F73000D0AB4 /* Watch app */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				0BEA5C271F7B8F73000D0AB4 /* Interface.storyboard */,
 - 				0BEA5C2A1F7B8F73000D0AB4 /* Assets.xcassets */,
 - 				0BEA5C2C1F7B8F73000D0AB4 /* Info.plist */,
 - 			);
 - 			name = "Watch app";
 - 			path = watchos/app;
 - 			sourceTree = "<group>";
 - 		};
 - 		0BEA5C351F7B8F73000D0AB4 /* WatchKit extension */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				0BEA5C361F7B8F73000D0AB4 /* InterfaceController.swift */,
 - 				0BEA5C381F7B8F73000D0AB4 /* ExtensionDelegate.swift */,
 - 				0BEA5C3A1F7B8F73000D0AB4 /* ComplicationController.swift */,
 - 				0BEA5C3C1F7B8F73000D0AB4 /* Assets.xcassets */,
 - 				0BEA5C3E1F7B8F73000D0AB4 /* Info.plist */,
 - 				0B70016F1F7C51CC005944F4 /* InCallController.swift */,
 - 				0B5418461F7C5D8C00A2DD86 /* MeetingRowController.swift */,
 - 				E58801132278944E008B0561 /* JitsiMeetContext.swift */,
 - 				E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */,
 - 			);
 - 			name = "WatchKit extension";
 - 			path = watchos/extension;
 - 			sourceTree = "<group>";
 - 		};
 - 		13B07FAE1A68108700A75B9A /* src */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				13B07FAF1A68108700A75B9A /* AppDelegate.h */,
 - 				13B07FB01A68108700A75B9A /* AppDelegate.m */,
 - 				DE4C456021DE1E4E00EA0709 /* FIRUtilities.h */,
 - 				DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */,
 - 				13B07FB51A68108700A75B9A /* Images.xcassets */,
 - 				13B07FB61A68108700A75B9A /* Info.plist */,
 - 				13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
 - 				13B07FB71A68108700A75B9A /* main.m */,
 - 				0B412F201EDEE95300B1A0A6 /* Main.storyboard */,
 - 				0BBD021F212EB69D00CCB19F /* Types.h */,
 - 				0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */,
 - 				0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */,
 - 			);
 - 			path = src;
 - 			sourceTree = "<group>";
 - 		};
 - 		5E96ADD5E49F3B3822EF9A52 /* Pods */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */,
 - 				09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */,
 - 			);
 - 			name = Pods;
 - 			sourceTree = "<group>";
 - 		};
 - 		83CBB9F61A601CBA00E9B192 = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				B3B083EB1D4955FF0069CEE7 /* app.entitlements */,
 - 				0B26BE711EC5BC4D00EEFB41 /* Frameworks */,
 - 				83CBBA001A601CBA00E9B192 /* Products */,
 - 				13B07FAE1A68108700A75B9A /* src */,
 - 				5E96ADD5E49F3B3822EF9A52 /* Pods */,
 - 				0BEA5C261F7B8F73000D0AB4 /* Watch app */,
 - 				0BEA5C351F7B8F73000D0AB4 /* WatchKit extension */,
 - 			);
 - 			indentWidth = 2;
 - 			sourceTree = "<group>";
 - 			tabWidth = 2;
 - 		};
 - 		83CBBA001A601CBA00E9B192 /* Products */ = {
 - 			isa = PBXGroup;
 - 			children = (
 - 				13B07F961A680F5B00A75B9A /* jitsi-meet.app */,
 - 				0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */,
 - 				0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */,
 - 			);
 - 			name = Products;
 - 			sourceTree = "<group>";
 - 		};
 - /* End PBXGroup section */
 - 
 - /* Begin PBXNativeTarget section */
 - 		0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */ = {
 - 			isa = PBXNativeTarget;
 - 			buildConfigurationList = 0BEA5C481F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion" */;
 - 			buildPhases = (
 - 				0BEA5C231F7B8F73000D0AB4 /* Resources */,
 - 				0BEA5C471F7B8F73000D0AB4 /* Embed App Extensions */,
 - 				1F021A8A5B056078665DE530 /* Frameworks */,
 - 			);
 - 			buildRules = (
 - 			);
 - 			dependencies = (
 - 				0BEA5C341F7B8F73000D0AB4 /* PBXTargetDependency */,
 - 			);
 - 			name = JitsiMeetCompanion;
 - 			productName = JitsiMeetCompanion;
 - 			productReference = 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */;
 - 			productType = "com.apple.product-type.application.watchapp2";
 - 		};
 - 		0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */ = {
 - 			isa = PBXNativeTarget;
 - 			buildConfigurationList = 0BEA5C461F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion Extension" */;
 - 			buildPhases = (
 - 				0BEA5C2D1F7B8F73000D0AB4 /* Sources */,
 - 				0BEA5C2E1F7B8F73000D0AB4 /* Frameworks */,
 - 				0BEA5C2F1F7B8F73000D0AB4 /* Resources */,
 - 			);
 - 			buildRules = (
 - 			);
 - 			dependencies = (
 - 			);
 - 			name = "JitsiMeetCompanion Extension";
 - 			productName = "JitsiMeetCompanion Extension";
 - 			productReference = 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */;
 - 			productType = "com.apple.product-type.watchkit2-extension";
 - 		};
 - 		13B07F861A680F5B00A75B9A /* jitsi-meet */ = {
 - 			isa = PBXNativeTarget;
 - 			buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */;
 - 			buildPhases = (
 - 				B6607F42A5CF0C76E98929E2 /* [CP] Check Pods Manifest.lock */,
 - 				0BBA83C41EC9F7600075A103 /* Run React packager */,
 - 				13B07F871A680F5B00A75B9A /* Sources */,
 - 				13B07F8C1A680F5B00A75B9A /* Frameworks */,
 - 				13B07F8E1A680F5B00A75B9A /* Resources */,
 - 				0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */,
 - 				B35383AD1DDA0083008F406A /* Adjust embedded framework architectures */,
 - 				0BB7DA181EC9E695007AAE98 /* Adjust ATS */,
 - 				DEF4813D224925A2002AD03A /* Copy Google Plist file */,
 - 				DEC2069321CBBD6900072F03 /* Setup Fabric */,
 - 				DE11877A21EE09640078D059 /* Setup Google reverse URL handler */,
 - 				DE4F6D6E22005C0400DE699E /* Setup Dropbox */,
 - 				0BEA5C491F7B8F73000D0AB4 /* Embed Watch Content */,
 - 			);
 - 			buildRules = (
 - 			);
 - 			dependencies = (
 - 				0BEA5C401F7B8F73000D0AB4 /* PBXTargetDependency */,
 - 			);
 - 			name = "jitsi-meet";
 - 			productName = "Jitsi Meet";
 - 			productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet.app */;
 - 			productType = "com.apple.product-type.application";
 - 		};
 - /* End PBXNativeTarget section */
 - 
 - /* Begin PBXProject section */
 - 		83CBB9F71A601CBA00E9B192 /* Project object */ = {
 - 			isa = PBXProject;
 - 			attributes = {
 - 				LastUpgradeCheck = 1020;
 - 				ORGANIZATIONNAME = Facebook;
 - 				TargetAttributes = {
 - 					0BEA5C241F7B8F73000D0AB4 = {
 - 						CreatedOnToolsVersion = 9.0;
 - 						DevelopmentTeam = FC967L3QRG;
 - 						ProvisioningStyle = Automatic;
 - 					};
 - 					0BEA5C301F7B8F73000D0AB4 = {
 - 						CreatedOnToolsVersion = 9.0;
 - 						DevelopmentTeam = FC967L3QRG;
 - 						ProvisioningStyle = Automatic;
 - 					};
 - 					13B07F861A680F5B00A75B9A = {
 - 						DevelopmentTeam = FC967L3QRG;
 - 						ProvisioningStyle = Automatic;
 - 						SystemCapabilities = {
 - 							com.apple.SafariKeychain = {
 - 								enabled = 1;
 - 							};
 - 							com.apple.Siri = {
 - 								enabled = 1;
 - 							};
 - 						};
 - 					};
 - 				};
 - 			};
 - 			buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "app" */;
 - 			compatibilityVersion = "Xcode 3.2";
 - 			developmentRegion = en;
 - 			hasScannedForEncodings = 0;
 - 			knownRegions = (
 - 				en,
 - 				Base,
 - 			);
 - 			mainGroup = 83CBB9F61A601CBA00E9B192;
 - 			productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
 - 			projectDirPath = "";
 - 			projectRoot = "";
 - 			targets = (
 - 				13B07F861A680F5B00A75B9A /* jitsi-meet */,
 - 				0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */,
 - 				0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */,
 - 			);
 - 		};
 - /* End PBXProject section */
 - 
 - /* Begin PBXResourcesBuildPhase section */
 - 		0BEA5C231F7B8F73000D0AB4 /* Resources */ = {
 - 			isa = PBXResourcesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 				0BEA5C2B1F7B8F73000D0AB4 /* Assets.xcassets in Resources */,
 - 				0BEA5C291F7B8F73000D0AB4 /* Interface.storyboard in Resources */,
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - 		0BEA5C2F1F7B8F73000D0AB4 /* Resources */ = {
 - 			isa = PBXResourcesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 				0BEA5C3D1F7B8F73000D0AB4 /* Assets.xcassets in Resources */,
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - 		13B07F8E1A680F5B00A75B9A /* Resources */ = {
 - 			isa = PBXResourcesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 				0B412F211EDEE95300B1A0A6 /* Main.storyboard in Resources */,
 - 				13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
 - 				13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - /* End PBXResourcesBuildPhase section */
 - 
 - /* Begin PBXShellScriptBuildPhase section */
 - 		0BB7DA181EC9E695007AAE98 /* Adjust ATS */ = {
 - 			isa = PBXShellScriptBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			inputPaths = (
 - 			);
 - 			name = "Adjust ATS";
 - 			outputPaths = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 			shellPath = /bin/sh;
 - 			shellScript = "../scripts/fixup-ats.sh\n";
 - 		};
 - 		0BBA83C41EC9F7600075A103 /* Run React packager */ = {
 - 			isa = PBXShellScriptBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			inputPaths = (
 - 			);
 - 			name = "Run React packager";
 - 			outputPaths = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 			shellPath = /bin/sh;
 - 			shellScript = "../scripts/run-packager.sh\n";
 - 		};
 - 		B35383AD1DDA0083008F406A /* Adjust embedded framework architectures */ = {
 - 			isa = PBXShellScriptBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			inputPaths = (
 - 			);
 - 			name = "Adjust embedded framework architectures";
 - 			outputPaths = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 			shellPath = /bin/sh;
 - 			shellScript = "../scripts/fixup-frameworks.sh\n";
 - 		};
 - 		B6607F42A5CF0C76E98929E2 /* [CP] Check Pods Manifest.lock */ = {
 - 			isa = PBXShellScriptBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			inputFileListPaths = (
 - 			);
 - 			inputPaths = (
 - 				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
 - 				"${PODS_ROOT}/Manifest.lock",
 - 			);
 - 			name = "[CP] Check Pods Manifest.lock";
 - 			outputFileListPaths = (
 - 			);
 - 			outputPaths = (
 - 				"$(DERIVED_FILE_DIR)/Pods-jitsi-meet-checkManifestLockResult.txt",
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 			shellPath = /bin/sh;
 - 			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
 - 			showEnvVarsInLog = 0;
 - 		};
 - 		DE11877A21EE09640078D059 /* Setup Google reverse URL handler */ = {
 - 			isa = PBXShellScriptBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			inputFileListPaths = (
 - 			);
 - 			inputPaths = (
 - 			);
 - 			name = "Setup Google reverse URL handler";
 - 			outputFileListPaths = (
 - 			);
 - 			outputPaths = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 			shellPath = /bin/sh;
 - 			shellScript = "INFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\nGOOGLE_PLIST=\"$PROJECT_DIR/GoogleService-Info.plist\"\n\nif [[ -f $GOOGLE_PLIST ]]; then\n    REVERSED_CLIENT_ID=$(/usr/libexec/PlistBuddy -c \"Print :REVERSED_CLIENT_ID:\" $GOOGLE_PLIST)\n    /usr/libexec/PlistBuddy -c \"Set :CFBundleURLTypes:1:CFBundleURLSchemes:0 $REVERSED_CLIENT_ID\" $INFO_PLIST\nfi\n";
 - 		};
 - 		DE4F6D6E22005C0400DE699E /* Setup Dropbox */ = {
 - 			isa = PBXShellScriptBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			inputFileListPaths = (
 - 			);
 - 			inputPaths = (
 - 			);
 - 			name = "Setup Dropbox";
 - 			outputFileListPaths = (
 - 			);
 - 			outputPaths = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 			shellPath = /bin/sh;
 - 			shellScript = "INFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\nDROPBOX_KEY_FILE=\"$PROJECT_DIR/dropbox.key\"\n\nif [[ -f $DROPBOX_KEY_FILE ]]; then\n    /usr/libexec/PlistBuddy -c \"Delete :LSApplicationQueriesSchemes\" $INFO_PLIST\n    /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes array\" $INFO_PLIST\n    /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes:0 string 'dbapi-2'\" $INFO_PLIST\n    /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes:1 string 'dbapi-8-emm'\" $INFO_PLIST\n\n    DROPBOX_KEY=$(head -n 1 $DROPBOX_KEY_FILE)\n    /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLName string dropbox\" $INFO_PLIST\n    /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLSchemes array\" $INFO_PLIST\n    /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLSchemes:0 string $DROPBOX_KEY\" $INFO_PLIST\nfi\n";
 - 		};
 - 		DEC2069321CBBD6900072F03 /* Setup Fabric */ = {
 - 			isa = PBXShellScriptBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			inputFileListPaths = (
 - 			);
 - 			inputPaths = (
 - 			);
 - 			name = "Setup Fabric";
 - 			outputFileListPaths = (
 - 			);
 - 			outputPaths = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 			shellPath = /bin/sh;
 - 			shellScript = "${PODS_ROOT}/Fabric/run\n";
 - 		};
 - 		DEF4813D224925A2002AD03A /* Copy Google Plist file */ = {
 - 			isa = PBXShellScriptBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 			);
 - 			inputFileListPaths = (
 - 			);
 - 			inputPaths = (
 - 			);
 - 			name = "Copy Google Plist file";
 - 			outputFileListPaths = (
 - 			);
 - 			outputPaths = (
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 			shellPath = /bin/sh;
 - 			shellScript = "GOOGLE_PLIST_NAME=\"GoogleService-Info.plist\"\nGOOGLE_PLIST=\"$PROJECT_DIR/$GOOGLE_PLIST_NAME\"\nBUILD_APP_DIR=\"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\"\n\nif [[ -f $GOOGLE_PLIST ]]; then\n    cp $GOOGLE_PLIST \"$BUILD_APP_DIR/$GOOGLE_PLIST_NAME\"\nfi\n";
 - 		};
 - /* End PBXShellScriptBuildPhase section */
 - 
 - /* Begin PBXSourcesBuildPhase section */
 - 		0BEA5C2D1F7B8F73000D0AB4 /* Sources */ = {
 - 			isa = PBXSourcesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 				0B7001701F7C51CC005944F4 /* InCallController.swift in Sources */,
 - 				E5C97B63227A1EB400199214 /* JitsiMeetCommands.swift in Sources */,
 - 				0B5418471F7C5D8C00A2DD86 /* MeetingRowController.swift in Sources */,
 - 				E588011722789D43008B0561 /* JitsiMeetContext.swift in Sources */,
 - 				0BEA5C391F7B8F73000D0AB4 /* ExtensionDelegate.swift in Sources */,
 - 				0BEA5C371F7B8F73000D0AB4 /* InterfaceController.swift in Sources */,
 - 				0BEA5C3B1F7B8F73000D0AB4 /* ComplicationController.swift in Sources */,
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - 		13B07F871A680F5B00A75B9A /* Sources */ = {
 - 			isa = PBXSourcesBuildPhase;
 - 			buildActionMask = 2147483647;
 - 			files = (
 - 				0B412F1F1EDEE6E800B1A0A6 /* ViewController.m in Sources */,
 - 				13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
 - 				DE4C456121DE1E4E00EA0709 /* FIRUtilities.m in Sources */,
 - 				13B07FC11A68108700A75B9A /* main.m in Sources */,
 - 			);
 - 			runOnlyForDeploymentPostprocessing = 0;
 - 		};
 - /* End PBXSourcesBuildPhase section */
 - 
 - /* Begin PBXTargetDependency section */
 - 		0BEA5C341F7B8F73000D0AB4 /* PBXTargetDependency */ = {
 - 			isa = PBXTargetDependency;
 - 			target = 0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */;
 - 			targetProxy = 0BEA5C331F7B8F73000D0AB4 /* PBXContainerItemProxy */;
 - 		};
 - 		0BEA5C401F7B8F73000D0AB4 /* PBXTargetDependency */ = {
 - 			isa = PBXTargetDependency;
 - 			target = 0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */;
 - 			targetProxy = 0BEA5C3F1F7B8F73000D0AB4 /* PBXContainerItemProxy */;
 - 		};
 - /* End PBXTargetDependency section */
 - 
 - /* Begin PBXVariantGroup section */
 - 		0BEA5C271F7B8F73000D0AB4 /* Interface.storyboard */ = {
 - 			isa = PBXVariantGroup;
 - 			children = (
 - 				0BEA5C281F7B8F73000D0AB4 /* Base */,
 - 			);
 - 			name = Interface.storyboard;
 - 			sourceTree = "<group>";
 - 		};
 - 		13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
 - 			isa = PBXVariantGroup;
 - 			children = (
 - 				13B07FB21A68108700A75B9A /* Base */,
 - 			);
 - 			name = LaunchScreen.xib;
 - 			sourceTree = "<group>";
 - 		};
 - /* End PBXVariantGroup section */
 - 
 - /* Begin XCBuildConfiguration section */
 - 		0BEA5C421F7B8F73000D0AB4 /* Debug */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 - 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 - 				CLANG_ANALYZER_NONNULL = YES;
 - 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 - 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
 - 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
 - 				CLANG_WARN_COMMA = YES;
 - 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 - 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
 - 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 - 				CLANG_WARN_STRICT_PROTOTYPES = YES;
 - 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
 - 				CODE_SIGN_STYLE = Automatic;
 - 				DEBUG_INFORMATION_FORMAT = dwarf;
 - 				DEVELOPMENT_TEAM = FC967L3QRG;
 - 				GCC_C_LANGUAGE_STANDARD = gnu11;
 - 				IBSC_MODULE = JitsiMeetCompanion_Extension;
 - 				INFOPLIST_FILE = watchos/app/Info.plist;
 - 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit;
 - 				PRODUCT_NAME = "$(TARGET_NAME)";
 - 				SDKROOT = watchos;
 - 				SKIP_INSTALL = YES;
 - 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
 - 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 - 				SWIFT_VERSION = 5.0;
 - 				TARGETED_DEVICE_FAMILY = 4;
 - 				WATCHOS_DEPLOYMENT_TARGET = 4.0;
 - 			};
 - 			name = Debug;
 - 		};
 - 		0BEA5C431F7B8F73000D0AB4 /* Release */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 - 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 - 				CLANG_ANALYZER_NONNULL = YES;
 - 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 - 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
 - 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
 - 				CLANG_WARN_COMMA = YES;
 - 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 - 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
 - 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 - 				CLANG_WARN_STRICT_PROTOTYPES = YES;
 - 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
 - 				CODE_SIGN_STYLE = Automatic;
 - 				COPY_PHASE_STRIP = NO;
 - 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 - 				DEVELOPMENT_TEAM = FC967L3QRG;
 - 				GCC_C_LANGUAGE_STANDARD = gnu11;
 - 				IBSC_MODULE = JitsiMeetCompanion_Extension;
 - 				INFOPLIST_FILE = watchos/app/Info.plist;
 - 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit;
 - 				PRODUCT_NAME = "$(TARGET_NAME)";
 - 				SDKROOT = watchos;
 - 				SKIP_INSTALL = YES;
 - 				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
 - 				SWIFT_VERSION = 5.0;
 - 				TARGETED_DEVICE_FAMILY = 4;
 - 				WATCHOS_DEPLOYMENT_TARGET = 4.0;
 - 			};
 - 			name = Release;
 - 		};
 - 		0BEA5C441F7B8F73000D0AB4 /* Debug */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
 - 				CLANG_ANALYZER_NONNULL = YES;
 - 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 - 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
 - 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
 - 				CLANG_WARN_COMMA = YES;
 - 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 - 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
 - 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 - 				CLANG_WARN_STRICT_PROTOTYPES = YES;
 - 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
 - 				CODE_SIGN_STYLE = Automatic;
 - 				DEBUG_INFORMATION_FORMAT = dwarf;
 - 				DEVELOPMENT_TEAM = FC967L3QRG;
 - 				GCC_C_LANGUAGE_STANDARD = gnu11;
 - 				INFOPLIST_FILE = watchos/extension/Info.plist;
 - 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
 - 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit.extension;
 - 				PRODUCT_NAME = "${TARGET_NAME}";
 - 				SDKROOT = watchos;
 - 				SKIP_INSTALL = YES;
 - 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
 - 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 - 				SWIFT_VERSION = 5.0;
 - 				TARGETED_DEVICE_FAMILY = 4;
 - 				WATCHOS_DEPLOYMENT_TARGET = 4.0;
 - 			};
 - 			name = Debug;
 - 		};
 - 		0BEA5C451F7B8F73000D0AB4 /* Release */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
 - 				CLANG_ANALYZER_NONNULL = YES;
 - 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
 - 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
 - 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
 - 				CLANG_WARN_COMMA = YES;
 - 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
 - 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
 - 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 - 				CLANG_WARN_STRICT_PROTOTYPES = YES;
 - 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
 - 				CODE_SIGN_STYLE = Automatic;
 - 				COPY_PHASE_STRIP = NO;
 - 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 - 				DEVELOPMENT_TEAM = FC967L3QRG;
 - 				GCC_C_LANGUAGE_STANDARD = gnu11;
 - 				INFOPLIST_FILE = watchos/extension/Info.plist;
 - 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
 - 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit.extension;
 - 				PRODUCT_NAME = "${TARGET_NAME}";
 - 				SDKROOT = watchos;
 - 				SKIP_INSTALL = YES;
 - 				SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
 - 				SWIFT_VERSION = 5.0;
 - 				TARGETED_DEVICE_FAMILY = 4;
 - 				WATCHOS_DEPLOYMENT_TARGET = 4.0;
 - 			};
 - 			name = Release;
 - 		};
 - 		13B07F941A680F5B00A75B9A /* Debug */ = {
 - 			isa = XCBuildConfiguration;
 - 			baseConfigurationReference = 4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */;
 - 			buildSettings = {
 - 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 - 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
 - 				CODE_SIGN_ENTITLEMENTS = app.entitlements;
 - 				CODE_SIGN_IDENTITY = "iPhone Developer";
 - 				CODE_SIGN_STYLE = Automatic;
 - 				CURRENT_PROJECT_VERSION = 1;
 - 				DEAD_CODE_STRIPPING = NO;
 - 				DEVELOPMENT_TEAM = FC967L3QRG;
 - 				ENABLE_BITCODE = NO;
 - 				FRAMEWORK_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					"../../node_modules/react-native-webrtc/ios",
 - 				);
 - 				HEADER_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 - 				);
 - 				INFOPLIST_FILE = src/Info.plist;
 - 				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
 - 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 - 				LIBRARY_SEARCH_PATHS = "$(inherited)";
 - 				OTHER_LDFLAGS = (
 - 					"$(inherited)",
 - 					"-ObjC",
 - 					"-lc++",
 - 				);
 - 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet;
 - 				PRODUCT_NAME = "jitsi-meet";
 - 				PROVISIONING_PROFILE_SPECIFIER = "";
 - 				TARGETED_DEVICE_FAMILY = "1,2";
 - 			};
 - 			name = Debug;
 - 		};
 - 		13B07F951A680F5B00A75B9A /* Release */ = {
 - 			isa = XCBuildConfiguration;
 - 			baseConfigurationReference = 09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */;
 - 			buildSettings = {
 - 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
 - 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
 - 				CODE_SIGN_ENTITLEMENTS = app.entitlements;
 - 				CODE_SIGN_IDENTITY = "iPhone Developer";
 - 				CODE_SIGN_STYLE = Automatic;
 - 				CURRENT_PROJECT_VERSION = 1;
 - 				DEVELOPMENT_TEAM = FC967L3QRG;
 - 				ENABLE_BITCODE = YES;
 - 				FRAMEWORK_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					"../../node_modules/react-native-webrtc/ios",
 - 				);
 - 				HEADER_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 - 				);
 - 				INFOPLIST_FILE = src/Info.plist;
 - 				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
 - 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 - 				LIBRARY_SEARCH_PATHS = "$(inherited)";
 - 				OTHER_LDFLAGS = (
 - 					"$(inherited)",
 - 					"-ObjC",
 - 					"-lc++",
 - 				);
 - 				PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet;
 - 				PRODUCT_NAME = "jitsi-meet";
 - 				PROVISIONING_PROFILE_SPECIFIER = "";
 - 				TARGETED_DEVICE_FAMILY = "1,2";
 - 			};
 - 			name = Release;
 - 		};
 - 		83CBBA201A601CBA00E9B192 /* Debug */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				ALWAYS_SEARCH_USER_PATHS = NO;
 - 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
 - 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 - 				CLANG_CXX_LIBRARY = "libc++";
 - 				CLANG_ENABLE_MODULES = YES;
 - 				CLANG_ENABLE_OBJC_ARC = YES;
 - 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
 - 				CLANG_WARN_BOOL_CONVERSION = YES;
 - 				CLANG_WARN_COMMA = YES;
 - 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 - 				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
 - 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 - 				CLANG_WARN_EMPTY_BODY = YES;
 - 				CLANG_WARN_ENUM_CONVERSION = YES;
 - 				CLANG_WARN_INFINITE_RECURSION = YES;
 - 				CLANG_WARN_INT_CONVERSION = YES;
 - 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
 - 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 - 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 - 				CLANG_WARN_STRICT_PROTOTYPES = YES;
 - 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 - 				CLANG_WARN_UNREACHABLE_CODE = YES;
 - 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 - 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 - 				COPY_PHASE_STRIP = NO;
 - 				ENABLE_BITCODE = YES;
 - 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 - 				ENABLE_TESTABILITY = YES;
 - 				GCC_C_LANGUAGE_STANDARD = gnu99;
 - 				GCC_DYNAMIC_NO_PIC = NO;
 - 				GCC_NO_COMMON_BLOCKS = YES;
 - 				GCC_OPTIMIZATION_LEVEL = 0;
 - 				GCC_PREPROCESSOR_DEFINITIONS = (
 - 					"DEBUG=1",
 - 					"$(inherited)",
 - 				);
 - 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
 - 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 - 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 - 				GCC_WARN_UNDECLARED_SELECTOR = YES;
 - 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 - 				GCC_WARN_UNUSED_FUNCTION = YES;
 - 				GCC_WARN_UNUSED_VARIABLE = YES;
 - 				HEADER_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 - 				);
 - 				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
 - 				MTL_ENABLE_DEBUG_INFO = YES;
 - 				ONLY_ACTIVE_ARCH = YES;
 - 				SDKROOT = iphoneos;
 - 			};
 - 			name = Debug;
 - 		};
 - 		83CBBA211A601CBA00E9B192 /* Release */ = {
 - 			isa = XCBuildConfiguration;
 - 			buildSettings = {
 - 				ALWAYS_SEARCH_USER_PATHS = NO;
 - 				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
 - 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 - 				CLANG_CXX_LIBRARY = "libc++";
 - 				CLANG_ENABLE_MODULES = YES;
 - 				CLANG_ENABLE_OBJC_ARC = YES;
 - 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
 - 				CLANG_WARN_BOOL_CONVERSION = YES;
 - 				CLANG_WARN_COMMA = YES;
 - 				CLANG_WARN_CONSTANT_CONVERSION = YES;
 - 				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
 - 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
 - 				CLANG_WARN_EMPTY_BODY = YES;
 - 				CLANG_WARN_ENUM_CONVERSION = YES;
 - 				CLANG_WARN_INFINITE_RECURSION = YES;
 - 				CLANG_WARN_INT_CONVERSION = YES;
 - 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
 - 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
 - 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
 - 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
 - 				CLANG_WARN_STRICT_PROTOTYPES = YES;
 - 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
 - 				CLANG_WARN_UNREACHABLE_CODE = YES;
 - 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 - 				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
 - 				COPY_PHASE_STRIP = YES;
 - 				ENABLE_BITCODE = YES;
 - 				ENABLE_NS_ASSERTIONS = NO;
 - 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 - 				GCC_C_LANGUAGE_STANDARD = gnu99;
 - 				GCC_NO_COMMON_BLOCKS = YES;
 - 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 - 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
 - 				GCC_WARN_UNDECLARED_SELECTOR = YES;
 - 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
 - 				GCC_WARN_UNUSED_FUNCTION = YES;
 - 				GCC_WARN_UNUSED_VARIABLE = YES;
 - 				HEADER_SEARCH_PATHS = (
 - 					"$(inherited)",
 - 					/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
 - 				);
 - 				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
 - 				MTL_ENABLE_DEBUG_INFO = NO;
 - 				SDKROOT = iphoneos;
 - 				SWIFT_COMPILATION_MODE = wholemodule;
 - 				VALIDATE_PRODUCT = YES;
 - 			};
 - 			name = Release;
 - 		};
 - /* End XCBuildConfiguration section */
 - 
 - /* Begin XCConfigurationList section */
 - 		0BEA5C461F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion Extension" */ = {
 - 			isa = XCConfigurationList;
 - 			buildConfigurations = (
 - 				0BEA5C441F7B8F73000D0AB4 /* Debug */,
 - 				0BEA5C451F7B8F73000D0AB4 /* Release */,
 - 			);
 - 			defaultConfigurationIsVisible = 0;
 - 			defaultConfigurationName = Release;
 - 		};
 - 		0BEA5C481F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion" */ = {
 - 			isa = XCConfigurationList;
 - 			buildConfigurations = (
 - 				0BEA5C421F7B8F73000D0AB4 /* Debug */,
 - 				0BEA5C431F7B8F73000D0AB4 /* Release */,
 - 			);
 - 			defaultConfigurationIsVisible = 0;
 - 			defaultConfigurationName = Release;
 - 		};
 - 		13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */ = {
 - 			isa = XCConfigurationList;
 - 			buildConfigurations = (
 - 				13B07F941A680F5B00A75B9A /* Debug */,
 - 				13B07F951A680F5B00A75B9A /* Release */,
 - 			);
 - 			defaultConfigurationIsVisible = 0;
 - 			defaultConfigurationName = Release;
 - 		};
 - 		83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "app" */ = {
 - 			isa = XCConfigurationList;
 - 			buildConfigurations = (
 - 				83CBBA201A601CBA00E9B192 /* Debug */,
 - 				83CBBA211A601CBA00E9B192 /* Release */,
 - 			);
 - 			defaultConfigurationIsVisible = 0;
 - 			defaultConfigurationName = Release;
 - 		};
 - /* End XCConfigurationList section */
 - 	};
 - 	rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
 - }
 
 
  |