2
0

project.pbxproj 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2B2492E9245D3982007268E3 /* WFCCDeleteMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B2492E7245D3982007268E3 /* WFCCDeleteMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 2B2492EA245D3982007268E3 /* WFCCDeleteMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B2492E8245D3982007268E3 /* WFCCDeleteMessageContent.m */; };
  11. 2B5FD8792375A55800C41A72 /* WFCCPTextMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B5FD8772375A55800C41A72 /* WFCCPTextMessageContent.m */; };
  12. 2B5FD87A2375A55800C41A72 /* WFCCPTextMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B5FD8782375A55800C41A72 /* WFCCPTextMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. 2B6336752470DAB2008D6B38 /* WFCCDeliveryReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6336732470DAB2008D6B38 /* WFCCDeliveryReport.m */; };
  14. 2B6336762470DAB2008D6B38 /* WFCCDeliveryReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B6336742470DAB2008D6B38 /* WFCCDeliveryReport.h */; settings = {ATTRIBUTES = (Public, ); }; };
  15. 2B6336792470DB7E008D6B38 /* WFCCReadReport.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6336772470DB7E008D6B38 /* WFCCReadReport.m */; };
  16. 2B63367A2470DB7E008D6B38 /* WFCCReadReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B6336782470DB7E008D6B38 /* WFCCReadReport.h */; settings = {ATTRIBUTES = (Public, ); }; };
  17. 2BA6622824CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA6622624CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  18. 2BA6622924CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BA6622724CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.m */; };
  19. 2BC9EDDE24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC9EDDC24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  20. 2BC9EDDF24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BC9EDDD24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.m */; };
  21. 2BD8D71D24D68FCD00281B81 /* WFCCFileRecord.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BD8D71B24D68FCD00281B81 /* WFCCFileRecord.h */; settings = {ATTRIBUTES = (Public, ); }; };
  22. 2BD8D71E24D68FCD00281B81 /* WFCCFileRecord.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BD8D71C24D68FCD00281B81 /* WFCCFileRecord.m */; };
  23. 2E6B50A01FAE98E6006B6E31 /* WFCChatClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B509E1FAE98E6006B6E31 /* WFCChatClient.h */; settings = {ATTRIBUTES = (Public, ); }; };
  24. 2E6B50B01FAE990D006B6E31 /* interf_dec.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50A71FAE990D006B6E31 /* interf_dec.h */; };
  25. 2E6B50B11FAE990D006B6E31 /* interf_enc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50A81FAE990D006B6E31 /* interf_enc.h */; };
  26. 2E6B50B21FAE990D006B6E31 /* libopencore-amrnb.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2E6B50A91FAE990D006B6E31 /* libopencore-amrnb.a */; };
  27. 2E6B50B31FAE990D006B6E31 /* wav_amr.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50AA1FAE990D006B6E31 /* wav_amr.h */; };
  28. 2E6B50B41FAE990D006B6E31 /* wav_amr.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50AB1FAE990D006B6E31 /* wav_amr.mm */; };
  29. 2E6B50B51FAE990D006B6E31 /* wavreader.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50AC1FAE990D006B6E31 /* wavreader.c */; };
  30. 2E6B50B61FAE990D006B6E31 /* wavreader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50AD1FAE990D006B6E31 /* wavreader.h */; };
  31. 2E6B50B71FAE990D006B6E31 /* wavwriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50AE1FAE990D006B6E31 /* wavwriter.h */; };
  32. 2E6B50B81FAE990D006B6E31 /* wavwriter.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50AF1FAE990D006B6E31 /* wavwriter.mm */; };
  33. 2E6B50C21FAE9B08006B6E31 /* app_callback.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50BA1FAE9B08006B6E31 /* app_callback.h */; };
  34. 2E6B50C31FAE9B08006B6E31 /* app_callback.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50BB1FAE9B08006B6E31 /* app_callback.mm */; };
  35. 2E6B50C41FAE9B08006B6E31 /* WFCCIMService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50BC1FAE9B08006B6E31 /* WFCCIMService.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. 2E6B50C51FAE9B08006B6E31 /* WFCCIMService.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50BD1FAE9B08006B6E31 /* WFCCIMService.mm */; };
  37. 2E6B50C61FAE9B08006B6E31 /* WFCCNetworkService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50BE1FAE9B08006B6E31 /* WFCCNetworkService.h */; settings = {ATTRIBUTES = (Public, ); }; };
  38. 2E6B50C71FAE9B08006B6E31 /* WFCCNetworkService.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50BF1FAE9B08006B6E31 /* WFCCNetworkService.mm */; };
  39. 2E6B50C81FAE9B08006B6E31 /* WFCCNetworkStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50C01FAE9B08006B6E31 /* WFCCNetworkStatus.h */; };
  40. 2E6B50C91FAE9B08006B6E31 /* WFCCNetworkStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50C11FAE9B08006B6E31 /* WFCCNetworkStatus.m */; };
  41. 2E6B50F71FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50CB1FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  42. 2E6B50F81FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50CC1FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.m */; };
  43. 2E6B50F91FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50CD1FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  44. 2E6B50FA1FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50CE1FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.m */; };
  45. 2E6B50FB1FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50CF1FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  46. 2E6B50FC1FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50D01FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.m */; };
  47. 2E6B50FD1FAE9B10006B6E31 /* WFCCImageMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50D11FAE9B10006B6E31 /* WFCCImageMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  48. 2E6B50FE1FAE9B10006B6E31 /* WFCCImageMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50D21FAE9B10006B6E31 /* WFCCImageMessageContent.m */; };
  49. 2E6B50FF1FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50D31FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  50. 2E6B51001FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50D41FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.m */; };
  51. 2E6B51011FAE9B10006B6E31 /* WFCCMediaMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50D51FAE9B10006B6E31 /* WFCCMediaMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  52. 2E6B51021FAE9B10006B6E31 /* WFCCMediaMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50D61FAE9B10006B6E31 /* WFCCMediaMessageContent.m */; };
  53. 2E6B51031FAE9B10006B6E31 /* WFCCMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50D71FAE9B10006B6E31 /* WFCCMessage.h */; settings = {ATTRIBUTES = (Public, ); }; };
  54. 2E6B51041FAE9B10006B6E31 /* WFCCMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50D81FAE9B10006B6E31 /* WFCCMessage.m */; };
  55. 2E6B51051FAE9B10006B6E31 /* WFCCMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50D91FAE9B10006B6E31 /* WFCCMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  56. 2E6B51061FAE9B10006B6E31 /* WFCCMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50DA1FAE9B10006B6E31 /* WFCCMessageContent.m */; };
  57. 2E6B51071FAE9B10006B6E31 /* WFCCNotificationMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50DB1FAE9B10006B6E31 /* WFCCNotificationMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  58. 2E6B51081FAE9B10006B6E31 /* WFCCNotificationMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50DC1FAE9B10006B6E31 /* WFCCNotificationMessageContent.m */; };
  59. 2E6B51091FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50DD1FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  60. 2E6B510A1FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50DE1FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.m */; };
  61. 2E6B510B1FAE9B10006B6E31 /* WFCCSoundMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50DF1FAE9B10006B6E31 /* WFCCSoundMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  62. 2E6B510C1FAE9B10006B6E31 /* WFCCSoundMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50E01FAE9B10006B6E31 /* WFCCSoundMessageContent.m */; };
  63. 2E6B510D1FAE9B10006B6E31 /* WFCCTextMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50E11FAE9B10006B6E31 /* WFCCTextMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  64. 2E6B510E1FAE9B10006B6E31 /* WFCCTextMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50E21FAE9B10006B6E31 /* WFCCTextMessageContent.m */; };
  65. 2E6B510F1FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50E31FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  66. 2E6B51101FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50E41FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.m */; };
  67. 2E6B51111FAE9B10006B6E31 /* WFCCUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50E61FAE9B10006B6E31 /* WFCCUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
  68. 2E6B51121FAE9B10006B6E31 /* WFCCUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50E71FAE9B10006B6E31 /* WFCCUtilities.m */; };
  69. 2E6B51131FAE9B10006B6E31 /* WFCCConversation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50E91FAE9B10006B6E31 /* WFCCConversation.h */; settings = {ATTRIBUTES = (Public, ); }; };
  70. 2E6B51141FAE9B10006B6E31 /* WFCCConversation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50EA1FAE9B10006B6E31 /* WFCCConversation.m */; };
  71. 2E6B51151FAE9B10006B6E31 /* WFCCConversationInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50EB1FAE9B10006B6E31 /* WFCCConversationInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  72. 2E6B51161FAE9B10006B6E31 /* WFCCConversationInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50EC1FAE9B10006B6E31 /* WFCCConversationInfo.m */; };
  73. 2E6B51171FAE9B10006B6E31 /* WFCCConversationSearchInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50ED1FAE9B10006B6E31 /* WFCCConversationSearchInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  74. 2E6B51181FAE9B10006B6E31 /* WFCCConversationSearchInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50EE1FAE9B10006B6E31 /* WFCCConversationSearchInfo.m */; };
  75. 2E6B51191FAE9B10006B6E31 /* WFCCFriendRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50EF1FAE9B10006B6E31 /* WFCCFriendRequest.h */; settings = {ATTRIBUTES = (Public, ); }; };
  76. 2E6B511A1FAE9B10006B6E31 /* WFCCFriendRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50F01FAE9B10006B6E31 /* WFCCFriendRequest.m */; };
  77. 2E6B511B1FAE9B10006B6E31 /* WFCCGroupInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50F11FAE9B10006B6E31 /* WFCCGroupInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  78. 2E6B511C1FAE9B10006B6E31 /* WFCCGroupInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50F21FAE9B10006B6E31 /* WFCCGroupInfo.m */; };
  79. 2E6B511D1FAE9B10006B6E31 /* WFCCGroupMember.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50F31FAE9B10006B6E31 /* WFCCGroupMember.h */; settings = {ATTRIBUTES = (Public, ); }; };
  80. 2E6B511E1FAE9B10006B6E31 /* WFCCGroupMember.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50F41FAE9B10006B6E31 /* WFCCGroupMember.m */; };
  81. 2E6B511F1FAE9B10006B6E31 /* WFCCUserInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B50F51FAE9B10006B6E31 /* WFCCUserInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  82. 2E6B51201FAE9B10006B6E31 /* WFCCUserInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E6B50F61FAE9B10006B6E31 /* WFCCUserInfo.m */; };
  83. 2EE6A4881FB290FC007953BC /* Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE6A4871FB290FC007953BC /* Common.h */; settings = {ATTRIBUTES = (Public, ); }; };
  84. 2F19723622C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F19723422C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.m */; };
  85. 2F19723722C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F19723522C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  86. 2F1A931A21B250F5006625CD /* WFCCTypingMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F1A931821B250F5006625CD /* WFCCTypingMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  87. 2F1A931B21B250F5006625CD /* WFCCTypingMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F1A931921B250F5006625CD /* WFCCTypingMessageContent.m */; };
  88. 2F3223D52144C5FB0016A2C4 /* WFCCVideoMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F3223D32144C5FB0016A2C4 /* WFCCVideoMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  89. 2F3223D62144C5FB0016A2C4 /* WFCCVideoMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F3223D42144C5FB0016A2C4 /* WFCCVideoMessageContent.m */; };
  90. 2F48C9C5214D16250092B167 /* WFCCRecallMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F48C9C3214D16240092B167 /* WFCCRecallMessageContent.m */; };
  91. 2F48C9C6214D16250092B167 /* WFCCRecallMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F48C9C4214D16240092B167 /* WFCCRecallMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  92. 2F77099E2453DCB10020DB77 /* WFCCThingsLostEventContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F7709982453DCB10020DB77 /* WFCCThingsLostEventContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  93. 2F7709A02453DCB10020DB77 /* WFCCThingsDataContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F77099A2453DCB10020DB77 /* WFCCThingsDataContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  94. 2F7709A12453DCB10020DB77 /* WFCCThingsDataContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F77099B2453DCB10020DB77 /* WFCCThingsDataContent.m */; };
  95. 2F7709A22453DCB10020DB77 /* WFCCThingsLostEventContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F77099C2453DCB10020DB77 /* WFCCThingsLostEventContent.m */; };
  96. 2F8742DB219C4FED00F65EBA /* WFCCChatroomInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8742D5219C4FEC00F65EBA /* WFCCChatroomInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  97. 2F8742DC219C4FED00F65EBA /* WFCCUnreadCount.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8742D6219C4FEC00F65EBA /* WFCCUnreadCount.h */; settings = {ATTRIBUTES = (Public, ); }; };
  98. 2F8742DD219C4FED00F65EBA /* WFCCUnreadCount.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F8742D7219C4FED00F65EBA /* WFCCUnreadCount.m */; };
  99. 2F8742DE219C4FED00F65EBA /* WFCCChatroomMemberInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F8742D8219C4FED00F65EBA /* WFCCChatroomMemberInfo.m */; };
  100. 2F8742DF219C4FED00F65EBA /* WFCCChatroomMemberInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F8742D9219C4FED00F65EBA /* WFCCChatroomMemberInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  101. 2F8742E0219C4FED00F65EBA /* WFCCChatroomInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F8742DA219C4FED00F65EBA /* WFCCChatroomInfo.m */; };
  102. 2FB87C6D243EF0FE0078A199 /* WFCCFriendAddedMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FB87C69243EF0FE0078A199 /* WFCCFriendAddedMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  103. 2FB87C6E243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FB87C6A243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.m */; };
  104. 2FB87C6F243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FB87C6B243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  105. 2FB87C70243EF0FE0078A199 /* WFCCFriendAddedMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FB87C6C243EF0FE0078A199 /* WFCCFriendAddedMessageContent.m */; };
  106. 2FD9513D243ACF3600EE4F60 /* WFCCPCOnlineInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FD9513B243ACF3600EE4F60 /* WFCCPCOnlineInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  107. 2FD9513E243ACF3600EE4F60 /* WFCCPCOnlineInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FD9513C243ACF3600EE4F60 /* WFCCPCOnlineInfo.m */; };
  108. 2FDEEFD024A49C690032428A /* WFCCEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FDEEFCF24A49BA20032428A /* WFCCEnums.h */; settings = {ATTRIBUTES = (Public, ); }; };
  109. 2FEF332621BE93980087B6C2 /* WFCCChannelInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FEF332421BE93980087B6C2 /* WFCCChannelInfo.m */; };
  110. 2FEF332721BE93980087B6C2 /* WFCCChannelInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FEF332521BE93980087B6C2 /* WFCCChannelInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  111. 2FF2A45D22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FF2A45B22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.m */; };
  112. 2FF2A45E22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FF2A45C22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  113. 2FF2A46122C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FF2A45F22C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  114. 2FF2A46222C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FF2A46022C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.m */; };
  115. 6E6C69A720B959F100006628 /* WFCCGroupSearchInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E6C69A520B959F100006628 /* WFCCGroupSearchInfo.m */; };
  116. 6E6C69A820B959F100006628 /* WFCCGroupSearchInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6C69A620B959F100006628 /* WFCCGroupSearchInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
  117. 6ECFB2C720A84C88001F91CB /* WFCCFileMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ECFB2C520A84C88001F91CB /* WFCCFileMessageContent.m */; };
  118. 6ECFB2C820A84C88001F91CB /* WFCCFileMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ECFB2C620A84C88001F91CB /* WFCCFileMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  119. 6ED103DB20AE5C9700D4A59C /* WFCCTipNotificationMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED103D920AE5C9600D4A59C /* WFCCTipNotificationMessageContent.m */; };
  120. 6ED103DC20AE5C9700D4A59C /* WFCCTipNotificationMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED103DA20AE5C9600D4A59C /* WFCCTipNotificationMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  121. 901E270E21F1543D00A163CB /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 901E270D21F1543D00A163CB /* CoreTelephony.framework */; };
  122. 901E271021F1545000A163CB /* libresolv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 901E270F21F1545000A163CB /* libresolv.tbd */; };
  123. 901E271221F1545900A163CB /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 901E271121F1545900A163CB /* libc++.tbd */; };
  124. 901E271421F1546100A163CB /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 901E271321F1546100A163CB /* libz.tbd */; };
  125. 901E271521F1546A00A163CB /* mars.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 901E270A21F153D800A163CB /* mars.framework */; };
  126. 903EBB8B21357DDF00312C16 /* WFCCStickerMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 903EBB8921357DDF00312C16 /* WFCCStickerMessageContent.m */; };
  127. 903EBB8C21357DDF00312C16 /* WFCCStickerMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 903EBB8A21357DDF00312C16 /* WFCCStickerMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  128. 90B044461FEFD6BA00AFE79B /* WFCCUnknownMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 90B044441FEFD6BA00AFE79B /* WFCCUnknownMessageContent.m */; };
  129. 90B044471FEFD6BA00AFE79B /* WFCCUnknownMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 90B044451FEFD6BA00AFE79B /* WFCCUnknownMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  130. 90B0444A1FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 90B044481FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  131. 90B0444B1FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 90B044491FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.m */; };
  132. 90B0444E1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 90B0444C1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  133. 90B0444F1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 90B0444D1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.m */; };
  134. 90B1373C22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 90B1373A22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  135. 90B1373D22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 90B1373B22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.m */; };
  136. 90D1F596208D65B500C2A9CA /* WFCCCallStartMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 90D1F594208D65B500C2A9CA /* WFCCCallStartMessageContent.m */; };
  137. 90D1F597208D65B500C2A9CA /* WFCCCallStartMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 90D1F595208D65B500C2A9CA /* WFCCCallStartMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  138. 90E4D1DF1FFB0AE200B9A4E4 /* WFCCLocationMessageContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E4D1DD1FFB0AE200B9A4E4 /* WFCCLocationMessageContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  139. 90E4D1E01FFB0AE200B9A4E4 /* WFCCLocationMessageContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 90E4D1DE1FFB0AE200B9A4E4 /* WFCCLocationMessageContent.m */; };
  140. 90F584991FFDB39800F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.h in Headers */ = {isa = PBXBuildFile; fileRef = 90F584971FFDB39700F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  141. 90F5849A1FFDB39800F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 90F584981FFDB39800F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.m */; };
  142. /* End PBXBuildFile section */
  143. /* Begin PBXFileReference section */
  144. 2B2492E7245D3982007268E3 /* WFCCDeleteMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCDeleteMessageContent.h; sourceTree = "<group>"; };
  145. 2B2492E8245D3982007268E3 /* WFCCDeleteMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCDeleteMessageContent.m; sourceTree = "<group>"; };
  146. 2B5FD8772375A55800C41A72 /* WFCCPTextMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCPTextMessageContent.m; sourceTree = "<group>"; };
  147. 2B5FD8782375A55800C41A72 /* WFCCPTextMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCPTextMessageContent.h; sourceTree = "<group>"; };
  148. 2B6336732470DAB2008D6B38 /* WFCCDeliveryReport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCDeliveryReport.m; sourceTree = "<group>"; };
  149. 2B6336742470DAB2008D6B38 /* WFCCDeliveryReport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCDeliveryReport.h; sourceTree = "<group>"; };
  150. 2B6336772470DB7E008D6B38 /* WFCCReadReport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCReadReport.m; sourceTree = "<group>"; };
  151. 2B6336782470DB7E008D6B38 /* WFCCReadReport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCReadReport.h; sourceTree = "<group>"; };
  152. 2BA6622624CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupMemberMuteNotificationContent.h; sourceTree = "<group>"; };
  153. 2BA6622724CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupMemberMuteNotificationContent.m; sourceTree = "<group>"; };
  154. 2BC9EDDC24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupMemberAllowNotificationContent.h; sourceTree = "<group>"; };
  155. 2BC9EDDD24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupMemberAllowNotificationContent.m; sourceTree = "<group>"; };
  156. 2BD8D71B24D68FCD00281B81 /* WFCCFileRecord.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WFCCFileRecord.h; sourceTree = "<group>"; };
  157. 2BD8D71C24D68FCD00281B81 /* WFCCFileRecord.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WFCCFileRecord.m; sourceTree = "<group>"; };
  158. 2E6B509B1FAE98E6006B6E31 /* WFChatClient.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WFChatClient.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  159. 2E6B509E1FAE98E6006B6E31 /* WFCChatClient.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WFCChatClient.h; sourceTree = "<group>"; };
  160. 2E6B509F1FAE98E6006B6E31 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  161. 2E6B50A71FAE990D006B6E31 /* interf_dec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interf_dec.h; sourceTree = "<group>"; };
  162. 2E6B50A81FAE990D006B6E31 /* interf_enc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = interf_enc.h; sourceTree = "<group>"; };
  163. 2E6B50A91FAE990D006B6E31 /* libopencore-amrnb.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libopencore-amrnb.a"; sourceTree = "<group>"; };
  164. 2E6B50AA1FAE990D006B6E31 /* wav_amr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wav_amr.h; sourceTree = "<group>"; };
  165. 2E6B50AB1FAE990D006B6E31 /* wav_amr.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = wav_amr.mm; sourceTree = "<group>"; };
  166. 2E6B50AC1FAE990D006B6E31 /* wavreader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wavreader.c; sourceTree = "<group>"; };
  167. 2E6B50AD1FAE990D006B6E31 /* wavreader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wavreader.h; sourceTree = "<group>"; };
  168. 2E6B50AE1FAE990D006B6E31 /* wavwriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wavwriter.h; sourceTree = "<group>"; };
  169. 2E6B50AF1FAE990D006B6E31 /* wavwriter.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = wavwriter.mm; sourceTree = "<group>"; };
  170. 2E6B50BA1FAE9B08006B6E31 /* app_callback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = app_callback.h; sourceTree = "<group>"; };
  171. 2E6B50BB1FAE9B08006B6E31 /* app_callback.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = app_callback.mm; sourceTree = "<group>"; };
  172. 2E6B50BC1FAE9B08006B6E31 /* WFCCIMService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCIMService.h; sourceTree = "<group>"; };
  173. 2E6B50BD1FAE9B08006B6E31 /* WFCCIMService.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WFCCIMService.mm; sourceTree = "<group>"; };
  174. 2E6B50BE1FAE9B08006B6E31 /* WFCCNetworkService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCNetworkService.h; sourceTree = "<group>"; };
  175. 2E6B50BF1FAE9B08006B6E31 /* WFCCNetworkService.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WFCCNetworkService.mm; sourceTree = "<group>"; };
  176. 2E6B50C01FAE9B08006B6E31 /* WFCCNetworkStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCNetworkStatus.h; sourceTree = "<group>"; };
  177. 2E6B50C11FAE9B08006B6E31 /* WFCCNetworkStatus.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCNetworkStatus.m; sourceTree = "<group>"; };
  178. 2E6B50CB1FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCAddGroupeMemberNotificationContent.h; sourceTree = "<group>"; };
  179. 2E6B50CC1FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCAddGroupeMemberNotificationContent.m; sourceTree = "<group>"; };
  180. 2E6B50CD1FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCCreateGroupNotificationContent.h; sourceTree = "<group>"; };
  181. 2E6B50CE1FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCCreateGroupNotificationContent.m; sourceTree = "<group>"; };
  182. 2E6B50CF1FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCDismissGroupNotificationContent.h; sourceTree = "<group>"; };
  183. 2E6B50D01FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCDismissGroupNotificationContent.m; sourceTree = "<group>"; };
  184. 2E6B50D11FAE9B10006B6E31 /* WFCCImageMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCImageMessageContent.h; sourceTree = "<group>"; };
  185. 2E6B50D21FAE9B10006B6E31 /* WFCCImageMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCImageMessageContent.m; sourceTree = "<group>"; };
  186. 2E6B50D31FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCKickoffGroupMemberNotificaionContent.h; sourceTree = "<group>"; };
  187. 2E6B50D41FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCKickoffGroupMemberNotificaionContent.m; sourceTree = "<group>"; };
  188. 2E6B50D51FAE9B10006B6E31 /* WFCCMediaMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCMediaMessageContent.h; sourceTree = "<group>"; };
  189. 2E6B50D61FAE9B10006B6E31 /* WFCCMediaMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCMediaMessageContent.m; sourceTree = "<group>"; };
  190. 2E6B50D71FAE9B10006B6E31 /* WFCCMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCMessage.h; sourceTree = "<group>"; };
  191. 2E6B50D81FAE9B10006B6E31 /* WFCCMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCMessage.m; sourceTree = "<group>"; };
  192. 2E6B50D91FAE9B10006B6E31 /* WFCCMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCMessageContent.h; sourceTree = "<group>"; };
  193. 2E6B50DA1FAE9B10006B6E31 /* WFCCMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCMessageContent.m; sourceTree = "<group>"; };
  194. 2E6B50DB1FAE9B10006B6E31 /* WFCCNotificationMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCNotificationMessageContent.h; sourceTree = "<group>"; };
  195. 2E6B50DC1FAE9B10006B6E31 /* WFCCNotificationMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCNotificationMessageContent.m; sourceTree = "<group>"; };
  196. 2E6B50DD1FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCQuitGroupNotificationContent.h; sourceTree = "<group>"; };
  197. 2E6B50DE1FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCQuitGroupNotificationContent.m; sourceTree = "<group>"; };
  198. 2E6B50DF1FAE9B10006B6E31 /* WFCCSoundMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCSoundMessageContent.h; sourceTree = "<group>"; };
  199. 2E6B50E01FAE9B10006B6E31 /* WFCCSoundMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCSoundMessageContent.m; sourceTree = "<group>"; };
  200. 2E6B50E11FAE9B10006B6E31 /* WFCCTextMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCTextMessageContent.h; sourceTree = "<group>"; };
  201. 2E6B50E21FAE9B10006B6E31 /* WFCCTextMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCTextMessageContent.m; sourceTree = "<group>"; };
  202. 2E6B50E31FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCTransferGroupOwnerNotificationContent.h; sourceTree = "<group>"; };
  203. 2E6B50E41FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCTransferGroupOwnerNotificationContent.m; sourceTree = "<group>"; };
  204. 2E6B50E61FAE9B10006B6E31 /* WFCCUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCUtilities.h; sourceTree = "<group>"; };
  205. 2E6B50E71FAE9B10006B6E31 /* WFCCUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCUtilities.m; sourceTree = "<group>"; };
  206. 2E6B50E91FAE9B10006B6E31 /* WFCCConversation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCConversation.h; sourceTree = "<group>"; };
  207. 2E6B50EA1FAE9B10006B6E31 /* WFCCConversation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCConversation.m; sourceTree = "<group>"; };
  208. 2E6B50EB1FAE9B10006B6E31 /* WFCCConversationInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCConversationInfo.h; sourceTree = "<group>"; };
  209. 2E6B50EC1FAE9B10006B6E31 /* WFCCConversationInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCConversationInfo.m; sourceTree = "<group>"; };
  210. 2E6B50ED1FAE9B10006B6E31 /* WFCCConversationSearchInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCConversationSearchInfo.h; sourceTree = "<group>"; };
  211. 2E6B50EE1FAE9B10006B6E31 /* WFCCConversationSearchInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCConversationSearchInfo.m; sourceTree = "<group>"; };
  212. 2E6B50EF1FAE9B10006B6E31 /* WFCCFriendRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCFriendRequest.h; sourceTree = "<group>"; };
  213. 2E6B50F01FAE9B10006B6E31 /* WFCCFriendRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCFriendRequest.m; sourceTree = "<group>"; };
  214. 2E6B50F11FAE9B10006B6E31 /* WFCCGroupInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupInfo.h; sourceTree = "<group>"; };
  215. 2E6B50F21FAE9B10006B6E31 /* WFCCGroupInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupInfo.m; sourceTree = "<group>"; };
  216. 2E6B50F31FAE9B10006B6E31 /* WFCCGroupMember.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupMember.h; sourceTree = "<group>"; };
  217. 2E6B50F41FAE9B10006B6E31 /* WFCCGroupMember.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupMember.m; sourceTree = "<group>"; };
  218. 2E6B50F51FAE9B10006B6E31 /* WFCCUserInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCUserInfo.h; sourceTree = "<group>"; };
  219. 2E6B50F61FAE9B10006B6E31 /* WFCCUserInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCUserInfo.m; sourceTree = "<group>"; };
  220. 2EE6A4871FB290FC007953BC /* Common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Common.h; sourceTree = "<group>"; };
  221. 2F19723422C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupSetManagerNotificationContent.m; sourceTree = "<group>"; };
  222. 2F19723522C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupSetManagerNotificationContent.h; sourceTree = "<group>"; };
  223. 2F1A931821B250F5006625CD /* WFCCTypingMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCTypingMessageContent.h; sourceTree = "<group>"; };
  224. 2F1A931921B250F5006625CD /* WFCCTypingMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCTypingMessageContent.m; sourceTree = "<group>"; };
  225. 2F3223D32144C5FB0016A2C4 /* WFCCVideoMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCVideoMessageContent.h; sourceTree = "<group>"; };
  226. 2F3223D42144C5FB0016A2C4 /* WFCCVideoMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCVideoMessageContent.m; sourceTree = "<group>"; };
  227. 2F48C9C3214D16240092B167 /* WFCCRecallMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCRecallMessageContent.m; sourceTree = "<group>"; };
  228. 2F48C9C4214D16240092B167 /* WFCCRecallMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCRecallMessageContent.h; sourceTree = "<group>"; };
  229. 2F7709982453DCB10020DB77 /* WFCCThingsLostEventContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCThingsLostEventContent.h; sourceTree = "<group>"; };
  230. 2F77099A2453DCB10020DB77 /* WFCCThingsDataContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCThingsDataContent.h; sourceTree = "<group>"; };
  231. 2F77099B2453DCB10020DB77 /* WFCCThingsDataContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCThingsDataContent.m; sourceTree = "<group>"; };
  232. 2F77099C2453DCB10020DB77 /* WFCCThingsLostEventContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCThingsLostEventContent.m; sourceTree = "<group>"; };
  233. 2F8742D5219C4FEC00F65EBA /* WFCCChatroomInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCChatroomInfo.h; sourceTree = "<group>"; };
  234. 2F8742D6219C4FEC00F65EBA /* WFCCUnreadCount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCUnreadCount.h; sourceTree = "<group>"; };
  235. 2F8742D7219C4FED00F65EBA /* WFCCUnreadCount.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCUnreadCount.m; sourceTree = "<group>"; };
  236. 2F8742D8219C4FED00F65EBA /* WFCCChatroomMemberInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCChatroomMemberInfo.m; sourceTree = "<group>"; };
  237. 2F8742D9219C4FED00F65EBA /* WFCCChatroomMemberInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCChatroomMemberInfo.h; sourceTree = "<group>"; };
  238. 2F8742DA219C4FED00F65EBA /* WFCCChatroomInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCChatroomInfo.m; sourceTree = "<group>"; };
  239. 2FB87C69243EF0FE0078A199 /* WFCCFriendAddedMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCFriendAddedMessageContent.h; sourceTree = "<group>"; };
  240. 2FB87C6A243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCFriendGreetingMessageContent.m; sourceTree = "<group>"; };
  241. 2FB87C6B243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCFriendGreetingMessageContent.h; sourceTree = "<group>"; };
  242. 2FB87C6C243EF0FE0078A199 /* WFCCFriendAddedMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCFriendAddedMessageContent.m; sourceTree = "<group>"; };
  243. 2FD9513B243ACF3600EE4F60 /* WFCCPCOnlineInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WFCCPCOnlineInfo.h; sourceTree = "<group>"; };
  244. 2FD9513C243ACF3600EE4F60 /* WFCCPCOnlineInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WFCCPCOnlineInfo.m; sourceTree = "<group>"; };
  245. 2FDEEFCF24A49BA20032428A /* WFCCEnums.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WFCCEnums.h; sourceTree = "<group>"; };
  246. 2FEF332421BE93980087B6C2 /* WFCCChannelInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCChannelInfo.m; sourceTree = "<group>"; };
  247. 2FEF332521BE93980087B6C2 /* WFCCChannelInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCChannelInfo.h; sourceTree = "<group>"; };
  248. 2FF2A45B22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupMuteNotificationContent.m; sourceTree = "<group>"; };
  249. 2FF2A45C22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupMuteNotificationContent.h; sourceTree = "<group>"; };
  250. 2FF2A45F22C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupPrivateChatNotificationContent.h; sourceTree = "<group>"; };
  251. 2FF2A46022C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupPrivateChatNotificationContent.m; sourceTree = "<group>"; };
  252. 6E6C69A520B959F100006628 /* WFCCGroupSearchInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupSearchInfo.m; sourceTree = "<group>"; };
  253. 6E6C69A620B959F100006628 /* WFCCGroupSearchInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupSearchInfo.h; sourceTree = "<group>"; };
  254. 6ECFB2C520A84C88001F91CB /* WFCCFileMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCFileMessageContent.m; sourceTree = "<group>"; };
  255. 6ECFB2C620A84C88001F91CB /* WFCCFileMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCFileMessageContent.h; sourceTree = "<group>"; };
  256. 6ED103D920AE5C9600D4A59C /* WFCCTipNotificationMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCTipNotificationMessageContent.m; sourceTree = "<group>"; };
  257. 6ED103DA20AE5C9600D4A59C /* WFCCTipNotificationMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCTipNotificationMessageContent.h; sourceTree = "<group>"; };
  258. 901E270A21F153D800A163CB /* mars.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = mars.framework; sourceTree = "<group>"; };
  259. 901E270D21F1543D00A163CB /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
  260. 901E270F21F1545000A163CB /* libresolv.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libresolv.tbd; path = usr/lib/libresolv.tbd; sourceTree = SDKROOT; };
  261. 901E271121F1545900A163CB /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
  262. 901E271321F1546100A163CB /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  263. 903EBB8921357DDF00312C16 /* WFCCStickerMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCStickerMessageContent.m; sourceTree = "<group>"; };
  264. 903EBB8A21357DDF00312C16 /* WFCCStickerMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCStickerMessageContent.h; sourceTree = "<group>"; };
  265. 90B044441FEFD6BA00AFE79B /* WFCCUnknownMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCUnknownMessageContent.m; sourceTree = "<group>"; };
  266. 90B044451FEFD6BA00AFE79B /* WFCCUnknownMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCUnknownMessageContent.h; sourceTree = "<group>"; };
  267. 90B044481FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCChangeGroupNameNotificationContent.h; sourceTree = "<group>"; };
  268. 90B044491FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCChangeGroupNameNotificationContent.m; sourceTree = "<group>"; };
  269. 90B0444C1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCModifyGroupAliasNotificationContent.h; sourceTree = "<group>"; };
  270. 90B0444D1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCModifyGroupAliasNotificationContent.m; sourceTree = "<group>"; };
  271. 90B1373A22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCGroupJoinTypeNotificationContent.h; sourceTree = "<group>"; };
  272. 90B1373B22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCGroupJoinTypeNotificationContent.m; sourceTree = "<group>"; };
  273. 90D1F594208D65B500C2A9CA /* WFCCCallStartMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCCallStartMessageContent.m; sourceTree = "<group>"; };
  274. 90D1F595208D65B500C2A9CA /* WFCCCallStartMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCCallStartMessageContent.h; sourceTree = "<group>"; };
  275. 90E4D1DD1FFB0AE200B9A4E4 /* WFCCLocationMessageContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCLocationMessageContent.h; sourceTree = "<group>"; };
  276. 90E4D1DE1FFB0AE200B9A4E4 /* WFCCLocationMessageContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCLocationMessageContent.m; sourceTree = "<group>"; };
  277. 90F584971FFDB39700F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WFCCChangeGroupPortraitNotificationContent.h; sourceTree = "<group>"; };
  278. 90F584981FFDB39800F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WFCCChangeGroupPortraitNotificationContent.m; sourceTree = "<group>"; };
  279. /* End PBXFileReference section */
  280. /* Begin PBXFrameworksBuildPhase section */
  281. 2E6B50971FAE98E6006B6E31 /* Frameworks */ = {
  282. isa = PBXFrameworksBuildPhase;
  283. buildActionMask = 2147483647;
  284. files = (
  285. 901E271521F1546A00A163CB /* mars.framework in Frameworks */,
  286. 901E271421F1546100A163CB /* libz.tbd in Frameworks */,
  287. 901E271221F1545900A163CB /* libc++.tbd in Frameworks */,
  288. 901E271021F1545000A163CB /* libresolv.tbd in Frameworks */,
  289. 901E270E21F1543D00A163CB /* CoreTelephony.framework in Frameworks */,
  290. 2E6B50B21FAE990D006B6E31 /* libopencore-amrnb.a in Frameworks */,
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. /* End PBXFrameworksBuildPhase section */
  295. /* Begin PBXGroup section */
  296. 2E6B50911FAE98E5006B6E31 = {
  297. isa = PBXGroup;
  298. children = (
  299. 2E6B509D1FAE98E6006B6E31 /* WFChatClient */,
  300. 2E6B509C1FAE98E6006B6E31 /* Products */,
  301. 901E270C21F1543C00A163CB /* Frameworks */,
  302. );
  303. sourceTree = "<group>";
  304. };
  305. 2E6B509C1FAE98E6006B6E31 /* Products */ = {
  306. isa = PBXGroup;
  307. children = (
  308. 2E6B509B1FAE98E6006B6E31 /* WFChatClient.framework */,
  309. );
  310. name = Products;
  311. sourceTree = "<group>";
  312. };
  313. 2E6B509D1FAE98E6006B6E31 /* WFChatClient */ = {
  314. isa = PBXGroup;
  315. children = (
  316. 901E270921F153D800A163CB /* Proto */,
  317. 2E6B50CA1FAE9B10006B6E31 /* Messages */,
  318. 2E6B50E81FAE9B10006B6E31 /* Model */,
  319. 2E6B50E51FAE9B10006B6E31 /* Utility */,
  320. 2E6B50B91FAE9B08006B6E31 /* Client */,
  321. 2E6B50A61FAE990D006B6E31 /* amr */,
  322. 2E6B509E1FAE98E6006B6E31 /* WFCChatClient.h */,
  323. 2E6B509F1FAE98E6006B6E31 /* Info.plist */,
  324. );
  325. path = WFChatClient;
  326. sourceTree = "<group>";
  327. };
  328. 2E6B50A61FAE990D006B6E31 /* amr */ = {
  329. isa = PBXGroup;
  330. children = (
  331. 2E6B50A71FAE990D006B6E31 /* interf_dec.h */,
  332. 2E6B50A81FAE990D006B6E31 /* interf_enc.h */,
  333. 2E6B50A91FAE990D006B6E31 /* libopencore-amrnb.a */,
  334. 2E6B50AA1FAE990D006B6E31 /* wav_amr.h */,
  335. 2E6B50AB1FAE990D006B6E31 /* wav_amr.mm */,
  336. 2E6B50AC1FAE990D006B6E31 /* wavreader.c */,
  337. 2E6B50AD1FAE990D006B6E31 /* wavreader.h */,
  338. 2E6B50AE1FAE990D006B6E31 /* wavwriter.h */,
  339. 2E6B50AF1FAE990D006B6E31 /* wavwriter.mm */,
  340. );
  341. path = amr;
  342. sourceTree = "<group>";
  343. };
  344. 2E6B50B91FAE9B08006B6E31 /* Client */ = {
  345. isa = PBXGroup;
  346. children = (
  347. 2E6B50BA1FAE9B08006B6E31 /* app_callback.h */,
  348. 2E6B50BB1FAE9B08006B6E31 /* app_callback.mm */,
  349. 2E6B50BC1FAE9B08006B6E31 /* WFCCIMService.h */,
  350. 2E6B50BD1FAE9B08006B6E31 /* WFCCIMService.mm */,
  351. 2E6B50BE1FAE9B08006B6E31 /* WFCCNetworkService.h */,
  352. 2E6B50BF1FAE9B08006B6E31 /* WFCCNetworkService.mm */,
  353. 2E6B50C01FAE9B08006B6E31 /* WFCCNetworkStatus.h */,
  354. 2E6B50C11FAE9B08006B6E31 /* WFCCNetworkStatus.m */,
  355. 2EE6A4871FB290FC007953BC /* Common.h */,
  356. );
  357. path = Client;
  358. sourceTree = "<group>";
  359. };
  360. 2E6B50CA1FAE9B10006B6E31 /* Messages */ = {
  361. isa = PBXGroup;
  362. children = (
  363. 2F7709962453DC740020DB77 /* Things */,
  364. 90D1F595208D65B500C2A9CA /* WFCCCallStartMessageContent.h */,
  365. 90D1F594208D65B500C2A9CA /* WFCCCallStartMessageContent.m */,
  366. 2E6B50CB1FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.h */,
  367. 2E6B50CC1FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.m */,
  368. 2E6B50CD1FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.h */,
  369. 2E6B50CE1FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.m */,
  370. 2E6B50CF1FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.h */,
  371. 2E6B50D01FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.m */,
  372. 2E6B50D11FAE9B10006B6E31 /* WFCCImageMessageContent.h */,
  373. 2E6B50D21FAE9B10006B6E31 /* WFCCImageMessageContent.m */,
  374. 2F3223D32144C5FB0016A2C4 /* WFCCVideoMessageContent.h */,
  375. 2F3223D42144C5FB0016A2C4 /* WFCCVideoMessageContent.m */,
  376. 903EBB8A21357DDF00312C16 /* WFCCStickerMessageContent.h */,
  377. 903EBB8921357DDF00312C16 /* WFCCStickerMessageContent.m */,
  378. 2E6B50D31FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.h */,
  379. 2E6B50D41FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.m */,
  380. 2E6B50D51FAE9B10006B6E31 /* WFCCMediaMessageContent.h */,
  381. 2E6B50D61FAE9B10006B6E31 /* WFCCMediaMessageContent.m */,
  382. 2E6B50D71FAE9B10006B6E31 /* WFCCMessage.h */,
  383. 2E6B50D81FAE9B10006B6E31 /* WFCCMessage.m */,
  384. 2E6B50D91FAE9B10006B6E31 /* WFCCMessageContent.h */,
  385. 2E6B50DA1FAE9B10006B6E31 /* WFCCMessageContent.m */,
  386. 2E6B50DB1FAE9B10006B6E31 /* WFCCNotificationMessageContent.h */,
  387. 2E6B50DC1FAE9B10006B6E31 /* WFCCNotificationMessageContent.m */,
  388. 6ED103DA20AE5C9600D4A59C /* WFCCTipNotificationMessageContent.h */,
  389. 6ED103D920AE5C9600D4A59C /* WFCCTipNotificationMessageContent.m */,
  390. 2E6B50DD1FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.h */,
  391. 2E6B50DE1FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.m */,
  392. 2E6B50DF1FAE9B10006B6E31 /* WFCCSoundMessageContent.h */,
  393. 2E6B50E01FAE9B10006B6E31 /* WFCCSoundMessageContent.m */,
  394. 2B2492E7245D3982007268E3 /* WFCCDeleteMessageContent.h */,
  395. 2B2492E8245D3982007268E3 /* WFCCDeleteMessageContent.m */,
  396. 6ECFB2C620A84C88001F91CB /* WFCCFileMessageContent.h */,
  397. 6ECFB2C520A84C88001F91CB /* WFCCFileMessageContent.m */,
  398. 2E6B50E11FAE9B10006B6E31 /* WFCCTextMessageContent.h */,
  399. 2E6B50E21FAE9B10006B6E31 /* WFCCTextMessageContent.m */,
  400. 2B5FD8782375A55800C41A72 /* WFCCPTextMessageContent.h */,
  401. 2B5FD8772375A55800C41A72 /* WFCCPTextMessageContent.m */,
  402. 2F1A931821B250F5006625CD /* WFCCTypingMessageContent.h */,
  403. 2F1A931921B250F5006625CD /* WFCCTypingMessageContent.m */,
  404. 2F48C9C4214D16240092B167 /* WFCCRecallMessageContent.h */,
  405. 2F48C9C3214D16240092B167 /* WFCCRecallMessageContent.m */,
  406. 90E4D1DD1FFB0AE200B9A4E4 /* WFCCLocationMessageContent.h */,
  407. 90E4D1DE1FFB0AE200B9A4E4 /* WFCCLocationMessageContent.m */,
  408. 2E6B50E31FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.h */,
  409. 2E6B50E41FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.m */,
  410. 90B044451FEFD6BA00AFE79B /* WFCCUnknownMessageContent.h */,
  411. 90B044441FEFD6BA00AFE79B /* WFCCUnknownMessageContent.m */,
  412. 90B044481FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.h */,
  413. 90B044491FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.m */,
  414. 90F584971FFDB39700F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.h */,
  415. 90F584981FFDB39800F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.m */,
  416. 90B0444C1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.h */,
  417. 90B0444D1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.m */,
  418. 2BA6622624CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.h */,
  419. 2BA6622724CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.m */,
  420. 2BC9EDDC24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.h */,
  421. 2BC9EDDD24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.m */,
  422. 2FF2A45C22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.h */,
  423. 2FF2A45B22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.m */,
  424. 2FF2A45F22C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.h */,
  425. 2FF2A46022C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.m */,
  426. 2F19723522C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.h */,
  427. 2F19723422C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.m */,
  428. 90B1373A22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.h */,
  429. 90B1373B22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.m */,
  430. 2FB87C69243EF0FE0078A199 /* WFCCFriendAddedMessageContent.h */,
  431. 2FB87C6C243EF0FE0078A199 /* WFCCFriendAddedMessageContent.m */,
  432. 2FB87C6B243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.h */,
  433. 2FB87C6A243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.m */,
  434. );
  435. path = Messages;
  436. sourceTree = "<group>";
  437. };
  438. 2E6B50E51FAE9B10006B6E31 /* Utility */ = {
  439. isa = PBXGroup;
  440. children = (
  441. 2E6B50E61FAE9B10006B6E31 /* WFCCUtilities.h */,
  442. 2E6B50E71FAE9B10006B6E31 /* WFCCUtilities.m */,
  443. 2FDEEFCF24A49BA20032428A /* WFCCEnums.h */,
  444. );
  445. path = Utility;
  446. sourceTree = "<group>";
  447. };
  448. 2E6B50E81FAE9B10006B6E31 /* Model */ = {
  449. isa = PBXGroup;
  450. children = (
  451. 2E6B50E91FAE9B10006B6E31 /* WFCCConversation.h */,
  452. 2E6B50EA1FAE9B10006B6E31 /* WFCCConversation.m */,
  453. 2E6B50EB1FAE9B10006B6E31 /* WFCCConversationInfo.h */,
  454. 2E6B50EC1FAE9B10006B6E31 /* WFCCConversationInfo.m */,
  455. 2E6B50ED1FAE9B10006B6E31 /* WFCCConversationSearchInfo.h */,
  456. 2E6B50EE1FAE9B10006B6E31 /* WFCCConversationSearchInfo.m */,
  457. 6E6C69A620B959F100006628 /* WFCCGroupSearchInfo.h */,
  458. 6E6C69A520B959F100006628 /* WFCCGroupSearchInfo.m */,
  459. 2E6B50EF1FAE9B10006B6E31 /* WFCCFriendRequest.h */,
  460. 2E6B50F01FAE9B10006B6E31 /* WFCCFriendRequest.m */,
  461. 2E6B50F11FAE9B10006B6E31 /* WFCCGroupInfo.h */,
  462. 2E6B50F21FAE9B10006B6E31 /* WFCCGroupInfo.m */,
  463. 2E6B50F31FAE9B10006B6E31 /* WFCCGroupMember.h */,
  464. 2E6B50F41FAE9B10006B6E31 /* WFCCGroupMember.m */,
  465. 2E6B50F51FAE9B10006B6E31 /* WFCCUserInfo.h */,
  466. 2E6B50F61FAE9B10006B6E31 /* WFCCUserInfo.m */,
  467. 2F8742D5219C4FEC00F65EBA /* WFCCChatroomInfo.h */,
  468. 2F8742DA219C4FED00F65EBA /* WFCCChatroomInfo.m */,
  469. 2F8742D9219C4FED00F65EBA /* WFCCChatroomMemberInfo.h */,
  470. 2F8742D8219C4FED00F65EBA /* WFCCChatroomMemberInfo.m */,
  471. 2F8742D6219C4FEC00F65EBA /* WFCCUnreadCount.h */,
  472. 2F8742D7219C4FED00F65EBA /* WFCCUnreadCount.m */,
  473. 2FEF332521BE93980087B6C2 /* WFCCChannelInfo.h */,
  474. 2FEF332421BE93980087B6C2 /* WFCCChannelInfo.m */,
  475. 2FD9513B243ACF3600EE4F60 /* WFCCPCOnlineInfo.h */,
  476. 2FD9513C243ACF3600EE4F60 /* WFCCPCOnlineInfo.m */,
  477. 2B6336782470DB7E008D6B38 /* WFCCReadReport.h */,
  478. 2B6336772470DB7E008D6B38 /* WFCCReadReport.m */,
  479. 2B6336742470DAB2008D6B38 /* WFCCDeliveryReport.h */,
  480. 2B6336732470DAB2008D6B38 /* WFCCDeliveryReport.m */,
  481. 2BD8D71B24D68FCD00281B81 /* WFCCFileRecord.h */,
  482. 2BD8D71C24D68FCD00281B81 /* WFCCFileRecord.m */,
  483. );
  484. path = Model;
  485. sourceTree = "<group>";
  486. };
  487. 2F7709962453DC740020DB77 /* Things */ = {
  488. isa = PBXGroup;
  489. children = (
  490. 2F77099A2453DCB10020DB77 /* WFCCThingsDataContent.h */,
  491. 2F77099B2453DCB10020DB77 /* WFCCThingsDataContent.m */,
  492. 2F7709982453DCB10020DB77 /* WFCCThingsLostEventContent.h */,
  493. 2F77099C2453DCB10020DB77 /* WFCCThingsLostEventContent.m */,
  494. );
  495. path = Things;
  496. sourceTree = "<group>";
  497. };
  498. 901E270921F153D800A163CB /* Proto */ = {
  499. isa = PBXGroup;
  500. children = (
  501. 901E270A21F153D800A163CB /* mars.framework */,
  502. );
  503. path = Proto;
  504. sourceTree = "<group>";
  505. };
  506. 901E270C21F1543C00A163CB /* Frameworks */ = {
  507. isa = PBXGroup;
  508. children = (
  509. 901E271321F1546100A163CB /* libz.tbd */,
  510. 901E271121F1545900A163CB /* libc++.tbd */,
  511. 901E270F21F1545000A163CB /* libresolv.tbd */,
  512. 901E270D21F1543D00A163CB /* CoreTelephony.framework */,
  513. );
  514. name = Frameworks;
  515. sourceTree = "<group>";
  516. };
  517. /* End PBXGroup section */
  518. /* Begin PBXHeadersBuildPhase section */
  519. 2E6B50981FAE98E6006B6E31 /* Headers */ = {
  520. isa = PBXHeadersBuildPhase;
  521. buildActionMask = 2147483647;
  522. files = (
  523. 2B63367A2470DB7E008D6B38 /* WFCCReadReport.h in Headers */,
  524. 90D1F597208D65B500C2A9CA /* WFCCCallStartMessageContent.h in Headers */,
  525. 2B6336762470DAB2008D6B38 /* WFCCDeliveryReport.h in Headers */,
  526. 2FDEEFD024A49C690032428A /* WFCCEnums.h in Headers */,
  527. 2F77099E2453DCB10020DB77 /* WFCCThingsLostEventContent.h in Headers */,
  528. 2E6B51131FAE9B10006B6E31 /* WFCCConversation.h in Headers */,
  529. 2F7709A02453DCB10020DB77 /* WFCCThingsDataContent.h in Headers */,
  530. 2FD9513D243ACF3600EE4F60 /* WFCCPCOnlineInfo.h in Headers */,
  531. 903EBB8C21357DDF00312C16 /* WFCCStickerMessageContent.h in Headers */,
  532. 2F1A931A21B250F5006625CD /* WFCCTypingMessageContent.h in Headers */,
  533. 2F3223D52144C5FB0016A2C4 /* WFCCVideoMessageContent.h in Headers */,
  534. 2FB87C6F243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.h in Headers */,
  535. 2FB87C6D243EF0FE0078A199 /* WFCCFriendAddedMessageContent.h in Headers */,
  536. 2E6B51151FAE9B10006B6E31 /* WFCCConversationInfo.h in Headers */,
  537. 2E6B50F71FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.h in Headers */,
  538. 2E6B50F91FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.h in Headers */,
  539. 6ED103DC20AE5C9700D4A59C /* WFCCTipNotificationMessageContent.h in Headers */,
  540. 2E6B50FD1FAE9B10006B6E31 /* WFCCImageMessageContent.h in Headers */,
  541. 2F8742DC219C4FED00F65EBA /* WFCCUnreadCount.h in Headers */,
  542. 2F8742DF219C4FED00F65EBA /* WFCCChatroomMemberInfo.h in Headers */,
  543. 2B5FD87A2375A55800C41A72 /* WFCCPTextMessageContent.h in Headers */,
  544. 2FEF332721BE93980087B6C2 /* WFCCChannelInfo.h in Headers */,
  545. 2F8742DB219C4FED00F65EBA /* WFCCChatroomInfo.h in Headers */,
  546. 2F48C9C6214D16250092B167 /* WFCCRecallMessageContent.h in Headers */,
  547. 6E6C69A820B959F100006628 /* WFCCGroupSearchInfo.h in Headers */,
  548. 2E6B50FB1FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.h in Headers */,
  549. 2E6B51191FAE9B10006B6E31 /* WFCCFriendRequest.h in Headers */,
  550. 6ECFB2C820A84C88001F91CB /* WFCCFileMessageContent.h in Headers */,
  551. 90E4D1DF1FFB0AE200B9A4E4 /* WFCCLocationMessageContent.h in Headers */,
  552. 2BC9EDDE24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.h in Headers */,
  553. 2E6B511B1FAE9B10006B6E31 /* WFCCGroupInfo.h in Headers */,
  554. 90F584991FFDB39800F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.h in Headers */,
  555. 2E6B51031FAE9B10006B6E31 /* WFCCMessage.h in Headers */,
  556. 2E6B51011FAE9B10006B6E31 /* WFCCMediaMessageContent.h in Headers */,
  557. 2E6B51051FAE9B10006B6E31 /* WFCCMessageContent.h in Headers */,
  558. 2E6B51071FAE9B10006B6E31 /* WFCCNotificationMessageContent.h in Headers */,
  559. 90B0444A1FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.h in Headers */,
  560. 90B044471FEFD6BA00AFE79B /* WFCCUnknownMessageContent.h in Headers */,
  561. 90B0444E1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.h in Headers */,
  562. 2E6B50FF1FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.h in Headers */,
  563. 2E6B510B1FAE9B10006B6E31 /* WFCCSoundMessageContent.h in Headers */,
  564. 2EE6A4881FB290FC007953BC /* Common.h in Headers */,
  565. 2E6B510D1FAE9B10006B6E31 /* WFCCTextMessageContent.h in Headers */,
  566. 2E6B51091FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.h in Headers */,
  567. 2E6B511F1FAE9B10006B6E31 /* WFCCUserInfo.h in Headers */,
  568. 2E6B511D1FAE9B10006B6E31 /* WFCCGroupMember.h in Headers */,
  569. 2FF2A46122C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.h in Headers */,
  570. 90B1373C22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.h in Headers */,
  571. 2F19723722C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.h in Headers */,
  572. 2BA6622824CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.h in Headers */,
  573. 2B2492E9245D3982007268E3 /* WFCCDeleteMessageContent.h in Headers */,
  574. 2FF2A45E22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.h in Headers */,
  575. 2E6B510F1FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.h in Headers */,
  576. 2E6B51171FAE9B10006B6E31 /* WFCCConversationSearchInfo.h in Headers */,
  577. 2E6B51111FAE9B10006B6E31 /* WFCCUtilities.h in Headers */,
  578. 2E6B50C61FAE9B08006B6E31 /* WFCCNetworkService.h in Headers */,
  579. 2BD8D71D24D68FCD00281B81 /* WFCCFileRecord.h in Headers */,
  580. 2E6B50C41FAE9B08006B6E31 /* WFCCIMService.h in Headers */,
  581. 2E6B50B31FAE990D006B6E31 /* wav_amr.h in Headers */,
  582. 2E6B50C21FAE9B08006B6E31 /* app_callback.h in Headers */,
  583. 2E6B50B11FAE990D006B6E31 /* interf_enc.h in Headers */,
  584. 2E6B50C81FAE9B08006B6E31 /* WFCCNetworkStatus.h in Headers */,
  585. 2E6B50B71FAE990D006B6E31 /* wavwriter.h in Headers */,
  586. 2E6B50B61FAE990D006B6E31 /* wavreader.h in Headers */,
  587. 2E6B50A01FAE98E6006B6E31 /* WFCChatClient.h in Headers */,
  588. 2E6B50B01FAE990D006B6E31 /* interf_dec.h in Headers */,
  589. );
  590. runOnlyForDeploymentPostprocessing = 0;
  591. };
  592. /* End PBXHeadersBuildPhase section */
  593. /* Begin PBXNativeTarget section */
  594. 2E6B509A1FAE98E6006B6E31 /* WFChatClient */ = {
  595. isa = PBXNativeTarget;
  596. buildConfigurationList = 2E6B50A31FAE98E6006B6E31 /* Build configuration list for PBXNativeTarget "WFChatClient" */;
  597. buildPhases = (
  598. 2E6B50961FAE98E6006B6E31 /* Sources */,
  599. 2E6B50971FAE98E6006B6E31 /* Frameworks */,
  600. 2E6B50981FAE98E6006B6E31 /* Headers */,
  601. 2E6B50991FAE98E6006B6E31 /* Resources */,
  602. F89D8F2820538E36005A6CD1 /* ShellScript */,
  603. );
  604. buildRules = (
  605. );
  606. dependencies = (
  607. );
  608. name = WFChatClient;
  609. productName = WFChatClient;
  610. productReference = 2E6B509B1FAE98E6006B6E31 /* WFChatClient.framework */;
  611. productType = "com.apple.product-type.framework";
  612. };
  613. /* End PBXNativeTarget section */
  614. /* Begin PBXProject section */
  615. 2E6B50921FAE98E5006B6E31 /* Project object */ = {
  616. isa = PBXProject;
  617. attributes = {
  618. LastUpgradeCheck = 1010;
  619. ORGANIZATIONNAME = WildFireChat;
  620. TargetAttributes = {
  621. 2E6B509A1FAE98E6006B6E31 = {
  622. CreatedOnToolsVersion = 9.1;
  623. ProvisioningStyle = Automatic;
  624. };
  625. };
  626. };
  627. buildConfigurationList = 2E6B50951FAE98E5006B6E31 /* Build configuration list for PBXProject "WFChatClient" */;
  628. compatibilityVersion = "Xcode 8.0";
  629. developmentRegion = en;
  630. hasScannedForEncodings = 0;
  631. knownRegions = (
  632. en,
  633. );
  634. mainGroup = 2E6B50911FAE98E5006B6E31;
  635. productRefGroup = 2E6B509C1FAE98E6006B6E31 /* Products */;
  636. projectDirPath = "";
  637. projectRoot = "";
  638. targets = (
  639. 2E6B509A1FAE98E6006B6E31 /* WFChatClient */,
  640. );
  641. };
  642. /* End PBXProject section */
  643. /* Begin PBXResourcesBuildPhase section */
  644. 2E6B50991FAE98E6006B6E31 /* Resources */ = {
  645. isa = PBXResourcesBuildPhase;
  646. buildActionMask = 2147483647;
  647. files = (
  648. );
  649. runOnlyForDeploymentPostprocessing = 0;
  650. };
  651. /* End PBXResourcesBuildPhase section */
  652. /* Begin PBXShellScriptBuildPhase section */
  653. F89D8F2820538E36005A6CD1 /* ShellScript */ = {
  654. isa = PBXShellScriptBuildPhase;
  655. buildActionMask = 12;
  656. files = (
  657. );
  658. inputPaths = (
  659. );
  660. outputPaths = (
  661. );
  662. runOnlyForDeploymentPostprocessing = 0;
  663. shellPath = /bin/sh;
  664. shellScript = "bash xcodescript.sh\n";
  665. };
  666. /* End PBXShellScriptBuildPhase section */
  667. /* Begin PBXSourcesBuildPhase section */
  668. 2E6B50961FAE98E6006B6E31 /* Sources */ = {
  669. isa = PBXSourcesBuildPhase;
  670. buildActionMask = 2147483647;
  671. files = (
  672. 2E6B50FE1FAE9B10006B6E31 /* WFCCImageMessageContent.m in Sources */,
  673. 2E6B51001FAE9B10006B6E31 /* WFCCKickoffGroupMemberNotificaionContent.m in Sources */,
  674. 2E6B50C91FAE9B08006B6E31 /* WFCCNetworkStatus.m in Sources */,
  675. 2E6B511A1FAE9B10006B6E31 /* WFCCFriendRequest.m in Sources */,
  676. 2BA6622924CFD23B00E28BC5 /* WFCCGroupMemberMuteNotificationContent.m in Sources */,
  677. 2E6B510C1FAE9B10006B6E31 /* WFCCSoundMessageContent.m in Sources */,
  678. 2FB87C6E243EF0FE0078A199 /* WFCCFriendGreetingMessageContent.m in Sources */,
  679. 90B044461FEFD6BA00AFE79B /* WFCCUnknownMessageContent.m in Sources */,
  680. 2FB87C70243EF0FE0078A199 /* WFCCFriendAddedMessageContent.m in Sources */,
  681. 903EBB8B21357DDF00312C16 /* WFCCStickerMessageContent.m in Sources */,
  682. 2B6336792470DB7E008D6B38 /* WFCCReadReport.m in Sources */,
  683. 2E6B51141FAE9B10006B6E31 /* WFCCConversation.m in Sources */,
  684. 2FEF332621BE93980087B6C2 /* WFCCChannelInfo.m in Sources */,
  685. 2E6B51121FAE9B10006B6E31 /* WFCCUtilities.m in Sources */,
  686. 2E6B51041FAE9B10006B6E31 /* WFCCMessage.m in Sources */,
  687. 2E6B50FC1FAE9B10006B6E31 /* WFCCDismissGroupNotificationContent.m in Sources */,
  688. 2B5FD8792375A55800C41A72 /* WFCCPTextMessageContent.m in Sources */,
  689. 2F19723622C6FC31009F7055 /* WFCCGroupSetManagerNotificationContent.m in Sources */,
  690. 2F3223D62144C5FB0016A2C4 /* WFCCVideoMessageContent.m in Sources */,
  691. 2E6B51181FAE9B10006B6E31 /* WFCCConversationSearchInfo.m in Sources */,
  692. 2E6B50C31FAE9B08006B6E31 /* app_callback.mm in Sources */,
  693. 2BD8D71E24D68FCD00281B81 /* WFCCFileRecord.m in Sources */,
  694. 6ECFB2C720A84C88001F91CB /* WFCCFileMessageContent.m in Sources */,
  695. 2FD9513E243ACF3600EE4F60 /* WFCCPCOnlineInfo.m in Sources */,
  696. 2F1A931B21B250F5006625CD /* WFCCTypingMessageContent.m in Sources */,
  697. 2F7709A22453DCB10020DB77 /* WFCCThingsLostEventContent.m in Sources */,
  698. 2E6B50B81FAE990D006B6E31 /* wavwriter.mm in Sources */,
  699. 2E6B50C71FAE9B08006B6E31 /* WFCCNetworkService.mm in Sources */,
  700. 2B2492EA245D3982007268E3 /* WFCCDeleteMessageContent.m in Sources */,
  701. 2E6B510A1FAE9B10006B6E31 /* WFCCQuitGroupNotificationContent.m in Sources */,
  702. 2E6B51061FAE9B10006B6E31 /* WFCCMessageContent.m in Sources */,
  703. 2E6B50FA1FAE9B10006B6E31 /* WFCCCreateGroupNotificationContent.m in Sources */,
  704. 2E6B50F81FAE9B10006B6E31 /* WFCCAddGroupeMemberNotificationContent.m in Sources */,
  705. 2F7709A12453DCB10020DB77 /* WFCCThingsDataContent.m in Sources */,
  706. 2E6B511E1FAE9B10006B6E31 /* WFCCGroupMember.m in Sources */,
  707. 2F8742DE219C4FED00F65EBA /* WFCCChatroomMemberInfo.m in Sources */,
  708. 90D1F596208D65B500C2A9CA /* WFCCCallStartMessageContent.m in Sources */,
  709. 6ED103DB20AE5C9700D4A59C /* WFCCTipNotificationMessageContent.m in Sources */,
  710. 90E4D1E01FFB0AE200B9A4E4 /* WFCCLocationMessageContent.m in Sources */,
  711. 2E6B51101FAE9B10006B6E31 /* WFCCTransferGroupOwnerNotificationContent.m in Sources */,
  712. 2E6B50C51FAE9B08006B6E31 /* WFCCIMService.mm in Sources */,
  713. 2FF2A46222C4DDF5006A6D4C /* WFCCGroupPrivateChatNotificationContent.m in Sources */,
  714. 2E6B51201FAE9B10006B6E31 /* WFCCUserInfo.m in Sources */,
  715. 2E6B511C1FAE9B10006B6E31 /* WFCCGroupInfo.m in Sources */,
  716. 90B1373D22D9D1CC005F103C /* WFCCGroupJoinTypeNotificationContent.m in Sources */,
  717. 2BC9EDDF24D99CB3004B3F0B /* WFCCGroupMemberAllowNotificationContent.m in Sources */,
  718. 2E6B51161FAE9B10006B6E31 /* WFCCConversationInfo.m in Sources */,
  719. 6E6C69A720B959F100006628 /* WFCCGroupSearchInfo.m in Sources */,
  720. 2E6B50B41FAE990D006B6E31 /* wav_amr.mm in Sources */,
  721. 2F48C9C5214D16250092B167 /* WFCCRecallMessageContent.m in Sources */,
  722. 2B6336752470DAB2008D6B38 /* WFCCDeliveryReport.m in Sources */,
  723. 2F8742E0219C4FED00F65EBA /* WFCCChatroomInfo.m in Sources */,
  724. 2E6B50B51FAE990D006B6E31 /* wavreader.c in Sources */,
  725. 2E6B510E1FAE9B10006B6E31 /* WFCCTextMessageContent.m in Sources */,
  726. 2E6B51081FAE9B10006B6E31 /* WFCCNotificationMessageContent.m in Sources */,
  727. 90F5849A1FFDB39800F7FFA8 /* WFCCChangeGroupPortraitNotificationContent.m in Sources */,
  728. 90B0444B1FEFDC1A00AFE79B /* WFCCChangeGroupNameNotificationContent.m in Sources */,
  729. 90B0444F1FEFDC4D00AFE79B /* WFCCModifyGroupAliasNotificationContent.m in Sources */,
  730. 2E6B51021FAE9B10006B6E31 /* WFCCMediaMessageContent.m in Sources */,
  731. 2FF2A45D22C4DBD1006A6D4C /* WFCCGroupMuteNotificationContent.m in Sources */,
  732. 2F8742DD219C4FED00F65EBA /* WFCCUnreadCount.m in Sources */,
  733. );
  734. runOnlyForDeploymentPostprocessing = 0;
  735. };
  736. /* End PBXSourcesBuildPhase section */
  737. /* Begin XCBuildConfiguration section */
  738. 2E6B50A11FAE98E6006B6E31 /* Debug */ = {
  739. isa = XCBuildConfiguration;
  740. buildSettings = {
  741. ALWAYS_SEARCH_USER_PATHS = NO;
  742. CLANG_ANALYZER_NONNULL = YES;
  743. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  744. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  745. CLANG_CXX_LIBRARY = "libc++";
  746. CLANG_ENABLE_MODULES = YES;
  747. CLANG_ENABLE_OBJC_ARC = YES;
  748. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  749. CLANG_WARN_BOOL_CONVERSION = YES;
  750. CLANG_WARN_COMMA = YES;
  751. CLANG_WARN_CONSTANT_CONVERSION = YES;
  752. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  753. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  754. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  755. CLANG_WARN_EMPTY_BODY = YES;
  756. CLANG_WARN_ENUM_CONVERSION = YES;
  757. CLANG_WARN_INFINITE_RECURSION = YES;
  758. CLANG_WARN_INT_CONVERSION = YES;
  759. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  760. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  761. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  762. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  763. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  764. CLANG_WARN_STRICT_PROTOTYPES = YES;
  765. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  766. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  767. CLANG_WARN_UNREACHABLE_CODE = YES;
  768. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  769. CODE_SIGN_IDENTITY = "iPhone Developer";
  770. COPY_PHASE_STRIP = NO;
  771. CURRENT_PROJECT_VERSION = 1;
  772. DEBUG_INFORMATION_FORMAT = dwarf;
  773. ENABLE_STRICT_OBJC_MSGSEND = YES;
  774. ENABLE_TESTABILITY = YES;
  775. GCC_C_LANGUAGE_STANDARD = gnu11;
  776. GCC_DYNAMIC_NO_PIC = NO;
  777. GCC_NO_COMMON_BLOCKS = YES;
  778. GCC_OPTIMIZATION_LEVEL = 0;
  779. GCC_PREPROCESSOR_DEFINITIONS = (
  780. "DEBUG=1",
  781. "$(inherited)",
  782. );
  783. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  784. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  785. GCC_WARN_UNDECLARED_SELECTOR = YES;
  786. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  787. GCC_WARN_UNUSED_FUNCTION = YES;
  788. GCC_WARN_UNUSED_VARIABLE = YES;
  789. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  790. MTL_ENABLE_DEBUG_INFO = YES;
  791. ONLY_ACTIVE_ARCH = YES;
  792. SDKROOT = iphoneos;
  793. VERSIONING_SYSTEM = "apple-generic";
  794. VERSION_INFO_PREFIX = "";
  795. };
  796. name = Debug;
  797. };
  798. 2E6B50A21FAE98E6006B6E31 /* Release */ = {
  799. isa = XCBuildConfiguration;
  800. buildSettings = {
  801. ALWAYS_SEARCH_USER_PATHS = NO;
  802. CLANG_ANALYZER_NONNULL = YES;
  803. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  804. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  805. CLANG_CXX_LIBRARY = "libc++";
  806. CLANG_ENABLE_MODULES = YES;
  807. CLANG_ENABLE_OBJC_ARC = YES;
  808. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  809. CLANG_WARN_BOOL_CONVERSION = YES;
  810. CLANG_WARN_COMMA = YES;
  811. CLANG_WARN_CONSTANT_CONVERSION = YES;
  812. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  813. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  814. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  815. CLANG_WARN_EMPTY_BODY = YES;
  816. CLANG_WARN_ENUM_CONVERSION = YES;
  817. CLANG_WARN_INFINITE_RECURSION = YES;
  818. CLANG_WARN_INT_CONVERSION = YES;
  819. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  820. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  821. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  822. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  823. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  824. CLANG_WARN_STRICT_PROTOTYPES = YES;
  825. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  826. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  827. CLANG_WARN_UNREACHABLE_CODE = YES;
  828. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  829. CODE_SIGN_IDENTITY = "iPhone Developer";
  830. COPY_PHASE_STRIP = NO;
  831. CURRENT_PROJECT_VERSION = 1;
  832. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  833. ENABLE_NS_ASSERTIONS = NO;
  834. ENABLE_STRICT_OBJC_MSGSEND = YES;
  835. GCC_C_LANGUAGE_STANDARD = gnu11;
  836. GCC_NO_COMMON_BLOCKS = YES;
  837. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  838. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  839. GCC_WARN_UNDECLARED_SELECTOR = YES;
  840. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  841. GCC_WARN_UNUSED_FUNCTION = YES;
  842. GCC_WARN_UNUSED_VARIABLE = YES;
  843. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  844. MTL_ENABLE_DEBUG_INFO = NO;
  845. SDKROOT = iphoneos;
  846. VALIDATE_PRODUCT = YES;
  847. VERSIONING_SYSTEM = "apple-generic";
  848. VERSION_INFO_PREFIX = "";
  849. };
  850. name = Release;
  851. };
  852. 2E6B50A41FAE98E6006B6E31 /* Debug */ = {
  853. isa = XCBuildConfiguration;
  854. buildSettings = {
  855. APPLICATION_EXTENSION_API_ONLY = NO;
  856. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  857. CODE_SIGN_IDENTITY = "";
  858. CODE_SIGN_STYLE = Automatic;
  859. DEFINES_MODULE = NO;
  860. DYLIB_COMPATIBILITY_VERSION = 1;
  861. DYLIB_CURRENT_VERSION = 1;
  862. DYLIB_INSTALL_NAME_BASE = "@rpath";
  863. ENABLE_BITCODE = YES;
  864. FRAMEWORK_SEARCH_PATHS = (
  865. "$(inherited)",
  866. "$(PROJECT_DIR)/WFChatClient/Frameworks",
  867. "$(PROJECT_DIR)/Frameworks",
  868. "$(PROJECT_DIR)/WFChatClient/Proto",
  869. );
  870. HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/WFChatClient/Proto/**";
  871. INFOPLIST_FILE = WFChatClient/Info.plist;
  872. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  873. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  874. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  875. LIBRARY_SEARCH_PATHS = (
  876. "$(inherited)",
  877. "$(PROJECT_DIR)/WFChatClient/amr",
  878. "$(PROJECT_DIR)",
  879. );
  880. MACH_O_TYPE = mh_dylib;
  881. PRODUCT_BUNDLE_IDENTIFIER = cn.wildfirechat.WFChatClient;
  882. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  883. SKIP_INSTALL = YES;
  884. TARGETED_DEVICE_FAMILY = "1,2";
  885. VALID_ARCHS = "arm64 arm64e";
  886. WARNING_CFLAGS = "";
  887. };
  888. name = Debug;
  889. };
  890. 2E6B50A51FAE98E6006B6E31 /* Release */ = {
  891. isa = XCBuildConfiguration;
  892. buildSettings = {
  893. APPLICATION_EXTENSION_API_ONLY = NO;
  894. CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
  895. CODE_SIGN_IDENTITY = "";
  896. CODE_SIGN_STYLE = Automatic;
  897. DEFINES_MODULE = NO;
  898. DYLIB_COMPATIBILITY_VERSION = 1;
  899. DYLIB_CURRENT_VERSION = 1;
  900. DYLIB_INSTALL_NAME_BASE = "@rpath";
  901. ENABLE_BITCODE = YES;
  902. FRAMEWORK_SEARCH_PATHS = (
  903. "$(inherited)",
  904. "$(PROJECT_DIR)/WFChatClient/Frameworks",
  905. "$(PROJECT_DIR)/Frameworks",
  906. "$(PROJECT_DIR)/WFChatClient/Proto",
  907. );
  908. HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/WFChatClient/Proto/**";
  909. INFOPLIST_FILE = WFChatClient/Info.plist;
  910. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  911. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  912. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  913. LIBRARY_SEARCH_PATHS = (
  914. "$(inherited)",
  915. "$(PROJECT_DIR)/WFChatClient/amr",
  916. "$(PROJECT_DIR)",
  917. );
  918. MACH_O_TYPE = mh_dylib;
  919. PRODUCT_BUNDLE_IDENTIFIER = cn.wildfirechat.WFChatClient;
  920. PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
  921. SKIP_INSTALL = YES;
  922. TARGETED_DEVICE_FAMILY = "1,2";
  923. VALID_ARCHS = "arm64 arm64e";
  924. WARNING_CFLAGS = "";
  925. };
  926. name = Release;
  927. };
  928. /* End XCBuildConfiguration section */
  929. /* Begin XCConfigurationList section */
  930. 2E6B50951FAE98E5006B6E31 /* Build configuration list for PBXProject "WFChatClient" */ = {
  931. isa = XCConfigurationList;
  932. buildConfigurations = (
  933. 2E6B50A11FAE98E6006B6E31 /* Debug */,
  934. 2E6B50A21FAE98E6006B6E31 /* Release */,
  935. );
  936. defaultConfigurationIsVisible = 0;
  937. defaultConfigurationName = Release;
  938. };
  939. 2E6B50A31FAE98E6006B6E31 /* Build configuration list for PBXNativeTarget "WFChatClient" */ = {
  940. isa = XCConfigurationList;
  941. buildConfigurations = (
  942. 2E6B50A41FAE98E6006B6E31 /* Debug */,
  943. 2E6B50A51FAE98E6006B6E31 /* Release */,
  944. );
  945. defaultConfigurationIsVisible = 0;
  946. defaultConfigurationName = Release;
  947. };
  948. /* End XCConfigurationList section */
  949. };
  950. rootObject = 2E6B50921FAE98E5006B6E31 /* Project object */;
  951. }