project.pbxproj 96 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2037F324E34EF4523AF7173E /* Pods_NexilisLite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C2B4C35EAB84CC68B811EA5 /* Pods_NexilisLite.framework */; };
  10. 240C4F47279554570048A378 /* libwebp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 240C4E61279547930048A378 /* libwebp.framework */; };
  11. 240C4F48279554570048A378 /* libwebp.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 240C4E61279547930048A378 /* libwebp.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  12. 240C4F49279554570048A378 /* nuSDKService.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 240C4E60279547930048A378 /* nuSDKService.framework */; };
  13. 240C4F4A279554570048A378 /* nuSDKService.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 240C4E60279547930048A378 /* nuSDKService.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  14. 240C4F4B279554570048A378 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 240C4E5F279547930048A378 /* SDWebImage.framework */; };
  15. 240C4F4C279554570048A378 /* SDWebImage.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 240C4E5F279547930048A378 /* SDWebImage.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  16. 240C4F4D279554570048A378 /* SDWebImageWebPCoder.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 240C4E62279547930048A378 /* SDWebImageWebPCoder.framework */; };
  17. 240C4F4E279554570048A378 /* SDWebImageWebPCoder.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 240C4E62279547930048A378 /* SDWebImageWebPCoder.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  18. 2471CD0327FAA81D006C38B5 /* Nexilis.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2471CD0227FAA81D006C38B5 /* Nexilis.swift */; };
  19. 2471CD0827FAA852006C38B5 /* ChangeNamePassswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2471CD0427FAA851006C38B5 /* ChangeNamePassswordViewController.swift */; };
  20. 2471CD0927FAA852006C38B5 /* ChangeDeviceViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2471CD0527FAA851006C38B5 /* ChangeDeviceViewController.swift */; };
  21. 2471CD0A27FAA852006C38B5 /* ChangePasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2471CD0627FAA851006C38B5 /* ChangePasswordViewController.swift */; };
  22. 2471CD0B27FAA852006C38B5 /* HistoryCCViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2471CD0727FAA851006C38B5 /* HistoryCCViewController.swift */; };
  23. 249A7B1C27DF06A000694745 /* OutgoingThread.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7ACF27DF069F00694745 /* OutgoingThread.swift */; };
  24. 249A7B1E27DF06A000694745 /* WhiteboardCanvas.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AD127DF06A000694745 /* WhiteboardCanvas.swift */; };
  25. 249A7B1F27DF06A000694745 /* Archive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AD227DF06A000694745 /* Archive.swift */; };
  26. 249A7B2027DF06A000694745 /* FloatingButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AD427DF06A000694745 /* FloatingButton.swift */; };
  27. 249A7B2127DF06A000694745 /* Whiteboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AD527DF06A000694745 /* Whiteboard.swift */; };
  28. 249A7B2227DF06A000694745 /* Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AD627DF06A000694745 /* Network.swift */; };
  29. 249A7B2327DF06A000694745 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AD727DF06A000694745 /* Download.swift */; };
  30. 249A7B2427DF06A000694745 /* Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AD827DF06A000694745 /* Extension.swift */; };
  31. 249A7B2527DF06A000694745 /* WhiteboardReceiver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AD927DF06A000694745 /* WhiteboardReceiver.swift */; };
  32. 249A7B2627DF06A000694745 /* CoreMessage_TMessageKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7ADA27DF06A000694745 /* CoreMessage_TMessageKey.swift */; };
  33. 249A7B2727DF06A000694745 /* Database.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7ADB27DF06A000694745 /* Database.swift */; };
  34. 249A7B2827DF06A000694745 /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7ADD27DF06A000694745 /* Model.swift */; };
  35. 249A7B2927DF06A000694745 /* Chat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7ADE27DF06A000694745 /* Chat.swift */; };
  36. 249A7B2A27DF06A000694745 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7ADF27DF06A000694745 /* User.swift */; };
  37. 249A7B2B27DF06A000694745 /* Group.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AE027DF06A000694745 /* Group.swift */; };
  38. 249A7B2C27DF06A000694745 /* ContactCallViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AE327DF06A000694745 /* ContactCallViewController.swift */; };
  39. 249A7B2D27DF06A000694745 /* EditorStarMessages.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AE527DF06A000694745 /* EditorStarMessages.swift */; };
  40. 249A7B2E27DF06A000694745 /* PreviewAttachmentImageVideo.xib in Resources */ = {isa = PBXBuildFile; fileRef = 249A7AE627DF06A000694745 /* PreviewAttachmentImageVideo.xib */; };
  41. 249A7B2F27DF06A000694745 /* EditorPersonal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AE727DF06A000694745 /* EditorPersonal.swift */; };
  42. 249A7B3027DF06A000694745 /* EditorGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AE827DF06A000694745 /* EditorGroup.swift */; };
  43. 249A7B3127DF06A000694745 /* PreviewAttachmentImageVideo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AE927DF06A000694745 /* PreviewAttachmentImageVideo.swift */; };
  44. 249A7B3227DF06A000694745 /* CustomTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AEA27DF06A000694745 /* CustomTextView.swift */; };
  45. 249A7B3327DF06A000694745 /* QmeraGroupChooserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AEC27DF06A000694745 /* QmeraGroupChooserViewController.swift */; };
  46. 249A7B3427DF06A000694745 /* QmeraStreamingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AED27DF06A000694745 /* QmeraStreamingViewController.swift */; };
  47. 249A7B3527DF06A000694745 /* CreateViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AEE27DF06A000694745 /* CreateViewController.swift */; };
  48. 249A7B3627DF06A000694745 /* QmeraUserChooserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AEF27DF06A000694745 /* QmeraUserChooserViewController.swift */; };
  49. 249A7B3727DF06A000694745 /* StreamingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF027DF06A000694745 /* StreamingViewController.swift */; };
  50. 249A7B3827DF06A000694745 /* QmeraCreateStreamingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF127DF06A000694745 /* QmeraCreateStreamingViewController.swift */; };
  51. 249A7B3927DF06A000694745 /* CallManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF327DF06A000694745 /* CallManager.swift */; };
  52. 249A7B3A27DF06A000694745 /* AudioViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF427DF06A000694745 /* AudioViewController.swift */; };
  53. 249A7B3B27DF06A000694745 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF527DF06A000694745 /* ProfileView.swift */; };
  54. 249A7B3C27DF06A000694745 /* CallProviderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF627DF06A000694745 /* CallProviderDelegate.swift */; };
  55. 249A7B3D27DF06A000694745 /* QmeraAudioViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF727DF06A000694745 /* QmeraAudioViewController.swift */; };
  56. 249A7B3E27DF06A000694745 /* QmeraCallContactViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF827DF06A000694745 /* QmeraCallContactViewController.swift */; };
  57. 249A7B3F27DF06A000694745 /* QmeraVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AF927DF06A000694745 /* QmeraVideoViewController.swift */; };
  58. 249A7B4027DF06A000694745 /* VideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AFA27DF06A000694745 /* VideoViewController.swift */; };
  59. 249A7B4127DF06A000694745 /* Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AFB27DF06A000694745 /* Call.swift */; };
  60. 249A7B4227DF06A000694745 /* GroupView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AFC27DF06A000694745 /* GroupView.swift */; };
  61. 249A7B4327DF06A000694745 /* GroupCreateViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AFE27DF06A000694745 /* GroupCreateViewController.swift */; };
  62. 249A7B4427DF06A000694745 /* BroadcastMembersTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7AFF27DF06A000694745 /* BroadcastMembersTableViewCell.swift */; };
  63. 249A7B4527DF06A000694745 /* GroupDescViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0027DF06A000694745 /* GroupDescViewController.swift */; };
  64. 249A7B4627DF06A000694745 /* HistoryBroadcastViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0127DF06A000694745 /* HistoryBroadcastViewController.swift */; };
  65. 249A7B4727DF06A000694745 /* CheckConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0227DF06A000694745 /* CheckConnection.swift */; };
  66. 249A7B4827DF06A000694745 /* GroupDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0327DF06A000694745 /* GroupDetailViewController.swift */; };
  67. 249A7B4927DF06A000694745 /* ContactChatViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0427DF06A000694745 /* ContactChatViewController.swift */; };
  68. 249A7B4A27DF06A000694745 /* DocumentPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0527DF06A000694745 /* DocumentPicker.swift */; };
  69. 249A7B4B27DF06A000694745 /* GroupNameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0627DF06A000694745 /* GroupNameViewController.swift */; };
  70. 249A7B4C27DF06A000694745 /* GroupTopicViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0727DF06A000694745 /* GroupTopicViewController.swift */; };
  71. 249A7B4D27DF06A000694745 /* SettingTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0827DF06A000694745 /* SettingTableViewController.swift */; };
  72. 249A7B4E27DF06A000694745 /* BroadcastModeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0927DF06A000694745 /* BroadcastModeViewController.swift */; };
  73. 249A7B4F27DF06A000694745 /* ChangeNameTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0A27DF06A000694745 /* ChangeNameTableViewController.swift */; };
  74. 249A7B5027DF06A000694745 /* TypeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0B27DF06A000694745 /* TypeViewController.swift */; };
  75. 249A7B5127DF06A000694745 /* BroadcastVariantViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0C27DF06A000694745 /* BroadcastVariantViewController.swift */; };
  76. 249A7B5227DF06A000694745 /* ImageVideoPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0D27DF06A000694745 /* ImageVideoPicker.swift */; };
  77. 249A7B5327DF06A000694745 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0E27DF06A000694745 /* ProfileViewController.swift */; };
  78. 249A7B5427DF06A000694745 /* BroadcastMembersTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B0F27DF06A000694745 /* BroadcastMembersTableViewController.swift */; };
  79. 249A7B5527DF06A000694745 /* BroadcastViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1027DF06A000694745 /* BroadcastViewController.swift */; };
  80. 249A7B5627DF06A000694745 /* GroupMemberViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1127DF06A000694745 /* GroupMemberViewController.swift */; };
  81. 249A7B5727DF06A000694745 /* AddFriendTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1227DF06A000694745 /* AddFriendTableViewController.swift */; };
  82. 249A7B5827DF06A000694745 /* AudienceViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1327DF06A000694745 /* AudienceViewController.swift */; };
  83. 249A7B5927DF06A000694745 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1427DF06A000694745 /* Utils.swift */; };
  84. 249A7B5A27DF06A000694745 /* WhiteboardDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1527DF06A000694745 /* WhiteboardDelegate.swift */; };
  85. 249A7B5B27DF06A000694745 /* TMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1627DF06A000694745 /* TMessage.swift */; };
  86. 249A7B5C27DF06A000694745 /* CoreMessage_TMessageBank.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1727DF06A000694745 /* CoreMessage_TMessageBank.swift */; };
  87. 249A7B5D27DF06A000694745 /* Callback.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1827DF06A000694745 /* Callback.swift */; };
  88. 249A7B5E27DF06A000694745 /* CoreMessage_TMessageCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1927DF06A000694745 /* CoreMessage_TMessageCode.swift */; };
  89. 249A7B5F27DF06A000694745 /* IncomingThread.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1A27DF06A000694745 /* IncomingThread.swift */; };
  90. 249A7B6027DF06A000694745 /* CoreMessage_TMessageUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249A7B1B27DF06A000694745 /* CoreMessage_TMessageUtil.swift */; };
  91. 6B16CD28273CC71800F9E528 /* Palio.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CCE5273CC71800F9E528 /* Palio.storyboard */; };
  92. 6B16CD32273CC9FB00F9E528 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD31273CC9FB00F9E528 /* Assets.xcassets */; };
  93. 6B16CD44273CCB7F00F9E528 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD46273CCB7F00F9E528 /* Localizable.strings */; };
  94. 6B16CD99273CF75400F9E528 /* sticker_10000000_5.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD4D273CF75400F9E528 /* sticker_10000000_5.png */; };
  95. 6B16CD9A273CF75400F9E528 /* sticker_20000000_22.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD4E273CF75400F9E528 /* sticker_20000000_22.png */; };
  96. 6B16CD9B273CF75400F9E528 /* sticker_30000000_38.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD4F273CF75400F9E528 /* sticker_30000000_38.png */; };
  97. 6B16CD9C273CF75400F9E528 /* sticker_30000000_10.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD50273CF75400F9E528 /* sticker_30000000_10.png */; };
  98. 6B16CD9D273CF75400F9E528 /* sticker_30000000_11.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD51273CF75400F9E528 /* sticker_30000000_11.png */; };
  99. 6B16CD9E273CF75400F9E528 /* sticker_30000000_39.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD52273CF75400F9E528 /* sticker_30000000_39.png */; };
  100. 6B16CD9F273CF75400F9E528 /* sticker_20000000_23.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD53273CF75400F9E528 /* sticker_20000000_23.png */; };
  101. 6B16CDA0273CF75400F9E528 /* sticker_10000000_4.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD54273CF75400F9E528 /* sticker_10000000_4.png */; };
  102. 6B16CDA1273CF75400F9E528 /* sticker_10000000_6.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD55273CF75400F9E528 /* sticker_10000000_6.png */; };
  103. 6B16CDA2273CF75400F9E528 /* sticker_20000000_21.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD56273CF75400F9E528 /* sticker_20000000_21.png */; };
  104. 6B16CDA3273CF75400F9E528 /* sticker_30000000_13.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD57273CF75400F9E528 /* sticker_30000000_13.png */; };
  105. 6B16CDA4273CF75400F9E528 /* sticker_30000000_9.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD58273CF75400F9E528 /* sticker_30000000_9.png */; };
  106. 6B16CDA5273CF75400F9E528 /* sticker_30000000_8.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD59273CF75400F9E528 /* sticker_30000000_8.png */; };
  107. 6B16CDA6273CF75500F9E528 /* sticker_30000000_12.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD5A273CF75400F9E528 /* sticker_30000000_12.png */; };
  108. 6B16CDA7273CF75500F9E528 /* sticker_20000000_20.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD5B273CF75400F9E528 /* sticker_20000000_20.png */; };
  109. 6B16CDA8273CF75500F9E528 /* sticker_10000000_7.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD5C273CF75400F9E528 /* sticker_10000000_7.png */; };
  110. 6B16CDA9273CF75500F9E528 /* sticker_10000000_3.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD5D273CF75400F9E528 /* sticker_10000000_3.png */; };
  111. 6B16CDAA273CF75500F9E528 /* sticker_20000000_18.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD5E273CF75400F9E528 /* sticker_20000000_18.png */; };
  112. 6B16CDAB273CF75500F9E528 /* sticker_30000000_16.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD5F273CF75400F9E528 /* sticker_30000000_16.png */; };
  113. 6B16CDAC273CF75500F9E528 /* sticker_30000000_17.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD60273CF75400F9E528 /* sticker_30000000_17.png */; };
  114. 6B16CDAD273CF75500F9E528 /* sticker_20000000_19.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD61273CF75400F9E528 /* sticker_20000000_19.png */; };
  115. 6B16CDAE273CF75500F9E528 /* sticker_10000000_2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD62273CF75400F9E528 /* sticker_10000000_2.png */; };
  116. 6B16CDAF273CF75500F9E528 /* sticker_10000000_0.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD63273CF75400F9E528 /* sticker_10000000_0.png */; };
  117. 6B16CDB0273CF75500F9E528 /* sticker_20000000_8.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD64273CF75400F9E528 /* sticker_20000000_8.png */; };
  118. 6B16CDB1273CF75500F9E528 /* sticker_30000000_15.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD65273CF75400F9E528 /* sticker_30000000_15.png */; };
  119. 6B16CDB2273CF75500F9E528 /* sticker_30000000_29.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD66273CF75400F9E528 /* sticker_30000000_29.png */; };
  120. 6B16CDB3273CF75500F9E528 /* sticker_30000000_28.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD67273CF75400F9E528 /* sticker_30000000_28.png */; };
  121. 6B16CDB4273CF75500F9E528 /* sticker_30000000_14.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD68273CF75400F9E528 /* sticker_30000000_14.png */; };
  122. 6B16CDB5273CF75500F9E528 /* sticker_20000000_9.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD69273CF75400F9E528 /* sticker_20000000_9.png */; };
  123. 6B16CDB6273CF75500F9E528 /* sticker_10000000_1.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD6A273CF75400F9E528 /* sticker_10000000_1.png */; };
  124. 6B16CDB7273CF75500F9E528 /* sticker_20000000_17.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD6B273CF75400F9E528 /* sticker_20000000_17.png */; };
  125. 6B16CDB8273CF75500F9E528 /* sticker_20000000_4.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD6C273CF75400F9E528 /* sticker_20000000_4.png */; };
  126. 6B16CDB9273CF75500F9E528 /* sticker_30000000_19.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD6D273CF75400F9E528 /* sticker_30000000_19.png */; };
  127. 6B16CDBA273CF75500F9E528 /* sticker_30000000_25.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD6E273CF75400F9E528 /* sticker_30000000_25.png */; };
  128. 6B16CDBB273CF75500F9E528 /* sticker_30000000_31.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD6F273CF75400F9E528 /* sticker_30000000_31.png */; };
  129. 6B16CDBC273CF75500F9E528 /* sticker_30000000_3.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD70273CF75400F9E528 /* sticker_30000000_3.png */; };
  130. 6B16CDBD273CF75500F9E528 /* sticker_30000000_2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD71273CF75400F9E528 /* sticker_30000000_2.png */; };
  131. 6B16CDBE273CF75500F9E528 /* sticker_30000000_30.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD72273CF75400F9E528 /* sticker_30000000_30.png */; };
  132. 6B16CDBF273CF75500F9E528 /* sticker_30000000_24.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD73273CF75400F9E528 /* sticker_30000000_24.png */; };
  133. 6B16CDC0273CF75500F9E528 /* sticker_30000000_18.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD74273CF75400F9E528 /* sticker_30000000_18.png */; };
  134. 6B16CDC1273CF75500F9E528 /* sticker_20000000_5.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD75273CF75400F9E528 /* sticker_20000000_5.png */; };
  135. 6B16CDC2273CF75500F9E528 /* sticker_20000000_16.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD76273CF75400F9E528 /* sticker_20000000_16.png */; };
  136. 6B16CDC3273CF75500F9E528 /* sticker_10000000_11.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD77273CF75400F9E528 /* sticker_10000000_11.png */; };
  137. 6B16CDC4273CF75500F9E528 /* sticker_20000000_14.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD78273CF75400F9E528 /* sticker_20000000_14.png */; };
  138. 6B16CDC5273CF75500F9E528 /* sticker_20000000_7.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD79273CF75400F9E528 /* sticker_20000000_7.png */; };
  139. 6B16CDC6273CF75500F9E528 /* sticker_30000000_32.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD7A273CF75400F9E528 /* sticker_30000000_32.png */; };
  140. 6B16CDC7273CF75500F9E528 /* sticker_30000000_26.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD7B273CF75400F9E528 /* sticker_30000000_26.png */; };
  141. 6B16CDC8273CF75500F9E528 /* sticker_30000000_0.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD7C273CF75400F9E528 /* sticker_30000000_0.png */; };
  142. 6B16CDC9273CF75500F9E528 /* sticker_30000000_1.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD7D273CF75400F9E528 /* sticker_30000000_1.png */; };
  143. 6B16CDCA273CF75500F9E528 /* sticker_30000000_27.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD7E273CF75400F9E528 /* sticker_30000000_27.png */; };
  144. 6B16CDCB273CF75500F9E528 /* sticker_30000000_33.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD7F273CF75400F9E528 /* sticker_30000000_33.png */; };
  145. 6B16CDCC273CF75500F9E528 /* sticker_20000000_6.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD80273CF75400F9E528 /* sticker_20000000_6.png */; };
  146. 6B16CDCD273CF75500F9E528 /* sticker_20000000_15.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD81273CF75400F9E528 /* sticker_20000000_15.png */; };
  147. 6B16CDCE273CF75500F9E528 /* sticker_10000000_10.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD82273CF75400F9E528 /* sticker_10000000_10.png */; };
  148. 6B16CDCF273CF75500F9E528 /* sticker_20000000_2.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD83273CF75400F9E528 /* sticker_20000000_2.png */; };
  149. 6B16CDD0273CF75500F9E528 /* sticker_20000000_11.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD84273CF75400F9E528 /* sticker_20000000_11.png */; };
  150. 6B16CDD1273CF75500F9E528 /* sticker_30000000_37.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD85273CF75400F9E528 /* sticker_30000000_37.png */; };
  151. 6B16CDD2273CF75500F9E528 /* sticker_30000000_23.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD86273CF75400F9E528 /* sticker_30000000_23.png */; };
  152. 6B16CDD3273CF75500F9E528 /* sticker_30000000_5.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD87273CF75400F9E528 /* sticker_30000000_5.png */; };
  153. 6B16CDD4273CF75500F9E528 /* sticker_30000000_4.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD88273CF75400F9E528 /* sticker_30000000_4.png */; };
  154. 6B16CDD5273CF75500F9E528 /* sticker_30000000_22.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD89273CF75400F9E528 /* sticker_30000000_22.png */; };
  155. 6B16CDD6273CF75500F9E528 /* sticker_30000000_36.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD8A273CF75400F9E528 /* sticker_30000000_36.png */; };
  156. 6B16CDD7273CF75500F9E528 /* sticker_20000000_10.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD8B273CF75400F9E528 /* sticker_20000000_10.png */; };
  157. 6B16CDD8273CF75500F9E528 /* sticker_20000000_3.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD8C273CF75400F9E528 /* sticker_20000000_3.png */; };
  158. 6B16CDD9273CF75500F9E528 /* sticker_10000000_9.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD8D273CF75400F9E528 /* sticker_10000000_9.png */; };
  159. 6B16CDDA273CF75500F9E528 /* sticker_20000000_1.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD8E273CF75400F9E528 /* sticker_20000000_1.png */; };
  160. 6B16CDDB273CF75500F9E528 /* sticker_20000000_12.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD8F273CF75400F9E528 /* sticker_20000000_12.png */; };
  161. 6B16CDDC273CF75500F9E528 /* sticker_30000000_20.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD90273CF75400F9E528 /* sticker_30000000_20.png */; };
  162. 6B16CDDD273CF75500F9E528 /* sticker_30000000_34.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD91273CF75400F9E528 /* sticker_30000000_34.png */; };
  163. 6B16CDDE273CF75500F9E528 /* sticker_30000000_6.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD92273CF75400F9E528 /* sticker_30000000_6.png */; };
  164. 6B16CDDF273CF75500F9E528 /* sticker_30000000_7.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD93273CF75400F9E528 /* sticker_30000000_7.png */; };
  165. 6B16CDE0273CF75500F9E528 /* sticker_30000000_35.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD94273CF75400F9E528 /* sticker_30000000_35.png */; };
  166. 6B16CDE1273CF75500F9E528 /* sticker_30000000_21.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD95273CF75400F9E528 /* sticker_30000000_21.png */; };
  167. 6B16CDE2273CF75500F9E528 /* sticker_20000000_13.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD96273CF75400F9E528 /* sticker_20000000_13.png */; };
  168. 6B16CDE3273CF75500F9E528 /* sticker_20000000_0.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD97273CF75400F9E528 /* sticker_20000000_0.png */; };
  169. 6B16CDE4273CF75500F9E528 /* sticker_10000000_8.png in Resources */ = {isa = PBXBuildFile; fileRef = 6B16CD98273CF75400F9E528 /* sticker_10000000_8.png */; };
  170. 6B36BE9D27477E29002807E0 /* NexilisLite.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 6B36BE9C27477E29002807E0 /* NexilisLite.podspec */; };
  171. CD22A37E29764B10008C107D /* NotificationSound.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD22A37729764B10008C107D /* NotificationSound.swift */; };
  172. CD22A37F29764B10008C107D /* SetOfficerBNI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD22A37829764B10008C107D /* SetOfficerBNI.swift */; };
  173. CD22A38029764B10008C107D /* QRScannerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD22A37929764B10008C107D /* QRScannerView.swift */; };
  174. CD22A38129764B10008C107D /* ScannerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD22A37A29764B10008C107D /* ScannerViewController.swift */; };
  175. CD22A38229764B10008C107D /* VerifyEmail.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD22A37B29764B10008C107D /* VerifyEmail.swift */; };
  176. CD22A38329764B10008C107D /* MessageInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD22A37C29764B10008C107D /* MessageInfo.swift */; };
  177. CD22A38429764B10008C107D /* SignUpSignIn.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD22A37D29764B10008C107D /* SignUpSignIn.swift */; };
  178. /* End PBXBuildFile section */
  179. /* Begin PBXCopyFilesBuildPhase section */
  180. 240C4F4F279554570048A378 /* Embed Frameworks */ = {
  181. isa = PBXCopyFilesBuildPhase;
  182. buildActionMask = 2147483647;
  183. dstPath = "";
  184. dstSubfolderSpec = 10;
  185. files = (
  186. 240C4F4E279554570048A378 /* SDWebImageWebPCoder.framework in Embed Frameworks */,
  187. 240C4F4A279554570048A378 /* nuSDKService.framework in Embed Frameworks */,
  188. 240C4F4C279554570048A378 /* SDWebImage.framework in Embed Frameworks */,
  189. 240C4F48279554570048A378 /* libwebp.framework in Embed Frameworks */,
  190. );
  191. name = "Embed Frameworks";
  192. runOnlyForDeploymentPostprocessing = 0;
  193. };
  194. /* End PBXCopyFilesBuildPhase section */
  195. /* Begin PBXFileReference section */
  196. 240C4E5F279547930048A378 /* SDWebImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDWebImage.framework; path = Frameworks/SDWebImage.framework; sourceTree = "<group>"; };
  197. 240C4E60279547930048A378 /* nuSDKService.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = nuSDKService.framework; path = Frameworks/nuSDKService.framework; sourceTree = "<group>"; };
  198. 240C4E61279547930048A378 /* libwebp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libwebp.framework; path = Frameworks/libwebp.framework; sourceTree = "<group>"; };
  199. 240C4E62279547930048A378 /* SDWebImageWebPCoder.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDWebImageWebPCoder.framework; path = Frameworks/SDWebImageWebPCoder.framework; sourceTree = "<group>"; };
  200. 2471CD0227FAA81D006C38B5 /* Nexilis.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Nexilis.swift; sourceTree = "<group>"; };
  201. 2471CD0427FAA851006C38B5 /* ChangeNamePassswordViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangeNamePassswordViewController.swift; sourceTree = "<group>"; };
  202. 2471CD0527FAA851006C38B5 /* ChangeDeviceViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangeDeviceViewController.swift; sourceTree = "<group>"; };
  203. 2471CD0627FAA851006C38B5 /* ChangePasswordViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePasswordViewController.swift; sourceTree = "<group>"; };
  204. 2471CD0727FAA851006C38B5 /* HistoryCCViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HistoryCCViewController.swift; sourceTree = "<group>"; };
  205. 249A7ACF27DF069F00694745 /* OutgoingThread.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OutgoingThread.swift; sourceTree = "<group>"; };
  206. 249A7AD127DF06A000694745 /* WhiteboardCanvas.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WhiteboardCanvas.swift; sourceTree = "<group>"; };
  207. 249A7AD227DF06A000694745 /* Archive.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Archive.swift; sourceTree = "<group>"; };
  208. 249A7AD427DF06A000694745 /* FloatingButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FloatingButton.swift; sourceTree = "<group>"; };
  209. 249A7AD527DF06A000694745 /* Whiteboard.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Whiteboard.swift; sourceTree = "<group>"; };
  210. 249A7AD627DF06A000694745 /* Network.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Network.swift; sourceTree = "<group>"; };
  211. 249A7AD727DF06A000694745 /* Download.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Download.swift; sourceTree = "<group>"; };
  212. 249A7AD827DF06A000694745 /* Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extension.swift; sourceTree = "<group>"; };
  213. 249A7AD927DF06A000694745 /* WhiteboardReceiver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WhiteboardReceiver.swift; sourceTree = "<group>"; };
  214. 249A7ADA27DF06A000694745 /* CoreMessage_TMessageKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreMessage_TMessageKey.swift; sourceTree = "<group>"; };
  215. 249A7ADB27DF06A000694745 /* Database.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Database.swift; sourceTree = "<group>"; };
  216. 249A7ADD27DF06A000694745 /* Model.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Model.swift; sourceTree = "<group>"; };
  217. 249A7ADE27DF06A000694745 /* Chat.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Chat.swift; sourceTree = "<group>"; };
  218. 249A7ADF27DF06A000694745 /* User.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
  219. 249A7AE027DF06A000694745 /* Group.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Group.swift; sourceTree = "<group>"; };
  220. 249A7AE327DF06A000694745 /* ContactCallViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContactCallViewController.swift; sourceTree = "<group>"; };
  221. 249A7AE527DF06A000694745 /* EditorStarMessages.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EditorStarMessages.swift; sourceTree = "<group>"; };
  222. 249A7AE627DF06A000694745 /* PreviewAttachmentImageVideo.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PreviewAttachmentImageVideo.xib; sourceTree = "<group>"; };
  223. 249A7AE727DF06A000694745 /* EditorPersonal.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EditorPersonal.swift; sourceTree = "<group>"; };
  224. 249A7AE827DF06A000694745 /* EditorGroup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EditorGroup.swift; sourceTree = "<group>"; };
  225. 249A7AE927DF06A000694745 /* PreviewAttachmentImageVideo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreviewAttachmentImageVideo.swift; sourceTree = "<group>"; };
  226. 249A7AEA27DF06A000694745 /* CustomTextView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomTextView.swift; sourceTree = "<group>"; };
  227. 249A7AEC27DF06A000694745 /* QmeraGroupChooserViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QmeraGroupChooserViewController.swift; sourceTree = "<group>"; };
  228. 249A7AED27DF06A000694745 /* QmeraStreamingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QmeraStreamingViewController.swift; sourceTree = "<group>"; };
  229. 249A7AEE27DF06A000694745 /* CreateViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CreateViewController.swift; sourceTree = "<group>"; };
  230. 249A7AEF27DF06A000694745 /* QmeraUserChooserViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QmeraUserChooserViewController.swift; sourceTree = "<group>"; };
  231. 249A7AF027DF06A000694745 /* StreamingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StreamingViewController.swift; sourceTree = "<group>"; };
  232. 249A7AF127DF06A000694745 /* QmeraCreateStreamingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QmeraCreateStreamingViewController.swift; sourceTree = "<group>"; };
  233. 249A7AF327DF06A000694745 /* CallManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CallManager.swift; sourceTree = "<group>"; };
  234. 249A7AF427DF06A000694745 /* AudioViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudioViewController.swift; sourceTree = "<group>"; };
  235. 249A7AF527DF06A000694745 /* ProfileView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; };
  236. 249A7AF627DF06A000694745 /* CallProviderDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CallProviderDelegate.swift; sourceTree = "<group>"; };
  237. 249A7AF727DF06A000694745 /* QmeraAudioViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QmeraAudioViewController.swift; sourceTree = "<group>"; };
  238. 249A7AF827DF06A000694745 /* QmeraCallContactViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QmeraCallContactViewController.swift; sourceTree = "<group>"; };
  239. 249A7AF927DF06A000694745 /* QmeraVideoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QmeraVideoViewController.swift; sourceTree = "<group>"; };
  240. 249A7AFA27DF06A000694745 /* VideoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoViewController.swift; sourceTree = "<group>"; };
  241. 249A7AFB27DF06A000694745 /* Call.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Call.swift; sourceTree = "<group>"; };
  242. 249A7AFC27DF06A000694745 /* GroupView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupView.swift; sourceTree = "<group>"; };
  243. 249A7AFE27DF06A000694745 /* GroupCreateViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupCreateViewController.swift; sourceTree = "<group>"; };
  244. 249A7AFF27DF06A000694745 /* BroadcastMembersTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BroadcastMembersTableViewCell.swift; sourceTree = "<group>"; };
  245. 249A7B0027DF06A000694745 /* GroupDescViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupDescViewController.swift; sourceTree = "<group>"; };
  246. 249A7B0127DF06A000694745 /* HistoryBroadcastViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HistoryBroadcastViewController.swift; sourceTree = "<group>"; };
  247. 249A7B0227DF06A000694745 /* CheckConnection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CheckConnection.swift; sourceTree = "<group>"; };
  248. 249A7B0327DF06A000694745 /* GroupDetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupDetailViewController.swift; sourceTree = "<group>"; };
  249. 249A7B0427DF06A000694745 /* ContactChatViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContactChatViewController.swift; sourceTree = "<group>"; };
  250. 249A7B0527DF06A000694745 /* DocumentPicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DocumentPicker.swift; sourceTree = "<group>"; };
  251. 249A7B0627DF06A000694745 /* GroupNameViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupNameViewController.swift; sourceTree = "<group>"; };
  252. 249A7B0727DF06A000694745 /* GroupTopicViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupTopicViewController.swift; sourceTree = "<group>"; };
  253. 249A7B0827DF06A000694745 /* SettingTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingTableViewController.swift; sourceTree = "<group>"; };
  254. 249A7B0927DF06A000694745 /* BroadcastModeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BroadcastModeViewController.swift; sourceTree = "<group>"; };
  255. 249A7B0A27DF06A000694745 /* ChangeNameTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangeNameTableViewController.swift; sourceTree = "<group>"; };
  256. 249A7B0B27DF06A000694745 /* TypeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TypeViewController.swift; sourceTree = "<group>"; };
  257. 249A7B0C27DF06A000694745 /* BroadcastVariantViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BroadcastVariantViewController.swift; sourceTree = "<group>"; };
  258. 249A7B0D27DF06A000694745 /* ImageVideoPicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageVideoPicker.swift; sourceTree = "<group>"; };
  259. 249A7B0E27DF06A000694745 /* ProfileViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = "<group>"; };
  260. 249A7B0F27DF06A000694745 /* BroadcastMembersTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BroadcastMembersTableViewController.swift; sourceTree = "<group>"; };
  261. 249A7B1027DF06A000694745 /* BroadcastViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BroadcastViewController.swift; sourceTree = "<group>"; };
  262. 249A7B1127DF06A000694745 /* GroupMemberViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GroupMemberViewController.swift; sourceTree = "<group>"; };
  263. 249A7B1227DF06A000694745 /* AddFriendTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddFriendTableViewController.swift; sourceTree = "<group>"; };
  264. 249A7B1327DF06A000694745 /* AudienceViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AudienceViewController.swift; sourceTree = "<group>"; };
  265. 249A7B1427DF06A000694745 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
  266. 249A7B1527DF06A000694745 /* WhiteboardDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WhiteboardDelegate.swift; sourceTree = "<group>"; };
  267. 249A7B1627DF06A000694745 /* TMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TMessage.swift; sourceTree = "<group>"; };
  268. 249A7B1727DF06A000694745 /* CoreMessage_TMessageBank.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreMessage_TMessageBank.swift; sourceTree = "<group>"; };
  269. 249A7B1827DF06A000694745 /* Callback.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Callback.swift; sourceTree = "<group>"; };
  270. 249A7B1927DF06A000694745 /* CoreMessage_TMessageCode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreMessage_TMessageCode.swift; sourceTree = "<group>"; };
  271. 249A7B1A27DF06A000694745 /* IncomingThread.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IncomingThread.swift; sourceTree = "<group>"; };
  272. 249A7B1B27DF06A000694745 /* CoreMessage_TMessageUtil.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreMessage_TMessageUtil.swift; sourceTree = "<group>"; };
  273. 2C2B4C35EAB84CC68B811EA5 /* Pods_NexilisLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NexilisLite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  274. 2F4ABD62AE7F7CA3BAF2FA60 /* Pods-QmeraLite.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QmeraLite.release.xcconfig"; path = "Target Support Files/Pods-QmeraLite/Pods-QmeraLite.release.xcconfig"; sourceTree = "<group>"; };
  275. 5D4FE9534CFD828A5E1E2CF8 /* Pods-NexilisLite.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NexilisLite.debug.xcconfig"; path = "Target Support Files/Pods-NexilisLite/Pods-NexilisLite.debug.xcconfig"; sourceTree = "<group>"; };
  276. 5DB9A20F4BC89512E4D3313F /* Pods-NexilisLite.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NexilisLite.release.xcconfig"; path = "Target Support Files/Pods-NexilisLite/Pods-NexilisLite.release.xcconfig"; sourceTree = "<group>"; };
  277. 6B16CC97273CC66B00F9E528 /* NexilisLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = NexilisLite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  278. 6B16CC9B273CC66B00F9E528 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  279. 6B16CCE5273CC71800F9E528 /* Palio.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Palio.storyboard; sourceTree = "<group>"; };
  280. 6B16CD31273CC9FB00F9E528 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  281. 6B16CD45273CCB7F00F9E528 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  282. 6B16CD47273CCB9B00F9E528 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Localizable.strings; sourceTree = "<group>"; };
  283. 6B16CD4D273CF75400F9E528 /* sticker_10000000_5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_5.png; sourceTree = "<group>"; };
  284. 6B16CD4E273CF75400F9E528 /* sticker_20000000_22.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_22.png; sourceTree = "<group>"; };
  285. 6B16CD4F273CF75400F9E528 /* sticker_30000000_38.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_38.png; sourceTree = "<group>"; };
  286. 6B16CD50273CF75400F9E528 /* sticker_30000000_10.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_10.png; sourceTree = "<group>"; };
  287. 6B16CD51273CF75400F9E528 /* sticker_30000000_11.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_11.png; sourceTree = "<group>"; };
  288. 6B16CD52273CF75400F9E528 /* sticker_30000000_39.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_39.png; sourceTree = "<group>"; };
  289. 6B16CD53273CF75400F9E528 /* sticker_20000000_23.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_23.png; sourceTree = "<group>"; };
  290. 6B16CD54273CF75400F9E528 /* sticker_10000000_4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_4.png; sourceTree = "<group>"; };
  291. 6B16CD55273CF75400F9E528 /* sticker_10000000_6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_6.png; sourceTree = "<group>"; };
  292. 6B16CD56273CF75400F9E528 /* sticker_20000000_21.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_21.png; sourceTree = "<group>"; };
  293. 6B16CD57273CF75400F9E528 /* sticker_30000000_13.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_13.png; sourceTree = "<group>"; };
  294. 6B16CD58273CF75400F9E528 /* sticker_30000000_9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_9.png; sourceTree = "<group>"; };
  295. 6B16CD59273CF75400F9E528 /* sticker_30000000_8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_8.png; sourceTree = "<group>"; };
  296. 6B16CD5A273CF75400F9E528 /* sticker_30000000_12.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_12.png; sourceTree = "<group>"; };
  297. 6B16CD5B273CF75400F9E528 /* sticker_20000000_20.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_20.png; sourceTree = "<group>"; };
  298. 6B16CD5C273CF75400F9E528 /* sticker_10000000_7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_7.png; sourceTree = "<group>"; };
  299. 6B16CD5D273CF75400F9E528 /* sticker_10000000_3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_3.png; sourceTree = "<group>"; };
  300. 6B16CD5E273CF75400F9E528 /* sticker_20000000_18.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_18.png; sourceTree = "<group>"; };
  301. 6B16CD5F273CF75400F9E528 /* sticker_30000000_16.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_16.png; sourceTree = "<group>"; };
  302. 6B16CD60273CF75400F9E528 /* sticker_30000000_17.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_17.png; sourceTree = "<group>"; };
  303. 6B16CD61273CF75400F9E528 /* sticker_20000000_19.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_19.png; sourceTree = "<group>"; };
  304. 6B16CD62273CF75400F9E528 /* sticker_10000000_2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_2.png; sourceTree = "<group>"; };
  305. 6B16CD63273CF75400F9E528 /* sticker_10000000_0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_0.png; sourceTree = "<group>"; };
  306. 6B16CD64273CF75400F9E528 /* sticker_20000000_8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_8.png; sourceTree = "<group>"; };
  307. 6B16CD65273CF75400F9E528 /* sticker_30000000_15.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_15.png; sourceTree = "<group>"; };
  308. 6B16CD66273CF75400F9E528 /* sticker_30000000_29.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_29.png; sourceTree = "<group>"; };
  309. 6B16CD67273CF75400F9E528 /* sticker_30000000_28.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_28.png; sourceTree = "<group>"; };
  310. 6B16CD68273CF75400F9E528 /* sticker_30000000_14.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_14.png; sourceTree = "<group>"; };
  311. 6B16CD69273CF75400F9E528 /* sticker_20000000_9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_9.png; sourceTree = "<group>"; };
  312. 6B16CD6A273CF75400F9E528 /* sticker_10000000_1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_1.png; sourceTree = "<group>"; };
  313. 6B16CD6B273CF75400F9E528 /* sticker_20000000_17.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_17.png; sourceTree = "<group>"; };
  314. 6B16CD6C273CF75400F9E528 /* sticker_20000000_4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_4.png; sourceTree = "<group>"; };
  315. 6B16CD6D273CF75400F9E528 /* sticker_30000000_19.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_19.png; sourceTree = "<group>"; };
  316. 6B16CD6E273CF75400F9E528 /* sticker_30000000_25.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_25.png; sourceTree = "<group>"; };
  317. 6B16CD6F273CF75400F9E528 /* sticker_30000000_31.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_31.png; sourceTree = "<group>"; };
  318. 6B16CD70273CF75400F9E528 /* sticker_30000000_3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_3.png; sourceTree = "<group>"; };
  319. 6B16CD71273CF75400F9E528 /* sticker_30000000_2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_2.png; sourceTree = "<group>"; };
  320. 6B16CD72273CF75400F9E528 /* sticker_30000000_30.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_30.png; sourceTree = "<group>"; };
  321. 6B16CD73273CF75400F9E528 /* sticker_30000000_24.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_24.png; sourceTree = "<group>"; };
  322. 6B16CD74273CF75400F9E528 /* sticker_30000000_18.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_18.png; sourceTree = "<group>"; };
  323. 6B16CD75273CF75400F9E528 /* sticker_20000000_5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_5.png; sourceTree = "<group>"; };
  324. 6B16CD76273CF75400F9E528 /* sticker_20000000_16.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_16.png; sourceTree = "<group>"; };
  325. 6B16CD77273CF75400F9E528 /* sticker_10000000_11.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_11.png; sourceTree = "<group>"; };
  326. 6B16CD78273CF75400F9E528 /* sticker_20000000_14.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_14.png; sourceTree = "<group>"; };
  327. 6B16CD79273CF75400F9E528 /* sticker_20000000_7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_7.png; sourceTree = "<group>"; };
  328. 6B16CD7A273CF75400F9E528 /* sticker_30000000_32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_32.png; sourceTree = "<group>"; };
  329. 6B16CD7B273CF75400F9E528 /* sticker_30000000_26.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_26.png; sourceTree = "<group>"; };
  330. 6B16CD7C273CF75400F9E528 /* sticker_30000000_0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_0.png; sourceTree = "<group>"; };
  331. 6B16CD7D273CF75400F9E528 /* sticker_30000000_1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_1.png; sourceTree = "<group>"; };
  332. 6B16CD7E273CF75400F9E528 /* sticker_30000000_27.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_27.png; sourceTree = "<group>"; };
  333. 6B16CD7F273CF75400F9E528 /* sticker_30000000_33.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_33.png; sourceTree = "<group>"; };
  334. 6B16CD80273CF75400F9E528 /* sticker_20000000_6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_6.png; sourceTree = "<group>"; };
  335. 6B16CD81273CF75400F9E528 /* sticker_20000000_15.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_15.png; sourceTree = "<group>"; };
  336. 6B16CD82273CF75400F9E528 /* sticker_10000000_10.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_10.png; sourceTree = "<group>"; };
  337. 6B16CD83273CF75400F9E528 /* sticker_20000000_2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_2.png; sourceTree = "<group>"; };
  338. 6B16CD84273CF75400F9E528 /* sticker_20000000_11.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_11.png; sourceTree = "<group>"; };
  339. 6B16CD85273CF75400F9E528 /* sticker_30000000_37.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_37.png; sourceTree = "<group>"; };
  340. 6B16CD86273CF75400F9E528 /* sticker_30000000_23.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_23.png; sourceTree = "<group>"; };
  341. 6B16CD87273CF75400F9E528 /* sticker_30000000_5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_5.png; sourceTree = "<group>"; };
  342. 6B16CD88273CF75400F9E528 /* sticker_30000000_4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_4.png; sourceTree = "<group>"; };
  343. 6B16CD89273CF75400F9E528 /* sticker_30000000_22.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_22.png; sourceTree = "<group>"; };
  344. 6B16CD8A273CF75400F9E528 /* sticker_30000000_36.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_36.png; sourceTree = "<group>"; };
  345. 6B16CD8B273CF75400F9E528 /* sticker_20000000_10.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_10.png; sourceTree = "<group>"; };
  346. 6B16CD8C273CF75400F9E528 /* sticker_20000000_3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_3.png; sourceTree = "<group>"; };
  347. 6B16CD8D273CF75400F9E528 /* sticker_10000000_9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_9.png; sourceTree = "<group>"; };
  348. 6B16CD8E273CF75400F9E528 /* sticker_20000000_1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_1.png; sourceTree = "<group>"; };
  349. 6B16CD8F273CF75400F9E528 /* sticker_20000000_12.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_12.png; sourceTree = "<group>"; };
  350. 6B16CD90273CF75400F9E528 /* sticker_30000000_20.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_20.png; sourceTree = "<group>"; };
  351. 6B16CD91273CF75400F9E528 /* sticker_30000000_34.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_34.png; sourceTree = "<group>"; };
  352. 6B16CD92273CF75400F9E528 /* sticker_30000000_6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_6.png; sourceTree = "<group>"; };
  353. 6B16CD93273CF75400F9E528 /* sticker_30000000_7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_7.png; sourceTree = "<group>"; };
  354. 6B16CD94273CF75400F9E528 /* sticker_30000000_35.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_35.png; sourceTree = "<group>"; };
  355. 6B16CD95273CF75400F9E528 /* sticker_30000000_21.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_30000000_21.png; sourceTree = "<group>"; };
  356. 6B16CD96273CF75400F9E528 /* sticker_20000000_13.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_13.png; sourceTree = "<group>"; };
  357. 6B16CD97273CF75400F9E528 /* sticker_20000000_0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_20000000_0.png; sourceTree = "<group>"; };
  358. 6B16CD98273CF75400F9E528 /* sticker_10000000_8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sticker_10000000_8.png; sourceTree = "<group>"; };
  359. 6B36BE9C27477E29002807E0 /* NexilisLite.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = NexilisLite.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  360. 7F4EF61950630BA832D1595D /* Pods-QmeraLite.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QmeraLite.debug.xcconfig"; path = "Target Support Files/Pods-QmeraLite/Pods-QmeraLite.debug.xcconfig"; sourceTree = "<group>"; };
  361. CD22A37729764B10008C107D /* NotificationSound.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationSound.swift; sourceTree = "<group>"; };
  362. CD22A37829764B10008C107D /* SetOfficerBNI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetOfficerBNI.swift; sourceTree = "<group>"; };
  363. CD22A37929764B10008C107D /* QRScannerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QRScannerView.swift; sourceTree = "<group>"; };
  364. CD22A37A29764B10008C107D /* ScannerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScannerViewController.swift; sourceTree = "<group>"; };
  365. CD22A37B29764B10008C107D /* VerifyEmail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyEmail.swift; sourceTree = "<group>"; };
  366. CD22A37C29764B10008C107D /* MessageInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageInfo.swift; sourceTree = "<group>"; };
  367. CD22A37D29764B10008C107D /* SignUpSignIn.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SignUpSignIn.swift; sourceTree = "<group>"; };
  368. /* End PBXFileReference section */
  369. /* Begin PBXFrameworksBuildPhase section */
  370. 6B16CC94273CC66B00F9E528 /* Frameworks */ = {
  371. isa = PBXFrameworksBuildPhase;
  372. buildActionMask = 2147483647;
  373. files = (
  374. 240C4F4B279554570048A378 /* SDWebImage.framework in Frameworks */,
  375. 240C4F4D279554570048A378 /* SDWebImageWebPCoder.framework in Frameworks */,
  376. 240C4F47279554570048A378 /* libwebp.framework in Frameworks */,
  377. 240C4F49279554570048A378 /* nuSDKService.framework in Frameworks */,
  378. 2037F324E34EF4523AF7173E /* Pods_NexilisLite.framework in Frameworks */,
  379. );
  380. runOnlyForDeploymentPostprocessing = 0;
  381. };
  382. /* End PBXFrameworksBuildPhase section */
  383. /* Begin PBXGroup section */
  384. 249A7ACE27DF069F00694745 /* Source */ = {
  385. isa = PBXGroup;
  386. children = (
  387. 2471CD0227FAA81D006C38B5 /* Nexilis.swift */,
  388. 249A7ACF27DF069F00694745 /* OutgoingThread.swift */,
  389. 249A7AD127DF06A000694745 /* WhiteboardCanvas.swift */,
  390. 249A7AD227DF06A000694745 /* Archive.swift */,
  391. 249A7AD327DF06A000694745 /* FloatingButton */,
  392. 249A7AD527DF06A000694745 /* Whiteboard.swift */,
  393. 249A7AD627DF06A000694745 /* Network.swift */,
  394. 249A7AD727DF06A000694745 /* Download.swift */,
  395. 249A7AD827DF06A000694745 /* Extension.swift */,
  396. 249A7AD927DF06A000694745 /* WhiteboardReceiver.swift */,
  397. 249A7ADA27DF06A000694745 /* CoreMessage_TMessageKey.swift */,
  398. 249A7ADB27DF06A000694745 /* Database.swift */,
  399. 249A7ADC27DF06A000694745 /* Model */,
  400. 249A7AE127DF06A000694745 /* View */,
  401. 249A7B1427DF06A000694745 /* Utils.swift */,
  402. 249A7B1527DF06A000694745 /* WhiteboardDelegate.swift */,
  403. 249A7B1627DF06A000694745 /* TMessage.swift */,
  404. 249A7B1727DF06A000694745 /* CoreMessage_TMessageBank.swift */,
  405. 249A7B1827DF06A000694745 /* Callback.swift */,
  406. 249A7B1927DF06A000694745 /* CoreMessage_TMessageCode.swift */,
  407. 249A7B1A27DF06A000694745 /* IncomingThread.swift */,
  408. 249A7B1B27DF06A000694745 /* CoreMessage_TMessageUtil.swift */,
  409. );
  410. path = Source;
  411. sourceTree = "<group>";
  412. };
  413. 249A7AD327DF06A000694745 /* FloatingButton */ = {
  414. isa = PBXGroup;
  415. children = (
  416. 249A7AD427DF06A000694745 /* FloatingButton.swift */,
  417. );
  418. path = FloatingButton;
  419. sourceTree = "<group>";
  420. };
  421. 249A7ADC27DF06A000694745 /* Model */ = {
  422. isa = PBXGroup;
  423. children = (
  424. 249A7ADD27DF06A000694745 /* Model.swift */,
  425. 249A7ADE27DF06A000694745 /* Chat.swift */,
  426. 249A7ADF27DF06A000694745 /* User.swift */,
  427. 249A7AE027DF06A000694745 /* Group.swift */,
  428. );
  429. path = Model;
  430. sourceTree = "<group>";
  431. };
  432. 249A7AE127DF06A000694745 /* View */ = {
  433. isa = PBXGroup;
  434. children = (
  435. 249A7AE227DF06A000694745 /* Contact */,
  436. 249A7AE427DF06A000694745 /* Chat */,
  437. 249A7AEB27DF06A000694745 /* Streaming */,
  438. 249A7AF227DF06A000694745 /* Call */,
  439. 249A7AFD27DF06A000694745 /* Control */,
  440. );
  441. path = View;
  442. sourceTree = "<group>";
  443. };
  444. 249A7AE227DF06A000694745 /* Contact */ = {
  445. isa = PBXGroup;
  446. children = (
  447. 249A7AE327DF06A000694745 /* ContactCallViewController.swift */,
  448. );
  449. path = Contact;
  450. sourceTree = "<group>";
  451. };
  452. 249A7AE427DF06A000694745 /* Chat */ = {
  453. isa = PBXGroup;
  454. children = (
  455. 249A7AE527DF06A000694745 /* EditorStarMessages.swift */,
  456. 249A7AE627DF06A000694745 /* PreviewAttachmentImageVideo.xib */,
  457. 249A7AE727DF06A000694745 /* EditorPersonal.swift */,
  458. 249A7AE827DF06A000694745 /* EditorGroup.swift */,
  459. 249A7AE927DF06A000694745 /* PreviewAttachmentImageVideo.swift */,
  460. 249A7AEA27DF06A000694745 /* CustomTextView.swift */,
  461. );
  462. path = Chat;
  463. sourceTree = "<group>";
  464. };
  465. 249A7AEB27DF06A000694745 /* Streaming */ = {
  466. isa = PBXGroup;
  467. children = (
  468. 249A7AEC27DF06A000694745 /* QmeraGroupChooserViewController.swift */,
  469. 249A7AED27DF06A000694745 /* QmeraStreamingViewController.swift */,
  470. 249A7AEE27DF06A000694745 /* CreateViewController.swift */,
  471. 249A7AEF27DF06A000694745 /* QmeraUserChooserViewController.swift */,
  472. 249A7AF027DF06A000694745 /* StreamingViewController.swift */,
  473. 249A7AF127DF06A000694745 /* QmeraCreateStreamingViewController.swift */,
  474. );
  475. path = Streaming;
  476. sourceTree = "<group>";
  477. };
  478. 249A7AF227DF06A000694745 /* Call */ = {
  479. isa = PBXGroup;
  480. children = (
  481. 249A7AF327DF06A000694745 /* CallManager.swift */,
  482. 249A7AF427DF06A000694745 /* AudioViewController.swift */,
  483. 249A7AF527DF06A000694745 /* ProfileView.swift */,
  484. 249A7AF627DF06A000694745 /* CallProviderDelegate.swift */,
  485. 249A7AF727DF06A000694745 /* QmeraAudioViewController.swift */,
  486. 249A7AF827DF06A000694745 /* QmeraCallContactViewController.swift */,
  487. 249A7AF927DF06A000694745 /* QmeraVideoViewController.swift */,
  488. 249A7AFA27DF06A000694745 /* VideoViewController.swift */,
  489. 249A7AFB27DF06A000694745 /* Call.swift */,
  490. 249A7AFC27DF06A000694745 /* GroupView.swift */,
  491. );
  492. path = Call;
  493. sourceTree = "<group>";
  494. };
  495. 249A7AFD27DF06A000694745 /* Control */ = {
  496. isa = PBXGroup;
  497. children = (
  498. CD22A37C29764B10008C107D /* MessageInfo.swift */,
  499. CD22A37729764B10008C107D /* NotificationSound.swift */,
  500. CD22A37929764B10008C107D /* QRScannerView.swift */,
  501. CD22A37A29764B10008C107D /* ScannerViewController.swift */,
  502. CD22A37829764B10008C107D /* SetOfficerBNI.swift */,
  503. CD22A37D29764B10008C107D /* SignUpSignIn.swift */,
  504. CD22A37B29764B10008C107D /* VerifyEmail.swift */,
  505. 2471CD0527FAA851006C38B5 /* ChangeDeviceViewController.swift */,
  506. 2471CD0427FAA851006C38B5 /* ChangeNamePassswordViewController.swift */,
  507. 2471CD0627FAA851006C38B5 /* ChangePasswordViewController.swift */,
  508. 2471CD0727FAA851006C38B5 /* HistoryCCViewController.swift */,
  509. 249A7AFE27DF06A000694745 /* GroupCreateViewController.swift */,
  510. 249A7AFF27DF06A000694745 /* BroadcastMembersTableViewCell.swift */,
  511. 249A7B0027DF06A000694745 /* GroupDescViewController.swift */,
  512. 249A7B0127DF06A000694745 /* HistoryBroadcastViewController.swift */,
  513. 249A7B0227DF06A000694745 /* CheckConnection.swift */,
  514. 249A7B0327DF06A000694745 /* GroupDetailViewController.swift */,
  515. 249A7B0427DF06A000694745 /* ContactChatViewController.swift */,
  516. 249A7B0527DF06A000694745 /* DocumentPicker.swift */,
  517. 249A7B0627DF06A000694745 /* GroupNameViewController.swift */,
  518. 249A7B0727DF06A000694745 /* GroupTopicViewController.swift */,
  519. 249A7B0827DF06A000694745 /* SettingTableViewController.swift */,
  520. 249A7B0927DF06A000694745 /* BroadcastModeViewController.swift */,
  521. 249A7B0A27DF06A000694745 /* ChangeNameTableViewController.swift */,
  522. 249A7B0B27DF06A000694745 /* TypeViewController.swift */,
  523. 249A7B0C27DF06A000694745 /* BroadcastVariantViewController.swift */,
  524. 249A7B0D27DF06A000694745 /* ImageVideoPicker.swift */,
  525. 249A7B0E27DF06A000694745 /* ProfileViewController.swift */,
  526. 249A7B0F27DF06A000694745 /* BroadcastMembersTableViewController.swift */,
  527. 249A7B1027DF06A000694745 /* BroadcastViewController.swift */,
  528. 249A7B1127DF06A000694745 /* GroupMemberViewController.swift */,
  529. 249A7B1227DF06A000694745 /* AddFriendTableViewController.swift */,
  530. 249A7B1327DF06A000694745 /* AudienceViewController.swift */,
  531. );
  532. path = Control;
  533. sourceTree = "<group>";
  534. };
  535. 3B2A54FAC381ACAEFDA5E8B2 /* Pods */ = {
  536. isa = PBXGroup;
  537. children = (
  538. 7F4EF61950630BA832D1595D /* Pods-QmeraLite.debug.xcconfig */,
  539. 2F4ABD62AE7F7CA3BAF2FA60 /* Pods-QmeraLite.release.xcconfig */,
  540. 5D4FE9534CFD828A5E1E2CF8 /* Pods-NexilisLite.debug.xcconfig */,
  541. 5DB9A20F4BC89512E4D3313F /* Pods-NexilisLite.release.xcconfig */,
  542. );
  543. path = Pods;
  544. sourceTree = "<group>";
  545. };
  546. 6B16CC8D273CC66A00F9E528 = {
  547. isa = PBXGroup;
  548. children = (
  549. 6B36BE9C27477E29002807E0 /* NexilisLite.podspec */,
  550. 6B16CC99273CC66B00F9E528 /* NexilisLite */,
  551. 6B16CC98273CC66B00F9E528 /* Products */,
  552. 3B2A54FAC381ACAEFDA5E8B2 /* Pods */,
  553. A5D6622D3A16EFA2DBD69A67 /* Frameworks */,
  554. );
  555. sourceTree = "<group>";
  556. };
  557. 6B16CC98273CC66B00F9E528 /* Products */ = {
  558. isa = PBXGroup;
  559. children = (
  560. 6B16CC97273CC66B00F9E528 /* NexilisLite.framework */,
  561. );
  562. name = Products;
  563. sourceTree = "<group>";
  564. };
  565. 6B16CC99273CC66B00F9E528 /* NexilisLite */ = {
  566. isa = PBXGroup;
  567. children = (
  568. 6B16CC9B273CC66B00F9E528 /* Info.plist */,
  569. 6B16CD48273CCFF100F9E528 /* Resource */,
  570. 249A7ACE27DF069F00694745 /* Source */,
  571. );
  572. path = NexilisLite;
  573. sourceTree = "<group>";
  574. };
  575. 6B16CD48273CCFF100F9E528 /* Resource */ = {
  576. isa = PBXGroup;
  577. children = (
  578. 6B16CD4C273CF75400F9E528 /* Stickers */,
  579. 6B16CD31273CC9FB00F9E528 /* Assets.xcassets */,
  580. 6B16CD46273CCB7F00F9E528 /* Localizable.strings */,
  581. 6B16CCE5273CC71800F9E528 /* Palio.storyboard */,
  582. );
  583. path = Resource;
  584. sourceTree = "<group>";
  585. };
  586. 6B16CD4C273CF75400F9E528 /* Stickers */ = {
  587. isa = PBXGroup;
  588. children = (
  589. 6B16CD4D273CF75400F9E528 /* sticker_10000000_5.png */,
  590. 6B16CD4E273CF75400F9E528 /* sticker_20000000_22.png */,
  591. 6B16CD4F273CF75400F9E528 /* sticker_30000000_38.png */,
  592. 6B16CD50273CF75400F9E528 /* sticker_30000000_10.png */,
  593. 6B16CD51273CF75400F9E528 /* sticker_30000000_11.png */,
  594. 6B16CD52273CF75400F9E528 /* sticker_30000000_39.png */,
  595. 6B16CD53273CF75400F9E528 /* sticker_20000000_23.png */,
  596. 6B16CD54273CF75400F9E528 /* sticker_10000000_4.png */,
  597. 6B16CD55273CF75400F9E528 /* sticker_10000000_6.png */,
  598. 6B16CD56273CF75400F9E528 /* sticker_20000000_21.png */,
  599. 6B16CD57273CF75400F9E528 /* sticker_30000000_13.png */,
  600. 6B16CD58273CF75400F9E528 /* sticker_30000000_9.png */,
  601. 6B16CD59273CF75400F9E528 /* sticker_30000000_8.png */,
  602. 6B16CD5A273CF75400F9E528 /* sticker_30000000_12.png */,
  603. 6B16CD5B273CF75400F9E528 /* sticker_20000000_20.png */,
  604. 6B16CD5C273CF75400F9E528 /* sticker_10000000_7.png */,
  605. 6B16CD5D273CF75400F9E528 /* sticker_10000000_3.png */,
  606. 6B16CD5E273CF75400F9E528 /* sticker_20000000_18.png */,
  607. 6B16CD5F273CF75400F9E528 /* sticker_30000000_16.png */,
  608. 6B16CD60273CF75400F9E528 /* sticker_30000000_17.png */,
  609. 6B16CD61273CF75400F9E528 /* sticker_20000000_19.png */,
  610. 6B16CD62273CF75400F9E528 /* sticker_10000000_2.png */,
  611. 6B16CD63273CF75400F9E528 /* sticker_10000000_0.png */,
  612. 6B16CD64273CF75400F9E528 /* sticker_20000000_8.png */,
  613. 6B16CD65273CF75400F9E528 /* sticker_30000000_15.png */,
  614. 6B16CD66273CF75400F9E528 /* sticker_30000000_29.png */,
  615. 6B16CD67273CF75400F9E528 /* sticker_30000000_28.png */,
  616. 6B16CD68273CF75400F9E528 /* sticker_30000000_14.png */,
  617. 6B16CD69273CF75400F9E528 /* sticker_20000000_9.png */,
  618. 6B16CD6A273CF75400F9E528 /* sticker_10000000_1.png */,
  619. 6B16CD6B273CF75400F9E528 /* sticker_20000000_17.png */,
  620. 6B16CD6C273CF75400F9E528 /* sticker_20000000_4.png */,
  621. 6B16CD6D273CF75400F9E528 /* sticker_30000000_19.png */,
  622. 6B16CD6E273CF75400F9E528 /* sticker_30000000_25.png */,
  623. 6B16CD6F273CF75400F9E528 /* sticker_30000000_31.png */,
  624. 6B16CD70273CF75400F9E528 /* sticker_30000000_3.png */,
  625. 6B16CD71273CF75400F9E528 /* sticker_30000000_2.png */,
  626. 6B16CD72273CF75400F9E528 /* sticker_30000000_30.png */,
  627. 6B16CD73273CF75400F9E528 /* sticker_30000000_24.png */,
  628. 6B16CD74273CF75400F9E528 /* sticker_30000000_18.png */,
  629. 6B16CD75273CF75400F9E528 /* sticker_20000000_5.png */,
  630. 6B16CD76273CF75400F9E528 /* sticker_20000000_16.png */,
  631. 6B16CD77273CF75400F9E528 /* sticker_10000000_11.png */,
  632. 6B16CD78273CF75400F9E528 /* sticker_20000000_14.png */,
  633. 6B16CD79273CF75400F9E528 /* sticker_20000000_7.png */,
  634. 6B16CD7A273CF75400F9E528 /* sticker_30000000_32.png */,
  635. 6B16CD7B273CF75400F9E528 /* sticker_30000000_26.png */,
  636. 6B16CD7C273CF75400F9E528 /* sticker_30000000_0.png */,
  637. 6B16CD7D273CF75400F9E528 /* sticker_30000000_1.png */,
  638. 6B16CD7E273CF75400F9E528 /* sticker_30000000_27.png */,
  639. 6B16CD7F273CF75400F9E528 /* sticker_30000000_33.png */,
  640. 6B16CD80273CF75400F9E528 /* sticker_20000000_6.png */,
  641. 6B16CD81273CF75400F9E528 /* sticker_20000000_15.png */,
  642. 6B16CD82273CF75400F9E528 /* sticker_10000000_10.png */,
  643. 6B16CD83273CF75400F9E528 /* sticker_20000000_2.png */,
  644. 6B16CD84273CF75400F9E528 /* sticker_20000000_11.png */,
  645. 6B16CD85273CF75400F9E528 /* sticker_30000000_37.png */,
  646. 6B16CD86273CF75400F9E528 /* sticker_30000000_23.png */,
  647. 6B16CD87273CF75400F9E528 /* sticker_30000000_5.png */,
  648. 6B16CD88273CF75400F9E528 /* sticker_30000000_4.png */,
  649. 6B16CD89273CF75400F9E528 /* sticker_30000000_22.png */,
  650. 6B16CD8A273CF75400F9E528 /* sticker_30000000_36.png */,
  651. 6B16CD8B273CF75400F9E528 /* sticker_20000000_10.png */,
  652. 6B16CD8C273CF75400F9E528 /* sticker_20000000_3.png */,
  653. 6B16CD8D273CF75400F9E528 /* sticker_10000000_9.png */,
  654. 6B16CD8E273CF75400F9E528 /* sticker_20000000_1.png */,
  655. 6B16CD8F273CF75400F9E528 /* sticker_20000000_12.png */,
  656. 6B16CD90273CF75400F9E528 /* sticker_30000000_20.png */,
  657. 6B16CD91273CF75400F9E528 /* sticker_30000000_34.png */,
  658. 6B16CD92273CF75400F9E528 /* sticker_30000000_6.png */,
  659. 6B16CD93273CF75400F9E528 /* sticker_30000000_7.png */,
  660. 6B16CD94273CF75400F9E528 /* sticker_30000000_35.png */,
  661. 6B16CD95273CF75400F9E528 /* sticker_30000000_21.png */,
  662. 6B16CD96273CF75400F9E528 /* sticker_20000000_13.png */,
  663. 6B16CD97273CF75400F9E528 /* sticker_20000000_0.png */,
  664. 6B16CD98273CF75400F9E528 /* sticker_10000000_8.png */,
  665. );
  666. path = Stickers;
  667. sourceTree = "<group>";
  668. };
  669. A5D6622D3A16EFA2DBD69A67 /* Frameworks */ = {
  670. isa = PBXGroup;
  671. children = (
  672. 240C4E61279547930048A378 /* libwebp.framework */,
  673. 240C4E60279547930048A378 /* nuSDKService.framework */,
  674. 240C4E5F279547930048A378 /* SDWebImage.framework */,
  675. 240C4E62279547930048A378 /* SDWebImageWebPCoder.framework */,
  676. 2C2B4C35EAB84CC68B811EA5 /* Pods_NexilisLite.framework */,
  677. );
  678. name = Frameworks;
  679. sourceTree = "<group>";
  680. };
  681. /* End PBXGroup section */
  682. /* Begin PBXHeadersBuildPhase section */
  683. 6B16CC92273CC66B00F9E528 /* Headers */ = {
  684. isa = PBXHeadersBuildPhase;
  685. buildActionMask = 2147483647;
  686. files = (
  687. );
  688. runOnlyForDeploymentPostprocessing = 0;
  689. };
  690. /* End PBXHeadersBuildPhase section */
  691. /* Begin PBXNativeTarget section */
  692. 6B16CC96273CC66B00F9E528 /* NexilisLite */ = {
  693. isa = PBXNativeTarget;
  694. buildConfigurationList = 6B16CC9F273CC66B00F9E528 /* Build configuration list for PBXNativeTarget "NexilisLite" */;
  695. buildPhases = (
  696. B1F8826875996F6916805D20 /* [CP] Check Pods Manifest.lock */,
  697. 6B16CC92273CC66B00F9E528 /* Headers */,
  698. 6B16CC93273CC66B00F9E528 /* Sources */,
  699. 6B16CC94273CC66B00F9E528 /* Frameworks */,
  700. 6B16CC95273CC66B00F9E528 /* Resources */,
  701. 240C4F4F279554570048A378 /* Embed Frameworks */,
  702. );
  703. buildRules = (
  704. );
  705. dependencies = (
  706. );
  707. name = NexilisLite;
  708. productName = QmeraLite;
  709. productReference = 6B16CC97273CC66B00F9E528 /* NexilisLite.framework */;
  710. productType = "com.apple.product-type.framework";
  711. };
  712. /* End PBXNativeTarget section */
  713. /* Begin PBXProject section */
  714. 6B16CC8E273CC66A00F9E528 /* Project object */ = {
  715. isa = PBXProject;
  716. attributes = {
  717. LastUpgradeCheck = 1250;
  718. TargetAttributes = {
  719. 6B16CC96273CC66B00F9E528 = {
  720. CreatedOnToolsVersion = 12.5.1;
  721. };
  722. };
  723. };
  724. buildConfigurationList = 6B16CC91273CC66A00F9E528 /* Build configuration list for PBXProject "NexilisLite" */;
  725. compatibilityVersion = "Xcode 9.3";
  726. developmentRegion = en;
  727. hasScannedForEncodings = 0;
  728. knownRegions = (
  729. en,
  730. Base,
  731. id,
  732. );
  733. mainGroup = 6B16CC8D273CC66A00F9E528;
  734. productRefGroup = 6B16CC98273CC66B00F9E528 /* Products */;
  735. projectDirPath = "";
  736. projectRoot = "";
  737. targets = (
  738. 6B16CC96273CC66B00F9E528 /* NexilisLite */,
  739. );
  740. };
  741. /* End PBXProject section */
  742. /* Begin PBXResourcesBuildPhase section */
  743. 6B16CC95273CC66B00F9E528 /* Resources */ = {
  744. isa = PBXResourcesBuildPhase;
  745. buildActionMask = 2147483647;
  746. files = (
  747. 6B16CD9E273CF75400F9E528 /* sticker_30000000_39.png in Resources */,
  748. 6B16CD28273CC71800F9E528 /* Palio.storyboard in Resources */,
  749. 6B16CDD4273CF75500F9E528 /* sticker_30000000_4.png in Resources */,
  750. 6B16CDC2273CF75500F9E528 /* sticker_20000000_16.png in Resources */,
  751. 6B16CDDF273CF75500F9E528 /* sticker_30000000_7.png in Resources */,
  752. 6B16CDB1273CF75500F9E528 /* sticker_30000000_15.png in Resources */,
  753. 6B16CD9B273CF75400F9E528 /* sticker_30000000_38.png in Resources */,
  754. 6B16CDE1273CF75500F9E528 /* sticker_30000000_21.png in Resources */,
  755. 6B16CDAF273CF75500F9E528 /* sticker_10000000_0.png in Resources */,
  756. 6B16CDA4273CF75400F9E528 /* sticker_30000000_9.png in Resources */,
  757. 6B16CDCC273CF75500F9E528 /* sticker_20000000_6.png in Resources */,
  758. 6B16CDCE273CF75500F9E528 /* sticker_10000000_10.png in Resources */,
  759. 6B16CDC8273CF75500F9E528 /* sticker_30000000_0.png in Resources */,
  760. 6B16CD9D273CF75400F9E528 /* sticker_30000000_11.png in Resources */,
  761. 6B16CDD6273CF75500F9E528 /* sticker_30000000_36.png in Resources */,
  762. 6B16CDBA273CF75500F9E528 /* sticker_30000000_25.png in Resources */,
  763. 6B16CD32273CC9FB00F9E528 /* Assets.xcassets in Resources */,
  764. 6B16CDB2273CF75500F9E528 /* sticker_30000000_29.png in Resources */,
  765. 6B16CDCF273CF75500F9E528 /* sticker_20000000_2.png in Resources */,
  766. 6B16CD44273CCB7F00F9E528 /* Localizable.strings in Resources */,
  767. 249A7B2E27DF06A000694745 /* PreviewAttachmentImageVideo.xib in Resources */,
  768. 6B16CDC5273CF75500F9E528 /* sticker_20000000_7.png in Resources */,
  769. 6B16CD9C273CF75400F9E528 /* sticker_30000000_10.png in Resources */,
  770. 6B16CDC9273CF75500F9E528 /* sticker_30000000_1.png in Resources */,
  771. 6B16CDAD273CF75500F9E528 /* sticker_20000000_19.png in Resources */,
  772. 6B16CD9F273CF75400F9E528 /* sticker_20000000_23.png in Resources */,
  773. 6B16CDB4273CF75500F9E528 /* sticker_30000000_14.png in Resources */,
  774. 6B16CDB3273CF75500F9E528 /* sticker_30000000_28.png in Resources */,
  775. 6B16CDC0273CF75500F9E528 /* sticker_30000000_18.png in Resources */,
  776. 6B16CDD0273CF75500F9E528 /* sticker_20000000_11.png in Resources */,
  777. 6B16CDAE273CF75500F9E528 /* sticker_10000000_2.png in Resources */,
  778. 6B16CDE2273CF75500F9E528 /* sticker_20000000_13.png in Resources */,
  779. 6B16CDB6273CF75500F9E528 /* sticker_10000000_1.png in Resources */,
  780. 6B16CDC3273CF75500F9E528 /* sticker_10000000_11.png in Resources */,
  781. 6B16CDA7273CF75500F9E528 /* sticker_20000000_20.png in Resources */,
  782. 6B16CDA6273CF75500F9E528 /* sticker_30000000_12.png in Resources */,
  783. 6B16CDB7273CF75500F9E528 /* sticker_20000000_17.png in Resources */,
  784. 6B16CDE4273CF75500F9E528 /* sticker_10000000_8.png in Resources */,
  785. 6B16CDA3273CF75400F9E528 /* sticker_30000000_13.png in Resources */,
  786. 6B16CDD3273CF75500F9E528 /* sticker_30000000_5.png in Resources */,
  787. 6B16CDC1273CF75500F9E528 /* sticker_20000000_5.png in Resources */,
  788. 6B16CDBE273CF75500F9E528 /* sticker_30000000_30.png in Resources */,
  789. 6B16CDB5273CF75500F9E528 /* sticker_20000000_9.png in Resources */,
  790. 6B16CDBF273CF75500F9E528 /* sticker_30000000_24.png in Resources */,
  791. 6B16CDCD273CF75500F9E528 /* sticker_20000000_15.png in Resources */,
  792. 6B16CDA0273CF75400F9E528 /* sticker_10000000_4.png in Resources */,
  793. 6B36BE9D27477E29002807E0 /* NexilisLite.podspec in Resources */,
  794. 6B16CDA5273CF75400F9E528 /* sticker_30000000_8.png in Resources */,
  795. 6B16CDDC273CF75500F9E528 /* sticker_30000000_20.png in Resources */,
  796. 6B16CDAC273CF75500F9E528 /* sticker_30000000_17.png in Resources */,
  797. 6B16CDA1273CF75400F9E528 /* sticker_10000000_6.png in Resources */,
  798. 6B16CDE0273CF75500F9E528 /* sticker_30000000_35.png in Resources */,
  799. 6B16CDBD273CF75500F9E528 /* sticker_30000000_2.png in Resources */,
  800. 6B16CDAA273CF75500F9E528 /* sticker_20000000_18.png in Resources */,
  801. 6B16CDD2273CF75500F9E528 /* sticker_30000000_23.png in Resources */,
  802. 6B16CDD5273CF75500F9E528 /* sticker_30000000_22.png in Resources */,
  803. 6B16CDDA273CF75500F9E528 /* sticker_20000000_1.png in Resources */,
  804. 6B16CDCB273CF75500F9E528 /* sticker_30000000_33.png in Resources */,
  805. 6B16CDB8273CF75500F9E528 /* sticker_20000000_4.png in Resources */,
  806. 6B16CDD7273CF75500F9E528 /* sticker_20000000_10.png in Resources */,
  807. 6B16CDC4273CF75500F9E528 /* sticker_20000000_14.png in Resources */,
  808. 6B16CDC7273CF75500F9E528 /* sticker_30000000_26.png in Resources */,
  809. 6B16CD9A273CF75400F9E528 /* sticker_20000000_22.png in Resources */,
  810. 6B16CDD1273CF75500F9E528 /* sticker_30000000_37.png in Resources */,
  811. 6B16CDC6273CF75500F9E528 /* sticker_30000000_32.png in Resources */,
  812. 6B16CDDE273CF75500F9E528 /* sticker_30000000_6.png in Resources */,
  813. 6B16CDCA273CF75500F9E528 /* sticker_30000000_27.png in Resources */,
  814. 6B16CD99273CF75400F9E528 /* sticker_10000000_5.png in Resources */,
  815. 6B16CDA9273CF75500F9E528 /* sticker_10000000_3.png in Resources */,
  816. 6B16CDD9273CF75500F9E528 /* sticker_10000000_9.png in Resources */,
  817. 6B16CDDB273CF75500F9E528 /* sticker_20000000_12.png in Resources */,
  818. 6B16CDDD273CF75500F9E528 /* sticker_30000000_34.png in Resources */,
  819. 6B16CDA2273CF75400F9E528 /* sticker_20000000_21.png in Resources */,
  820. 6B16CDA8273CF75500F9E528 /* sticker_10000000_7.png in Resources */,
  821. 6B16CDB0273CF75500F9E528 /* sticker_20000000_8.png in Resources */,
  822. 6B16CDE3273CF75500F9E528 /* sticker_20000000_0.png in Resources */,
  823. 6B16CDBC273CF75500F9E528 /* sticker_30000000_3.png in Resources */,
  824. 6B16CDB9273CF75500F9E528 /* sticker_30000000_19.png in Resources */,
  825. 6B16CDBB273CF75500F9E528 /* sticker_30000000_31.png in Resources */,
  826. 6B16CDD8273CF75500F9E528 /* sticker_20000000_3.png in Resources */,
  827. 6B16CDAB273CF75500F9E528 /* sticker_30000000_16.png in Resources */,
  828. );
  829. runOnlyForDeploymentPostprocessing = 0;
  830. };
  831. /* End PBXResourcesBuildPhase section */
  832. /* Begin PBXShellScriptBuildPhase section */
  833. B1F8826875996F6916805D20 /* [CP] Check Pods Manifest.lock */ = {
  834. isa = PBXShellScriptBuildPhase;
  835. buildActionMask = 2147483647;
  836. files = (
  837. );
  838. inputFileListPaths = (
  839. );
  840. inputPaths = (
  841. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  842. "${PODS_ROOT}/Manifest.lock",
  843. );
  844. name = "[CP] Check Pods Manifest.lock";
  845. outputFileListPaths = (
  846. );
  847. outputPaths = (
  848. "$(DERIVED_FILE_DIR)/Pods-NexilisLite-checkManifestLockResult.txt",
  849. );
  850. runOnlyForDeploymentPostprocessing = 0;
  851. shellPath = /bin/sh;
  852. 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";
  853. showEnvVarsInLog = 0;
  854. };
  855. /* End PBXShellScriptBuildPhase section */
  856. /* Begin PBXSourcesBuildPhase section */
  857. 6B16CC93273CC66B00F9E528 /* Sources */ = {
  858. isa = PBXSourcesBuildPhase;
  859. buildActionMask = 2147483647;
  860. files = (
  861. 2471CD0927FAA852006C38B5 /* ChangeDeviceViewController.swift in Sources */,
  862. CD22A37F29764B10008C107D /* SetOfficerBNI.swift in Sources */,
  863. 249A7B4B27DF06A000694745 /* GroupNameViewController.swift in Sources */,
  864. CD22A38129764B10008C107D /* ScannerViewController.swift in Sources */,
  865. 249A7B5127DF06A000694745 /* BroadcastVariantViewController.swift in Sources */,
  866. CD22A38029764B10008C107D /* QRScannerView.swift in Sources */,
  867. 249A7B3627DF06A000694745 /* QmeraUserChooserViewController.swift in Sources */,
  868. CD22A38429764B10008C107D /* SignUpSignIn.swift in Sources */,
  869. 249A7B2627DF06A000694745 /* CoreMessage_TMessageKey.swift in Sources */,
  870. 249A7B4327DF06A000694745 /* GroupCreateViewController.swift in Sources */,
  871. 249A7B4C27DF06A000694745 /* GroupTopicViewController.swift in Sources */,
  872. 249A7B4027DF06A000694745 /* VideoViewController.swift in Sources */,
  873. 249A7B3F27DF06A000694745 /* QmeraVideoViewController.swift in Sources */,
  874. 249A7B5727DF06A000694745 /* AddFriendTableViewController.swift in Sources */,
  875. 249A7B6027DF06A000694745 /* CoreMessage_TMessageUtil.swift in Sources */,
  876. 249A7B2427DF06A000694745 /* Extension.swift in Sources */,
  877. 249A7B2D27DF06A000694745 /* EditorStarMessages.swift in Sources */,
  878. 249A7B4127DF06A000694745 /* Call.swift in Sources */,
  879. 249A7B5F27DF06A000694745 /* IncomingThread.swift in Sources */,
  880. 249A7B4627DF06A000694745 /* HistoryBroadcastViewController.swift in Sources */,
  881. 249A7B5527DF06A000694745 /* BroadcastViewController.swift in Sources */,
  882. 249A7B3127DF06A000694745 /* PreviewAttachmentImageVideo.swift in Sources */,
  883. 249A7B4927DF06A000694745 /* ContactChatViewController.swift in Sources */,
  884. 249A7B2B27DF06A000694745 /* Group.swift in Sources */,
  885. 249A7B2327DF06A000694745 /* Download.swift in Sources */,
  886. 249A7B5327DF06A000694745 /* ProfileViewController.swift in Sources */,
  887. 249A7B4F27DF06A000694745 /* ChangeNameTableViewController.swift in Sources */,
  888. 249A7B1E27DF06A000694745 /* WhiteboardCanvas.swift in Sources */,
  889. 249A7B3327DF06A000694745 /* QmeraGroupChooserViewController.swift in Sources */,
  890. 249A7B5A27DF06A000694745 /* WhiteboardDelegate.swift in Sources */,
  891. 249A7B2127DF06A000694745 /* Whiteboard.swift in Sources */,
  892. 249A7B2827DF06A000694745 /* Model.swift in Sources */,
  893. 249A7B2727DF06A000694745 /* Database.swift in Sources */,
  894. 249A7B2A27DF06A000694745 /* User.swift in Sources */,
  895. 249A7B3827DF06A000694745 /* QmeraCreateStreamingViewController.swift in Sources */,
  896. 249A7B3927DF06A000694745 /* CallManager.swift in Sources */,
  897. 249A7B2F27DF06A000694745 /* EditorPersonal.swift in Sources */,
  898. 249A7B3027DF06A000694745 /* EditorGroup.swift in Sources */,
  899. 249A7B5B27DF06A000694745 /* TMessage.swift in Sources */,
  900. 249A7B3B27DF06A000694745 /* ProfileView.swift in Sources */,
  901. 249A7B5827DF06A000694745 /* AudienceViewController.swift in Sources */,
  902. 2471CD0A27FAA852006C38B5 /* ChangePasswordViewController.swift in Sources */,
  903. 249A7B5D27DF06A000694745 /* Callback.swift in Sources */,
  904. 249A7B4427DF06A000694745 /* BroadcastMembersTableViewCell.swift in Sources */,
  905. 249A7B3527DF06A000694745 /* CreateViewController.swift in Sources */,
  906. 249A7B4727DF06A000694745 /* CheckConnection.swift in Sources */,
  907. 249A7B5427DF06A000694745 /* BroadcastMembersTableViewController.swift in Sources */,
  908. 249A7B3727DF06A000694745 /* StreamingViewController.swift in Sources */,
  909. CD22A38329764B10008C107D /* MessageInfo.swift in Sources */,
  910. 249A7B2C27DF06A000694745 /* ContactCallViewController.swift in Sources */,
  911. 249A7B3E27DF06A000694745 /* QmeraCallContactViewController.swift in Sources */,
  912. 249A7B2527DF06A000694745 /* WhiteboardReceiver.swift in Sources */,
  913. 249A7B3C27DF06A000694745 /* CallProviderDelegate.swift in Sources */,
  914. 249A7B4E27DF06A000694745 /* BroadcastModeViewController.swift in Sources */,
  915. CD22A37E29764B10008C107D /* NotificationSound.swift in Sources */,
  916. 249A7B3227DF06A000694745 /* CustomTextView.swift in Sources */,
  917. 249A7B2927DF06A000694745 /* Chat.swift in Sources */,
  918. 249A7B2027DF06A000694745 /* FloatingButton.swift in Sources */,
  919. 249A7B5627DF06A000694745 /* GroupMemberViewController.swift in Sources */,
  920. 2471CD0827FAA852006C38B5 /* ChangeNamePassswordViewController.swift in Sources */,
  921. 249A7B3427DF06A000694745 /* QmeraStreamingViewController.swift in Sources */,
  922. 2471CD0B27FAA852006C38B5 /* HistoryCCViewController.swift in Sources */,
  923. 249A7B1F27DF06A000694745 /* Archive.swift in Sources */,
  924. 249A7B4A27DF06A000694745 /* DocumentPicker.swift in Sources */,
  925. 249A7B2227DF06A000694745 /* Network.swift in Sources */,
  926. 249A7B5227DF06A000694745 /* ImageVideoPicker.swift in Sources */,
  927. 249A7B4D27DF06A000694745 /* SettingTableViewController.swift in Sources */,
  928. 249A7B5E27DF06A000694745 /* CoreMessage_TMessageCode.swift in Sources */,
  929. CD22A38229764B10008C107D /* VerifyEmail.swift in Sources */,
  930. 249A7B4527DF06A000694745 /* GroupDescViewController.swift in Sources */,
  931. 249A7B1C27DF06A000694745 /* OutgoingThread.swift in Sources */,
  932. 249A7B5927DF06A000694745 /* Utils.swift in Sources */,
  933. 249A7B3A27DF06A000694745 /* AudioViewController.swift in Sources */,
  934. 249A7B5C27DF06A000694745 /* CoreMessage_TMessageBank.swift in Sources */,
  935. 249A7B5027DF06A000694745 /* TypeViewController.swift in Sources */,
  936. 2471CD0327FAA81D006C38B5 /* Nexilis.swift in Sources */,
  937. 249A7B4827DF06A000694745 /* GroupDetailViewController.swift in Sources */,
  938. 249A7B4227DF06A000694745 /* GroupView.swift in Sources */,
  939. 249A7B3D27DF06A000694745 /* QmeraAudioViewController.swift in Sources */,
  940. );
  941. runOnlyForDeploymentPostprocessing = 0;
  942. };
  943. /* End PBXSourcesBuildPhase section */
  944. /* Begin PBXVariantGroup section */
  945. 6B16CD46273CCB7F00F9E528 /* Localizable.strings */ = {
  946. isa = PBXVariantGroup;
  947. children = (
  948. 6B16CD45273CCB7F00F9E528 /* en */,
  949. 6B16CD47273CCB9B00F9E528 /* id */,
  950. );
  951. name = Localizable.strings;
  952. sourceTree = "<group>";
  953. };
  954. /* End PBXVariantGroup section */
  955. /* Begin XCBuildConfiguration section */
  956. 6B16CC9D273CC66B00F9E528 /* Debug */ = {
  957. isa = XCBuildConfiguration;
  958. buildSettings = {
  959. ALWAYS_SEARCH_USER_PATHS = NO;
  960. BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
  961. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  962. CLANG_ANALYZER_NONNULL = YES;
  963. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  964. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  965. CLANG_CXX_LIBRARY = "libc++";
  966. CLANG_ENABLE_MODULES = YES;
  967. CLANG_ENABLE_OBJC_ARC = YES;
  968. CLANG_ENABLE_OBJC_WEAK = YES;
  969. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  970. CLANG_WARN_BOOL_CONVERSION = YES;
  971. CLANG_WARN_COMMA = YES;
  972. CLANG_WARN_CONSTANT_CONVERSION = YES;
  973. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  974. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  975. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  976. CLANG_WARN_EMPTY_BODY = YES;
  977. CLANG_WARN_ENUM_CONVERSION = YES;
  978. CLANG_WARN_INFINITE_RECURSION = YES;
  979. CLANG_WARN_INT_CONVERSION = YES;
  980. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  981. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  982. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  983. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  984. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  985. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  986. CLANG_WARN_STRICT_PROTOTYPES = YES;
  987. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  988. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  989. CLANG_WARN_UNREACHABLE_CODE = YES;
  990. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  991. COPY_PHASE_STRIP = NO;
  992. CURRENT_PROJECT_VERSION = 1;
  993. DEBUG_INFORMATION_FORMAT = dwarf;
  994. ENABLE_STRICT_OBJC_MSGSEND = YES;
  995. ENABLE_TESTABILITY = YES;
  996. GCC_C_LANGUAGE_STANDARD = gnu11;
  997. GCC_DYNAMIC_NO_PIC = NO;
  998. GCC_NO_COMMON_BLOCKS = YES;
  999. GCC_OPTIMIZATION_LEVEL = 0;
  1000. GCC_PREPROCESSOR_DEFINITIONS = (
  1001. "DEBUG=1",
  1002. "$(inherited)",
  1003. );
  1004. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1005. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1006. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1007. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1008. GCC_WARN_UNUSED_FUNCTION = YES;
  1009. GCC_WARN_UNUSED_VARIABLE = YES;
  1010. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  1011. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1012. MTL_FAST_MATH = YES;
  1013. ONLY_ACTIVE_ARCH = YES;
  1014. SDKROOT = iphoneos;
  1015. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1016. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1017. VERSIONING_SYSTEM = "apple-generic";
  1018. VERSION_INFO_PREFIX = "";
  1019. };
  1020. name = Debug;
  1021. };
  1022. 6B16CC9E273CC66B00F9E528 /* Release */ = {
  1023. isa = XCBuildConfiguration;
  1024. buildSettings = {
  1025. ALWAYS_SEARCH_USER_PATHS = NO;
  1026. BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
  1027. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1028. CLANG_ANALYZER_NONNULL = YES;
  1029. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1030. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1031. CLANG_CXX_LIBRARY = "libc++";
  1032. CLANG_ENABLE_MODULES = YES;
  1033. CLANG_ENABLE_OBJC_ARC = YES;
  1034. CLANG_ENABLE_OBJC_WEAK = YES;
  1035. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1036. CLANG_WARN_BOOL_CONVERSION = YES;
  1037. CLANG_WARN_COMMA = YES;
  1038. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1039. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1040. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1041. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1042. CLANG_WARN_EMPTY_BODY = YES;
  1043. CLANG_WARN_ENUM_CONVERSION = YES;
  1044. CLANG_WARN_INFINITE_RECURSION = YES;
  1045. CLANG_WARN_INT_CONVERSION = YES;
  1046. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1047. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1048. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1049. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1050. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1051. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1052. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1053. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1054. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1055. CLANG_WARN_UNREACHABLE_CODE = YES;
  1056. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1057. COPY_PHASE_STRIP = NO;
  1058. CURRENT_PROJECT_VERSION = 1;
  1059. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1060. ENABLE_NS_ASSERTIONS = NO;
  1061. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1062. GCC_C_LANGUAGE_STANDARD = gnu11;
  1063. GCC_NO_COMMON_BLOCKS = YES;
  1064. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1065. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1066. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1067. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1068. GCC_WARN_UNUSED_FUNCTION = YES;
  1069. GCC_WARN_UNUSED_VARIABLE = YES;
  1070. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  1071. MTL_ENABLE_DEBUG_INFO = NO;
  1072. MTL_FAST_MATH = YES;
  1073. SDKROOT = iphoneos;
  1074. SWIFT_COMPILATION_MODE = wholemodule;
  1075. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1076. VALIDATE_PRODUCT = YES;
  1077. VERSIONING_SYSTEM = "apple-generic";
  1078. VERSION_INFO_PREFIX = "";
  1079. };
  1080. name = Release;
  1081. };
  1082. 6B16CCA0273CC66B00F9E528 /* Debug */ = {
  1083. isa = XCBuildConfiguration;
  1084. baseConfigurationReference = 5D4FE9534CFD828A5E1E2CF8 /* Pods-NexilisLite.debug.xcconfig */;
  1085. buildSettings = {
  1086. ARCHS = "$(ARCHS_STANDARD)";
  1087. BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
  1088. CODE_SIGN_STYLE = Automatic;
  1089. DEFINES_MODULE = YES;
  1090. DEVELOPMENT_TEAM = ZGNLXSR5ZF;
  1091. DYLIB_COMPATIBILITY_VERSION = 1;
  1092. DYLIB_CURRENT_VERSION = 1;
  1093. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1094. ENABLE_BITCODE = NO;
  1095. FRAMEWORK_SEARCH_PATHS = (
  1096. "$(inherited)",
  1097. "$(PROJECT_DIR)/Frameworks",
  1098. );
  1099. INFOPLIST_FILE = NexilisLite/Info.plist;
  1100. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1101. LD_RUNPATH_SEARCH_PATHS = (
  1102. "$(inherited)",
  1103. "@executable_path/Frameworks",
  1104. "@loader_path/Frameworks",
  1105. );
  1106. MARKETING_VERSION = 1.0.2;
  1107. PRODUCT_BUNDLE_IDENTIFIER = io.nexilis.NexilisLite;
  1108. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  1109. SKIP_INSTALL = NO;
  1110. SUPPORTS_MACCATALYST = NO;
  1111. SWIFT_VERSION = 5.0;
  1112. TARGETED_DEVICE_FAMILY = "1,2";
  1113. };
  1114. name = Debug;
  1115. };
  1116. 6B16CCA1273CC66B00F9E528 /* Release */ = {
  1117. isa = XCBuildConfiguration;
  1118. baseConfigurationReference = 5DB9A20F4BC89512E4D3313F /* Pods-NexilisLite.release.xcconfig */;
  1119. buildSettings = {
  1120. ARCHS = "$(ARCHS_STANDARD)";
  1121. BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
  1122. CODE_SIGN_STYLE = Automatic;
  1123. DEFINES_MODULE = YES;
  1124. DEVELOPMENT_TEAM = ZGNLXSR5ZF;
  1125. DYLIB_COMPATIBILITY_VERSION = 1;
  1126. DYLIB_CURRENT_VERSION = 1;
  1127. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1128. ENABLE_BITCODE = NO;
  1129. FRAMEWORK_SEARCH_PATHS = (
  1130. "$(inherited)",
  1131. "$(PROJECT_DIR)/Frameworks",
  1132. );
  1133. INFOPLIST_FILE = NexilisLite/Info.plist;
  1134. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1135. LD_RUNPATH_SEARCH_PATHS = (
  1136. "$(inherited)",
  1137. "@executable_path/Frameworks",
  1138. "@loader_path/Frameworks",
  1139. );
  1140. MARKETING_VERSION = 1.0.2;
  1141. PRODUCT_BUNDLE_IDENTIFIER = io.nexilis.NexilisLite;
  1142. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  1143. SKIP_INSTALL = NO;
  1144. SUPPORTS_MACCATALYST = NO;
  1145. SWIFT_VERSION = 5.0;
  1146. TARGETED_DEVICE_FAMILY = "1,2";
  1147. };
  1148. name = Release;
  1149. };
  1150. /* End XCBuildConfiguration section */
  1151. /* Begin XCConfigurationList section */
  1152. 6B16CC91273CC66A00F9E528 /* Build configuration list for PBXProject "NexilisLite" */ = {
  1153. isa = XCConfigurationList;
  1154. buildConfigurations = (
  1155. 6B16CC9D273CC66B00F9E528 /* Debug */,
  1156. 6B16CC9E273CC66B00F9E528 /* Release */,
  1157. );
  1158. defaultConfigurationIsVisible = 0;
  1159. defaultConfigurationName = Release;
  1160. };
  1161. 6B16CC9F273CC66B00F9E528 /* Build configuration list for PBXNativeTarget "NexilisLite" */ = {
  1162. isa = XCConfigurationList;
  1163. buildConfigurations = (
  1164. 6B16CCA0273CC66B00F9E528 /* Debug */,
  1165. 6B16CCA1273CC66B00F9E528 /* Release */,
  1166. );
  1167. defaultConfigurationIsVisible = 0;
  1168. defaultConfigurationName = Release;
  1169. };
  1170. /* End XCConfigurationList section */
  1171. };
  1172. rootObject = 6B16CC8E273CC66A00F9E528 /* Project object */;
  1173. }