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 17KB

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