您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

project.pbxproj 34KB

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