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

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