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

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