project.pbxproj 64 KB

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