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

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