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

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