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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0B412F181EDEC65D00B1A0A6 /* JitsiMeetView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B412F161EDEC65D00B1A0A6 /* JitsiMeetView.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 0B412F191EDEC65D00B1A0A6 /* JitsiMeetView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B412F171EDEC65D00B1A0A6 /* JitsiMeetView.m */; };
  11. 0B412F221EDEF6EA00B1A0A6 /* JitsiMeetViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B412F1B1EDEC80100B1A0A6 /* JitsiMeetViewDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. 0B93EF7B1EC608550030D24D /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B93EF7A1EC608550030D24D /* CoreText.framework */; };
  13. 0B93EF7E1EC9DDCD0030D24D /* RCTBridgeWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */; };
  14. 0B93EF7F1EC9DDCD0030D24D /* RCTBridgeWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */; };
  15. 0BCA495F1EC4B6C600B793EE /* AudioMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCA495C1EC4B6C600B793EE /* AudioMode.m */; };
  16. 0BCA49601EC4B6C600B793EE /* POSIX.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCA495D1EC4B6C600B793EE /* POSIX.m */; };
  17. 0BCA49611EC4B6C600B793EE /* Proximity.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BCA495E1EC4B6C600B793EE /* Proximity.m */; };
  18. 0BCA49641EC4B76D00B793EE /* WebRTC.framework in Copy embedded WebRTC framework */ = {isa = PBXBuildFile; fileRef = 0BCA49631EC4B76D00B793EE /* WebRTC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  19. 0BCA496C1EC4BBF900B793EE /* jitsi.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0BCA496B1EC4BBF900B793EE /* jitsi.ttf */; };
  20. 0BD906EA1EC0C00300C8C18E /* JitsiMeet.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BD906E81EC0C00300C8C18E /* JitsiMeet.h */; settings = {ATTRIBUTES = (Public, ); }; };
  21. 0F65EECE1D95DA94561BB47E /* libPods-JitsiMeet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 03F2ADC957FF109849B7FCA1 /* libPods-JitsiMeet.a */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXCopyFilesBuildPhase section */
  24. 0BCA49621EC4B74500B793EE /* Copy embedded WebRTC framework */ = {
  25. isa = PBXCopyFilesBuildPhase;
  26. buildActionMask = 2147483647;
  27. dstPath = "";
  28. dstSubfolderSpec = 10;
  29. files = (
  30. 0BCA49641EC4B76D00B793EE /* WebRTC.framework in Copy embedded WebRTC framework */,
  31. );
  32. name = "Copy embedded WebRTC framework";
  33. runOnlyForDeploymentPostprocessing = 0;
  34. };
  35. /* End PBXCopyFilesBuildPhase section */
  36. /* Begin PBXFileReference section */
  37. 03F2ADC957FF109849B7FCA1 /* libPods-JitsiMeet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-JitsiMeet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  38. 0B412F161EDEC65D00B1A0A6 /* JitsiMeetView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JitsiMeetView.h; sourceTree = "<group>"; };
  39. 0B412F171EDEC65D00B1A0A6 /* JitsiMeetView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JitsiMeetView.m; sourceTree = "<group>"; };
  40. 0B412F1B1EDEC80100B1A0A6 /* JitsiMeetViewDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JitsiMeetViewDelegate.h; sourceTree = "<group>"; };
  41. 0B93EF7A1EC608550030D24D /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  42. 0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTBridgeWrapper.h; sourceTree = "<group>"; };
  43. 0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTBridgeWrapper.m; sourceTree = "<group>"; };
  44. 0BCA495C1EC4B6C600B793EE /* AudioMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AudioMode.m; sourceTree = "<group>"; };
  45. 0BCA495D1EC4B6C600B793EE /* POSIX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = POSIX.m; sourceTree = "<group>"; };
  46. 0BCA495E1EC4B6C600B793EE /* Proximity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Proximity.m; sourceTree = "<group>"; };
  47. 0BCA49631EC4B76D00B793EE /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
  48. 0BCA496B1EC4BBF900B793EE /* jitsi.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = jitsi.ttf; path = ../../fonts/jitsi.ttf; sourceTree = "<group>"; };
  49. 0BD906E51EC0C00300C8C18E /* JitsiMeet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JitsiMeet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 0BD906E81EC0C00300C8C18E /* JitsiMeet.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JitsiMeet.h; sourceTree = "<group>"; };
  51. 0BD906E91EC0C00300C8C18E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  52. 98E09B5C73D9036B4ED252FC /* Pods-JitsiMeet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.debug.xcconfig"; sourceTree = "<group>"; };
  53. 9C77CA3CC919B081F1A52982 /* Pods-JitsiMeet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.release.xcconfig"; path = "../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.release.xcconfig"; sourceTree = "<group>"; };
  54. /* End PBXFileReference section */
  55. /* Begin PBXFrameworksBuildPhase section */
  56. 0BD906E11EC0C00300C8C18E /* Frameworks */ = {
  57. isa = PBXFrameworksBuildPhase;
  58. buildActionMask = 2147483647;
  59. files = (
  60. 0B93EF7B1EC608550030D24D /* CoreText.framework in Frameworks */,
  61. 0F65EECE1D95DA94561BB47E /* libPods-JitsiMeet.a in Frameworks */,
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXFrameworksBuildPhase section */
  66. /* Begin PBXGroup section */
  67. 0BCA49681EC4BBE500B793EE /* Resources */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 0BCA496B1EC4BBF900B793EE /* jitsi.ttf */,
  71. );
  72. name = Resources;
  73. sourceTree = "<group>";
  74. };
  75. 0BD906DB1EC0C00300C8C18E = {
  76. isa = PBXGroup;
  77. children = (
  78. 9C3C6FA2341729836589B856 /* Frameworks */,
  79. C5E72ADFC30ED96F9B35F076 /* Pods */,
  80. 0BD906E61EC0C00300C8C18E /* Products */,
  81. 0BCA49681EC4BBE500B793EE /* Resources */,
  82. 0BD906E71EC0C00300C8C18E /* src */,
  83. );
  84. sourceTree = "<group>";
  85. };
  86. 0BD906E61EC0C00300C8C18E /* Products */ = {
  87. isa = PBXGroup;
  88. children = (
  89. 0BD906E51EC0C00300C8C18E /* JitsiMeet.framework */,
  90. );
  91. name = Products;
  92. sourceTree = "<group>";
  93. };
  94. 0BD906E71EC0C00300C8C18E /* src */ = {
  95. isa = PBXGroup;
  96. children = (
  97. 0BCA495C1EC4B6C600B793EE /* AudioMode.m */,
  98. 0BD906E91EC0C00300C8C18E /* Info.plist */,
  99. 0BD906E81EC0C00300C8C18E /* JitsiMeet.h */,
  100. 0B412F161EDEC65D00B1A0A6 /* JitsiMeetView.h */,
  101. 0B412F171EDEC65D00B1A0A6 /* JitsiMeetView.m */,
  102. 0B412F1B1EDEC80100B1A0A6 /* JitsiMeetViewDelegate.h */,
  103. 0B93EF7C1EC9DDCD0030D24D /* RCTBridgeWrapper.h */,
  104. 0B93EF7D1EC9DDCD0030D24D /* RCTBridgeWrapper.m */,
  105. 0BCA495D1EC4B6C600B793EE /* POSIX.m */,
  106. 0BCA495E1EC4B6C600B793EE /* Proximity.m */,
  107. );
  108. path = src;
  109. sourceTree = "<group>";
  110. };
  111. 9C3C6FA2341729836589B856 /* Frameworks */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 0B93EF7A1EC608550030D24D /* CoreText.framework */,
  115. 0BCA49631EC4B76D00B793EE /* WebRTC.framework */,
  116. 03F2ADC957FF109849B7FCA1 /* libPods-JitsiMeet.a */,
  117. );
  118. name = Frameworks;
  119. sourceTree = "<group>";
  120. };
  121. C5E72ADFC30ED96F9B35F076 /* Pods */ = {
  122. isa = PBXGroup;
  123. children = (
  124. 98E09B5C73D9036B4ED252FC /* Pods-JitsiMeet.debug.xcconfig */,
  125. 9C77CA3CC919B081F1A52982 /* Pods-JitsiMeet.release.xcconfig */,
  126. );
  127. name = Pods;
  128. sourceTree = "<group>";
  129. };
  130. /* End PBXGroup section */
  131. /* Begin PBXHeadersBuildPhase section */
  132. 0BD906E21EC0C00300C8C18E /* Headers */ = {
  133. isa = PBXHeadersBuildPhase;
  134. buildActionMask = 2147483647;
  135. files = (
  136. 0B412F181EDEC65D00B1A0A6 /* JitsiMeetView.h in Headers */,
  137. 0B93EF7E1EC9DDCD0030D24D /* RCTBridgeWrapper.h in Headers */,
  138. 0B412F221EDEF6EA00B1A0A6 /* JitsiMeetViewDelegate.h in Headers */,
  139. 0BD906EA1EC0C00300C8C18E /* JitsiMeet.h in Headers */,
  140. );
  141. runOnlyForDeploymentPostprocessing = 0;
  142. };
  143. /* End PBXHeadersBuildPhase section */
  144. /* Begin PBXNativeTarget section */
  145. 0BD906E41EC0C00300C8C18E /* JitsiMeet */ = {
  146. isa = PBXNativeTarget;
  147. buildConfigurationList = 0BD906ED1EC0C00300C8C18E /* Build configuration list for PBXNativeTarget "JitsiMeet" */;
  148. buildPhases = (
  149. 26796D8589142D80C8AFDA51 /* [CP] Check Pods Manifest.lock */,
  150. 0BD906E01EC0C00300C8C18E /* Sources */,
  151. 0BD906E11EC0C00300C8C18E /* Frameworks */,
  152. 0BD906E21EC0C00300C8C18E /* Headers */,
  153. 0BD906E31EC0C00300C8C18E /* Resources */,
  154. 0BCA49621EC4B74500B793EE /* Copy embedded WebRTC framework */,
  155. 0BCA49651EC4B77500B793EE /* Package React bundle */,
  156. C7BC10B338C94EEB98048E64 /* [CP] Copy Pods Resources */,
  157. );
  158. buildRules = (
  159. );
  160. dependencies = (
  161. );
  162. name = JitsiMeet;
  163. productName = "Jitsi Meet SDK";
  164. productReference = 0BD906E51EC0C00300C8C18E /* JitsiMeet.framework */;
  165. productType = "com.apple.product-type.framework";
  166. };
  167. /* End PBXNativeTarget section */
  168. /* Begin PBXProject section */
  169. 0BD906DC1EC0C00300C8C18E /* Project object */ = {
  170. isa = PBXProject;
  171. attributes = {
  172. LastUpgradeCheck = 0830;
  173. ORGANIZATIONNAME = Jitsi;
  174. TargetAttributes = {
  175. 0BD906E41EC0C00300C8C18E = {
  176. CreatedOnToolsVersion = 8.3.2;
  177. ProvisioningStyle = Automatic;
  178. };
  179. };
  180. };
  181. buildConfigurationList = 0BD906DF1EC0C00300C8C18E /* Build configuration list for PBXProject "sdk" */;
  182. compatibilityVersion = "Xcode 3.2";
  183. developmentRegion = English;
  184. hasScannedForEncodings = 0;
  185. knownRegions = (
  186. en,
  187. );
  188. mainGroup = 0BD906DB1EC0C00300C8C18E;
  189. productRefGroup = 0BD906E61EC0C00300C8C18E /* Products */;
  190. projectDirPath = "";
  191. projectRoot = "";
  192. targets = (
  193. 0BD906E41EC0C00300C8C18E /* JitsiMeet */,
  194. );
  195. };
  196. /* End PBXProject section */
  197. /* Begin PBXResourcesBuildPhase section */
  198. 0BD906E31EC0C00300C8C18E /* Resources */ = {
  199. isa = PBXResourcesBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. 0BCA496C1EC4BBF900B793EE /* jitsi.ttf in Resources */,
  203. );
  204. runOnlyForDeploymentPostprocessing = 0;
  205. };
  206. /* End PBXResourcesBuildPhase section */
  207. /* Begin PBXShellScriptBuildPhase section */
  208. 0BCA49651EC4B77500B793EE /* Package React bundle */ = {
  209. isa = PBXShellScriptBuildPhase;
  210. buildActionMask = 2147483647;
  211. files = (
  212. );
  213. inputPaths = (
  214. );
  215. name = "Package React bundle";
  216. outputPaths = (
  217. );
  218. runOnlyForDeploymentPostprocessing = 0;
  219. shellPath = /bin/sh;
  220. shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/packager/react-native-xcode.sh";
  221. };
  222. 26796D8589142D80C8AFDA51 /* [CP] Check Pods Manifest.lock */ = {
  223. isa = PBXShellScriptBuildPhase;
  224. buildActionMask = 2147483647;
  225. files = (
  226. );
  227. inputPaths = (
  228. );
  229. name = "[CP] Check Pods Manifest.lock";
  230. outputPaths = (
  231. );
  232. runOnlyForDeploymentPostprocessing = 0;
  233. shellPath = /bin/sh;
  234. 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";
  235. showEnvVarsInLog = 0;
  236. };
  237. C7BC10B338C94EEB98048E64 /* [CP] Copy Pods Resources */ = {
  238. isa = PBXShellScriptBuildPhase;
  239. buildActionMask = 2147483647;
  240. files = (
  241. );
  242. inputPaths = (
  243. );
  244. name = "[CP] Copy Pods Resources";
  245. outputPaths = (
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. shellPath = /bin/sh;
  249. shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet-resources.sh\"\n";
  250. showEnvVarsInLog = 0;
  251. };
  252. /* End PBXShellScriptBuildPhase section */
  253. /* Begin PBXSourcesBuildPhase section */
  254. 0BD906E01EC0C00300C8C18E /* Sources */ = {
  255. isa = PBXSourcesBuildPhase;
  256. buildActionMask = 2147483647;
  257. files = (
  258. 0B93EF7F1EC9DDCD0030D24D /* RCTBridgeWrapper.m in Sources */,
  259. 0BCA49601EC4B6C600B793EE /* POSIX.m in Sources */,
  260. 0BCA495F1EC4B6C600B793EE /* AudioMode.m in Sources */,
  261. 0BCA49611EC4B6C600B793EE /* Proximity.m in Sources */,
  262. 0B412F191EDEC65D00B1A0A6 /* JitsiMeetView.m in Sources */,
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. /* End PBXSourcesBuildPhase section */
  267. /* Begin XCBuildConfiguration section */
  268. 0BD906EB1EC0C00300C8C18E /* Debug */ = {
  269. isa = XCBuildConfiguration;
  270. buildSettings = {
  271. ALWAYS_SEARCH_USER_PATHS = NO;
  272. CLANG_ANALYZER_NONNULL = YES;
  273. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  274. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  275. CLANG_CXX_LIBRARY = "libc++";
  276. CLANG_ENABLE_MODULES = YES;
  277. CLANG_ENABLE_OBJC_ARC = YES;
  278. CLANG_WARN_BOOL_CONVERSION = YES;
  279. CLANG_WARN_CONSTANT_CONVERSION = YES;
  280. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  281. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  282. CLANG_WARN_EMPTY_BODY = YES;
  283. CLANG_WARN_ENUM_CONVERSION = YES;
  284. CLANG_WARN_INFINITE_RECURSION = YES;
  285. CLANG_WARN_INT_CONVERSION = YES;
  286. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  287. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  288. CLANG_WARN_UNREACHABLE_CODE = YES;
  289. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  290. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  291. COPY_PHASE_STRIP = NO;
  292. CURRENT_PROJECT_VERSION = 1;
  293. DEBUG_INFORMATION_FORMAT = dwarf;
  294. ENABLE_BITCODE = NO;
  295. ENABLE_STRICT_OBJC_MSGSEND = YES;
  296. ENABLE_TESTABILITY = YES;
  297. GCC_C_LANGUAGE_STANDARD = gnu99;
  298. GCC_DYNAMIC_NO_PIC = NO;
  299. GCC_NO_COMMON_BLOCKS = YES;
  300. GCC_OPTIMIZATION_LEVEL = 0;
  301. GCC_PREPROCESSOR_DEFINITIONS = (
  302. "DEBUG=1",
  303. "$(inherited)",
  304. );
  305. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  306. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  307. GCC_WARN_UNDECLARED_SELECTOR = YES;
  308. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  309. GCC_WARN_UNUSED_FUNCTION = YES;
  310. GCC_WARN_UNUSED_VARIABLE = YES;
  311. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  312. MTL_ENABLE_DEBUG_INFO = YES;
  313. ONLY_ACTIVE_ARCH = YES;
  314. SDKROOT = iphoneos;
  315. TARGETED_DEVICE_FAMILY = "1,2";
  316. VERSIONING_SYSTEM = "apple-generic";
  317. VERSION_INFO_PREFIX = "";
  318. };
  319. name = Debug;
  320. };
  321. 0BD906EC1EC0C00300C8C18E /* Release */ = {
  322. isa = XCBuildConfiguration;
  323. buildSettings = {
  324. ALWAYS_SEARCH_USER_PATHS = NO;
  325. CLANG_ANALYZER_NONNULL = YES;
  326. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  327. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  328. CLANG_CXX_LIBRARY = "libc++";
  329. CLANG_ENABLE_MODULES = YES;
  330. CLANG_ENABLE_OBJC_ARC = YES;
  331. CLANG_WARN_BOOL_CONVERSION = YES;
  332. CLANG_WARN_CONSTANT_CONVERSION = YES;
  333. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  334. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  335. CLANG_WARN_EMPTY_BODY = YES;
  336. CLANG_WARN_ENUM_CONVERSION = YES;
  337. CLANG_WARN_INFINITE_RECURSION = YES;
  338. CLANG_WARN_INT_CONVERSION = YES;
  339. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  340. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  341. CLANG_WARN_UNREACHABLE_CODE = YES;
  342. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  343. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  344. COPY_PHASE_STRIP = NO;
  345. CURRENT_PROJECT_VERSION = 1;
  346. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  347. ENABLE_BITCODE = NO;
  348. ENABLE_NS_ASSERTIONS = NO;
  349. ENABLE_STRICT_OBJC_MSGSEND = YES;
  350. GCC_C_LANGUAGE_STANDARD = gnu99;
  351. GCC_NO_COMMON_BLOCKS = YES;
  352. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  353. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  354. GCC_WARN_UNDECLARED_SELECTOR = YES;
  355. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  356. GCC_WARN_UNUSED_FUNCTION = YES;
  357. GCC_WARN_UNUSED_VARIABLE = YES;
  358. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  359. MTL_ENABLE_DEBUG_INFO = NO;
  360. SDKROOT = iphoneos;
  361. TARGETED_DEVICE_FAMILY = "1,2";
  362. VALIDATE_PRODUCT = YES;
  363. VERSIONING_SYSTEM = "apple-generic";
  364. VERSION_INFO_PREFIX = "";
  365. };
  366. name = Release;
  367. };
  368. 0BD906EE1EC0C00300C8C18E /* Debug */ = {
  369. isa = XCBuildConfiguration;
  370. baseConfigurationReference = 98E09B5C73D9036B4ED252FC /* Pods-JitsiMeet.debug.xcconfig */;
  371. buildSettings = {
  372. CODE_SIGN_IDENTITY = "";
  373. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  374. DEFINES_MODULE = YES;
  375. DEVELOPMENT_TEAM = "";
  376. DYLIB_COMPATIBILITY_VERSION = 1;
  377. DYLIB_CURRENT_VERSION = 1;
  378. DYLIB_INSTALL_NAME_BASE = "@rpath";
  379. ENABLE_BITCODE = NO;
  380. INFOPLIST_FILE = src/Info.plist;
  381. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  382. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  383. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeetSDK.ios;
  384. PRODUCT_NAME = "$(TARGET_NAME)";
  385. PROVISIONING_PROFILE_SPECIFIER = "";
  386. SKIP_INSTALL = YES;
  387. };
  388. name = Debug;
  389. };
  390. 0BD906EF1EC0C00300C8C18E /* Release */ = {
  391. isa = XCBuildConfiguration;
  392. baseConfigurationReference = 9C77CA3CC919B081F1A52982 /* Pods-JitsiMeet.release.xcconfig */;
  393. buildSettings = {
  394. CODE_SIGN_IDENTITY = "";
  395. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  396. DEFINES_MODULE = YES;
  397. DEVELOPMENT_TEAM = "";
  398. DYLIB_COMPATIBILITY_VERSION = 1;
  399. DYLIB_CURRENT_VERSION = 1;
  400. DYLIB_INSTALL_NAME_BASE = "@rpath";
  401. ENABLE_BITCODE = NO;
  402. INFOPLIST_FILE = src/Info.plist;
  403. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  404. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  405. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeetSDK.ios;
  406. PRODUCT_NAME = "$(TARGET_NAME)";
  407. PROVISIONING_PROFILE_SPECIFIER = "";
  408. SKIP_INSTALL = YES;
  409. };
  410. name = Release;
  411. };
  412. /* End XCBuildConfiguration section */
  413. /* Begin XCConfigurationList section */
  414. 0BD906DF1EC0C00300C8C18E /* Build configuration list for PBXProject "sdk" */ = {
  415. isa = XCConfigurationList;
  416. buildConfigurations = (
  417. 0BD906EB1EC0C00300C8C18E /* Debug */,
  418. 0BD906EC1EC0C00300C8C18E /* Release */,
  419. );
  420. defaultConfigurationIsVisible = 0;
  421. defaultConfigurationName = Release;
  422. };
  423. 0BD906ED1EC0C00300C8C18E /* Build configuration list for PBXNativeTarget "JitsiMeet" */ = {
  424. isa = XCConfigurationList;
  425. buildConfigurations = (
  426. 0BD906EE1EC0C00300C8C18E /* Debug */,
  427. 0BD906EF1EC0C00300C8C18E /* Release */,
  428. );
  429. defaultConfigurationIsVisible = 0;
  430. defaultConfigurationName = Release;
  431. };
  432. /* End XCConfigurationList section */
  433. };
  434. rootObject = 0BD906DC1EC0C00300C8C18E /* Project object */;
  435. }