You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0B26BE6E1EC5BC3C00EEFB41 /* JitsiMeet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */; };
  10. 0B26BE6F1EC5BC3C00EEFB41 /* JitsiMeet.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  11. 0B412F1F1EDEE6E800B1A0A6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */; };
  12. 0B412F211EDEE95300B1A0A6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0B412F201EDEE95300B1A0A6 /* Main.storyboard */; };
  13. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  14. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  15. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  16. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXCopyFilesBuildPhase section */
  19. 0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */ = {
  20. isa = PBXCopyFilesBuildPhase;
  21. buildActionMask = 2147483647;
  22. dstPath = "";
  23. dstSubfolderSpec = 10;
  24. files = (
  25. 0B26BE6F1EC5BC3C00EEFB41 /* JitsiMeet.framework in Embed Frameworks */,
  26. );
  27. name = "Embed Frameworks";
  28. runOnlyForDeploymentPostprocessing = 0;
  29. };
  30. /* End PBXCopyFilesBuildPhase section */
  31. /* Begin PBXFileReference section */
  32. 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JitsiMeet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ViewController.h; path = app/ViewController.h; sourceTree = "<group>"; };
  34. 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ViewController.m; path = app/ViewController.m; sourceTree = "<group>"; };
  35. 0B412F201EDEE95300B1A0A6 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = app/Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  36. 13B07F961A680F5B00A75B9A /* jitsi-meet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  37. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = app/AppDelegate.h; sourceTree = "<group>"; };
  38. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = app/AppDelegate.m; sourceTree = "<group>"; };
  39. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  40. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = app/Images.xcassets; sourceTree = "<group>"; };
  41. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = app/Info.plist; sourceTree = "<group>"; };
  42. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = app/main.m; sourceTree = "<group>"; };
  43. B3B083EB1D4955FF0069CEE7 /* jitsi-meet.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "jitsi-meet.entitlements"; sourceTree = "<group>"; };
  44. /* End PBXFileReference section */
  45. /* Begin PBXFrameworksBuildPhase section */
  46. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  47. isa = PBXFrameworksBuildPhase;
  48. buildActionMask = 2147483647;
  49. files = (
  50. 0B26BE6E1EC5BC3C00EEFB41 /* JitsiMeet.framework in Frameworks */,
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXFrameworksBuildPhase section */
  55. /* Begin PBXGroup section */
  56. 0B26BE711EC5BC4D00EEFB41 /* Frameworks */ = {
  57. isa = PBXGroup;
  58. children = (
  59. 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */,
  60. );
  61. name = Frameworks;
  62. sourceTree = "<group>";
  63. };
  64. 13B07FAE1A68108700A75B9A /* app */ = {
  65. isa = PBXGroup;
  66. children = (
  67. 13B07FB71A68108700A75B9A /* main.m */,
  68. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  69. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  70. 0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */,
  71. 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */,
  72. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  73. 0B412F201EDEE95300B1A0A6 /* Main.storyboard */,
  74. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  75. 13B07FB61A68108700A75B9A /* Info.plist */,
  76. );
  77. name = app;
  78. sourceTree = "<group>";
  79. };
  80. 83CBB9F61A601CBA00E9B192 = {
  81. isa = PBXGroup;
  82. children = (
  83. 0B26BE711EC5BC4D00EEFB41 /* Frameworks */,
  84. 13B07FAE1A68108700A75B9A /* app */,
  85. B3B083EB1D4955FF0069CEE7 /* jitsi-meet.entitlements */,
  86. 83CBBA001A601CBA00E9B192 /* Products */,
  87. );
  88. indentWidth = 2;
  89. sourceTree = "<group>";
  90. tabWidth = 2;
  91. };
  92. 83CBBA001A601CBA00E9B192 /* Products */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 13B07F961A680F5B00A75B9A /* jitsi-meet.app */,
  96. );
  97. name = Products;
  98. sourceTree = "<group>";
  99. };
  100. /* End PBXGroup section */
  101. /* Begin PBXNativeTarget section */
  102. 13B07F861A680F5B00A75B9A /* jitsi-meet */ = {
  103. isa = PBXNativeTarget;
  104. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */;
  105. buildPhases = (
  106. 0BBA83C41EC9F7600075A103 /* Run React packager */,
  107. 13B07F871A680F5B00A75B9A /* Sources */,
  108. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  109. 13B07F8E1A680F5B00A75B9A /* Resources */,
  110. 0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */,
  111. B35383AD1DDA0083008F406A /* Adjust embedded framework architectures */,
  112. 0BB7DA181EC9E695007AAE98 /* Adjust ATS */,
  113. );
  114. buildRules = (
  115. );
  116. dependencies = (
  117. );
  118. name = "jitsi-meet";
  119. productName = "Jitsi Meet";
  120. productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet.app */;
  121. productType = "com.apple.product-type.application";
  122. };
  123. /* End PBXNativeTarget section */
  124. /* Begin PBXProject section */
  125. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  126. isa = PBXProject;
  127. attributes = {
  128. LastUpgradeCheck = 0820;
  129. ORGANIZATIONNAME = Facebook;
  130. TargetAttributes = {
  131. 13B07F861A680F5B00A75B9A = {
  132. DevelopmentTeam = BQNXB4G3KQ;
  133. SystemCapabilities = {
  134. com.apple.SafariKeychain = {
  135. enabled = 1;
  136. };
  137. };
  138. };
  139. };
  140. };
  141. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet" */;
  142. compatibilityVersion = "Xcode 3.2";
  143. developmentRegion = English;
  144. hasScannedForEncodings = 0;
  145. knownRegions = (
  146. en,
  147. Base,
  148. );
  149. mainGroup = 83CBB9F61A601CBA00E9B192;
  150. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  151. projectDirPath = "";
  152. projectRoot = "";
  153. targets = (
  154. 13B07F861A680F5B00A75B9A /* jitsi-meet */,
  155. );
  156. };
  157. /* End PBXProject section */
  158. /* Begin PBXResourcesBuildPhase section */
  159. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  160. isa = PBXResourcesBuildPhase;
  161. buildActionMask = 2147483647;
  162. files = (
  163. 0B412F211EDEE95300B1A0A6 /* Main.storyboard in Resources */,
  164. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  165. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  166. );
  167. runOnlyForDeploymentPostprocessing = 0;
  168. };
  169. /* End PBXResourcesBuildPhase section */
  170. /* Begin PBXShellScriptBuildPhase section */
  171. 0BB7DA181EC9E695007AAE98 /* Adjust ATS */ = {
  172. isa = PBXShellScriptBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. );
  176. inputPaths = (
  177. );
  178. name = "Adjust ATS";
  179. outputPaths = (
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. shellPath = /bin/sh;
  183. shellScript = "utils/fixup-ats.sh";
  184. };
  185. 0BBA83C41EC9F7600075A103 /* Run React packager */ = {
  186. isa = PBXShellScriptBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. );
  190. inputPaths = (
  191. );
  192. name = "Run React packager";
  193. outputPaths = (
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. shellPath = /bin/sh;
  197. shellScript = "utils/run-packager.sh";
  198. };
  199. B35383AD1DDA0083008F406A /* Adjust embedded framework architectures */ = {
  200. isa = PBXShellScriptBuildPhase;
  201. buildActionMask = 2147483647;
  202. files = (
  203. );
  204. inputPaths = (
  205. );
  206. name = "Adjust embedded framework architectures";
  207. outputPaths = (
  208. );
  209. runOnlyForDeploymentPostprocessing = 0;
  210. shellPath = /bin/sh;
  211. shellScript = "utils/fixup-frameworks.sh";
  212. };
  213. /* End PBXShellScriptBuildPhase section */
  214. /* Begin PBXSourcesBuildPhase section */
  215. 13B07F871A680F5B00A75B9A /* Sources */ = {
  216. isa = PBXSourcesBuildPhase;
  217. buildActionMask = 2147483647;
  218. files = (
  219. 0B412F1F1EDEE6E800B1A0A6 /* ViewController.m in Sources */,
  220. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  221. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. /* End PBXSourcesBuildPhase section */
  226. /* Begin PBXVariantGroup section */
  227. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  228. isa = PBXVariantGroup;
  229. children = (
  230. 13B07FB21A68108700A75B9A /* Base */,
  231. );
  232. name = LaunchScreen.xib;
  233. path = app;
  234. sourceTree = "<group>";
  235. };
  236. /* End PBXVariantGroup section */
  237. /* Begin XCBuildConfiguration section */
  238. 13B07F941A680F5B00A75B9A /* Debug */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  242. CODE_SIGN_ENTITLEMENTS = "jitsi-meet.entitlements";
  243. CURRENT_PROJECT_VERSION = 1;
  244. DEAD_CODE_STRIPPING = NO;
  245. ENABLE_BITCODE = NO;
  246. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  247. HEADER_SEARCH_PATHS = (
  248. "$(inherited)",
  249. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  250. );
  251. INFOPLIST_FILE = app/Info.plist;
  252. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  253. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  254. LIBRARY_SEARCH_PATHS = "$(inherited)";
  255. OTHER_LDFLAGS = (
  256. "$(inherited)",
  257. "-ObjC",
  258. "-lc++",
  259. );
  260. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
  261. PRODUCT_NAME = "jitsi-meet";
  262. TARGETED_DEVICE_FAMILY = "1,2";
  263. };
  264. name = Debug;
  265. };
  266. 13B07F951A680F5B00A75B9A /* Release */ = {
  267. isa = XCBuildConfiguration;
  268. buildSettings = {
  269. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  270. CODE_SIGN_ENTITLEMENTS = "jitsi-meet.entitlements";
  271. CURRENT_PROJECT_VERSION = 1;
  272. ENABLE_BITCODE = NO;
  273. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  274. HEADER_SEARCH_PATHS = (
  275. "$(inherited)",
  276. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  277. );
  278. INFOPLIST_FILE = app/Info.plist;
  279. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  280. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  281. LIBRARY_SEARCH_PATHS = "$(inherited)";
  282. OTHER_LDFLAGS = (
  283. "$(inherited)",
  284. "-ObjC",
  285. "-lc++",
  286. );
  287. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
  288. PRODUCT_NAME = "jitsi-meet";
  289. TARGETED_DEVICE_FAMILY = "1,2";
  290. };
  291. name = Release;
  292. };
  293. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  294. isa = XCBuildConfiguration;
  295. buildSettings = {
  296. ALWAYS_SEARCH_USER_PATHS = NO;
  297. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  298. CLANG_CXX_LIBRARY = "libc++";
  299. CLANG_ENABLE_MODULES = YES;
  300. CLANG_ENABLE_OBJC_ARC = YES;
  301. CLANG_WARN_BOOL_CONVERSION = YES;
  302. CLANG_WARN_CONSTANT_CONVERSION = YES;
  303. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  304. CLANG_WARN_EMPTY_BODY = YES;
  305. CLANG_WARN_ENUM_CONVERSION = YES;
  306. CLANG_WARN_INFINITE_RECURSION = YES;
  307. CLANG_WARN_INT_CONVERSION = YES;
  308. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  309. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  310. CLANG_WARN_UNREACHABLE_CODE = YES;
  311. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  312. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  313. COPY_PHASE_STRIP = NO;
  314. ENABLE_BITCODE = NO;
  315. ENABLE_STRICT_OBJC_MSGSEND = YES;
  316. ENABLE_TESTABILITY = YES;
  317. GCC_C_LANGUAGE_STANDARD = gnu99;
  318. GCC_DYNAMIC_NO_PIC = NO;
  319. GCC_NO_COMMON_BLOCKS = YES;
  320. GCC_OPTIMIZATION_LEVEL = 0;
  321. GCC_PREPROCESSOR_DEFINITIONS = (
  322. "DEBUG=1",
  323. "$(inherited)",
  324. );
  325. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  326. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  327. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  328. GCC_WARN_UNDECLARED_SELECTOR = YES;
  329. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  330. GCC_WARN_UNUSED_FUNCTION = YES;
  331. GCC_WARN_UNUSED_VARIABLE = YES;
  332. HEADER_SEARCH_PATHS = (
  333. "$(inherited)",
  334. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  335. );
  336. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  337. MTL_ENABLE_DEBUG_INFO = YES;
  338. ONLY_ACTIVE_ARCH = YES;
  339. SDKROOT = iphoneos;
  340. };
  341. name = Debug;
  342. };
  343. 83CBBA211A601CBA00E9B192 /* Release */ = {
  344. isa = XCBuildConfiguration;
  345. buildSettings = {
  346. ALWAYS_SEARCH_USER_PATHS = NO;
  347. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  348. CLANG_CXX_LIBRARY = "libc++";
  349. CLANG_ENABLE_MODULES = YES;
  350. CLANG_ENABLE_OBJC_ARC = YES;
  351. CLANG_WARN_BOOL_CONVERSION = YES;
  352. CLANG_WARN_CONSTANT_CONVERSION = YES;
  353. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  354. CLANG_WARN_EMPTY_BODY = YES;
  355. CLANG_WARN_ENUM_CONVERSION = YES;
  356. CLANG_WARN_INFINITE_RECURSION = YES;
  357. CLANG_WARN_INT_CONVERSION = YES;
  358. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  359. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  360. CLANG_WARN_UNREACHABLE_CODE = YES;
  361. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  362. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  363. COPY_PHASE_STRIP = YES;
  364. ENABLE_BITCODE = NO;
  365. ENABLE_NS_ASSERTIONS = NO;
  366. ENABLE_STRICT_OBJC_MSGSEND = YES;
  367. GCC_C_LANGUAGE_STANDARD = gnu99;
  368. GCC_NO_COMMON_BLOCKS = YES;
  369. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  370. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  371. GCC_WARN_UNDECLARED_SELECTOR = YES;
  372. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  373. GCC_WARN_UNUSED_FUNCTION = YES;
  374. GCC_WARN_UNUSED_VARIABLE = YES;
  375. HEADER_SEARCH_PATHS = (
  376. "$(inherited)",
  377. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  378. );
  379. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  380. MTL_ENABLE_DEBUG_INFO = NO;
  381. SDKROOT = iphoneos;
  382. VALIDATE_PRODUCT = YES;
  383. };
  384. name = Release;
  385. };
  386. /* End XCBuildConfiguration section */
  387. /* Begin XCConfigurationList section */
  388. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */ = {
  389. isa = XCConfigurationList;
  390. buildConfigurations = (
  391. 13B07F941A680F5B00A75B9A /* Debug */,
  392. 13B07F951A680F5B00A75B9A /* Release */,
  393. );
  394. defaultConfigurationIsVisible = 0;
  395. defaultConfigurationName = Release;
  396. };
  397. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet" */ = {
  398. isa = XCConfigurationList;
  399. buildConfigurations = (
  400. 83CBBA201A601CBA00E9B192 /* Debug */,
  401. 83CBBA211A601CBA00E9B192 /* Release */,
  402. );
  403. defaultConfigurationIsVisible = 0;
  404. defaultConfigurationName = Release;
  405. };
  406. /* End XCConfigurationList section */
  407. };
  408. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  409. }