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

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