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

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