project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 051FF7BC192CE3CC00C43A06 /* IAPWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = 051FF7BB192CE3CC00C43A06 /* IAPWrapper.mm */; };
  10. 059B0A7E19864CE1004B06D4 /* FacebookAgent.mm in Sources */ = {isa = PBXBuildFile; fileRef = 059B0A7D19864CE1004B06D4 /* FacebookAgent.mm */; };
  11. 05AB25181988F62000D00E8E /* ParseUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB25171988F62000D00E8E /* ParseUtils.m */; };
  12. BA1BF842195A6FC100B47F4E /* AgentManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = BA1BF841195A6FC100B47F4E /* AgentManager.mm */; };
  13. FA09A325168ADBC2008C1C7B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA09A324168ADBC2008C1C7B /* Foundation.framework */; };
  14. FA09A33E168ADC1F008C1C7B /* PluginManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA09A33C168ADC1F008C1C7B /* PluginManager.cpp */; };
  15. FA8CC1E6173754CF00464206 /* PluginUtilsIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA8CC1E5173754CF00464206 /* PluginUtilsIOS.mm */; };
  16. FA8CC2041737A3CE00464206 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8CC2031737A3CE00464206 /* CoreFoundation.framework */; };
  17. FA8CC208173894F000464206 /* ProtocolAds.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA8CC205173894F000464206 /* ProtocolAds.mm */; };
  18. FA8CC209173894F000464206 /* ProtocolAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA8CC206173894F000464206 /* ProtocolAnalytics.mm */; };
  19. FA8CC20A173894F000464206 /* ProtocolIAP.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA8CC207173894F000464206 /* ProtocolIAP.mm */; };
  20. FAB6DF961755D7E500C90D89 /* PluginParam.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FAB6DF951755D7E500C90D89 /* PluginParam.cpp */; };
  21. FAB6DF981755D82F00C90D89 /* PluginFactory.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAB6DF971755D82F00C90D89 /* PluginFactory.mm */; };
  22. FAB6DF9A1755D93600C90D89 /* PluginProtocol.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAB6DF991755D93600C90D89 /* PluginProtocol.mm */; };
  23. FAC2A7F91777F8C200035D22 /* ProtocolShare.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAC2A7F61777F8C200035D22 /* ProtocolShare.mm */; };
  24. FAC2A7FA1777F8C200035D22 /* ShareWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAC2A7F81777F8C200035D22 /* ShareWrapper.mm */; };
  25. FAD55520177D1FA900968F54 /* ProtocolUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAD5551D177D1FA900968F54 /* ProtocolUser.mm */; };
  26. FAD55521177D1FA900968F54 /* UserWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAD5551F177D1FA900968F54 /* UserWrapper.mm */; };
  27. FADBF89B179E509500F59B1D /* ProtocolSocial.mm in Sources */ = {isa = PBXBuildFile; fileRef = FADBF898179E509500F59B1D /* ProtocolSocial.mm */; };
  28. FADBF89C179E509500F59B1D /* SocialWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FADBF89A179E509500F59B1D /* SocialWrapper.mm */; };
  29. FADC44CA176EABCF00B2D5ED /* AdsWrapper.mm in Sources */ = {isa = PBXBuildFile; fileRef = FADC44C9176EABCF00B2D5ED /* AdsWrapper.mm */; };
  30. /* End PBXBuildFile section */
  31. /* Begin PBXCopyFilesBuildPhase section */
  32. FA09A31F168ADBC2008C1C7B /* CopyFiles */ = {
  33. isa = PBXCopyFilesBuildPhase;
  34. buildActionMask = 2147483647;
  35. dstPath = "include/${PRODUCT_NAME}";
  36. dstSubfolderSpec = 16;
  37. files = (
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXCopyFilesBuildPhase section */
  42. /* Begin PBXFileReference section */
  43. 051FF7BA192CE3CC00C43A06 /* IAPWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IAPWrapper.h; sourceTree = "<group>"; };
  44. 051FF7BB192CE3CC00C43A06 /* IAPWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = IAPWrapper.mm; sourceTree = "<group>"; };
  45. 059B0A79198649F0004B06D4 /* FacebookAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FacebookAgent.h; sourceTree = "<group>"; };
  46. 059B0A7D19864CE1004B06D4 /* FacebookAgent.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FacebookAgent.mm; sourceTree = "<group>"; };
  47. 05AB25161988F62000D00E8E /* ParseUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParseUtils.h; sourceTree = "<group>"; };
  48. 05AB25171988F62000D00E8E /* ParseUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ParseUtils.m; sourceTree = "<group>"; };
  49. BA1BF7FE195962C400B47F4E /* AgentManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AgentManager.h; sourceTree = "<group>"; };
  50. BA1BF841195A6FC100B47F4E /* AgentManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AgentManager.mm; sourceTree = "<group>"; };
  51. FA09A321168ADBC2008C1C7B /* libPluginProtocol.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPluginProtocol.a; sourceTree = BUILT_PRODUCTS_DIR; };
  52. FA09A324168ADBC2008C1C7B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  53. FA09A337168ADC05008C1C7B /* PluginManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginManager.h; sourceTree = "<group>"; };
  54. FA09A338168ADC05008C1C7B /* PluginProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginProtocol.h; sourceTree = "<group>"; };
  55. FA09A339168ADC05008C1C7B /* ProtocolAnalytics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProtocolAnalytics.h; sourceTree = "<group>"; };
  56. FA09A33A168ADC05008C1C7B /* ProtocolIAP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProtocolIAP.h; sourceTree = "<group>"; };
  57. FA09A33C168ADC1F008C1C7B /* PluginManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PluginManager.cpp; path = ../PluginManager.cpp; sourceTree = "<group>"; };
  58. FA7C6C971724E4DD008A0ECC /* ProtocolAds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProtocolAds.h; sourceTree = "<group>"; };
  59. FA8CC1E4173754CF00464206 /* PluginUtilsIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginUtilsIOS.h; sourceTree = "<group>"; };
  60. FA8CC1E5173754CF00464206 /* PluginUtilsIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PluginUtilsIOS.mm; sourceTree = "<group>"; };
  61. FA8CC2031737A3CE00464206 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
  62. FA8CC205173894F000464206 /* ProtocolAds.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ProtocolAds.mm; sourceTree = "<group>"; };
  63. FA8CC206173894F000464206 /* ProtocolAnalytics.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ProtocolAnalytics.mm; sourceTree = "<group>"; };
  64. FA8CC207173894F000464206 /* ProtocolIAP.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ProtocolIAP.mm; sourceTree = "<group>"; };
  65. FA8CC21B1739E86E00464206 /* InterfaceAds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InterfaceAds.h; sourceTree = "<group>"; };
  66. FA8CC21C1739E86E00464206 /* InterfaceAnalytics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InterfaceAnalytics.h; sourceTree = "<group>"; };
  67. FA8CC21D1739E86E00464206 /* InterfaceIAP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InterfaceIAP.h; sourceTree = "<group>"; };
  68. FAB6DF931755D7D100C90D89 /* PluginFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginFactory.h; sourceTree = "<group>"; };
  69. FAB6DF941755D7D100C90D89 /* PluginParam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginParam.h; sourceTree = "<group>"; };
  70. FAB6DF951755D7E500C90D89 /* PluginParam.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PluginParam.cpp; path = ../PluginParam.cpp; sourceTree = "<group>"; };
  71. FAB6DF971755D82F00C90D89 /* PluginFactory.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PluginFactory.mm; sourceTree = "<group>"; };
  72. FAB6DF991755D93600C90D89 /* PluginProtocol.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PluginProtocol.mm; sourceTree = "<group>"; };
  73. FAB6DFCD1755EF8E00C90D89 /* PluginOCMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginOCMacros.h; sourceTree = "<group>"; };
  74. FAC2A7F41777F88700035D22 /* ProtocolShare.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProtocolShare.h; sourceTree = "<group>"; };
  75. FAC2A7F51777F8C200035D22 /* InterfaceShare.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InterfaceShare.h; sourceTree = "<group>"; };
  76. FAC2A7F61777F8C200035D22 /* ProtocolShare.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ProtocolShare.mm; sourceTree = "<group>"; };
  77. FAC2A7F71777F8C200035D22 /* ShareWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShareWrapper.h; sourceTree = "<group>"; };
  78. FAC2A7F81777F8C200035D22 /* ShareWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ShareWrapper.mm; sourceTree = "<group>"; };
  79. FAD5551C177D1FA900968F54 /* InterfaceUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InterfaceUser.h; sourceTree = "<group>"; };
  80. FAD5551D177D1FA900968F54 /* ProtocolUser.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ProtocolUser.mm; sourceTree = "<group>"; };
  81. FAD5551E177D1FA900968F54 /* UserWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserWrapper.h; sourceTree = "<group>"; };
  82. FAD5551F177D1FA900968F54 /* UserWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = UserWrapper.mm; sourceTree = "<group>"; };
  83. FAD55522177D213F00968F54 /* ProtocolUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProtocolUser.h; sourceTree = "<group>"; };
  84. FADBF896179E504B00F59B1D /* ProtocolSocial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProtocolSocial.h; sourceTree = "<group>"; };
  85. FADBF897179E509500F59B1D /* InterfaceSocial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InterfaceSocial.h; sourceTree = "<group>"; };
  86. FADBF898179E509500F59B1D /* ProtocolSocial.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ProtocolSocial.mm; sourceTree = "<group>"; };
  87. FADBF899179E509500F59B1D /* SocialWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SocialWrapper.h; sourceTree = "<group>"; };
  88. FADBF89A179E509500F59B1D /* SocialWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SocialWrapper.mm; sourceTree = "<group>"; };
  89. FADC44C8176EABCF00B2D5ED /* AdsWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdsWrapper.h; sourceTree = "<group>"; };
  90. FADC44C9176EABCF00B2D5ED /* AdsWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AdsWrapper.mm; sourceTree = "<group>"; };
  91. /* End PBXFileReference section */
  92. /* Begin PBXFrameworksBuildPhase section */
  93. FA09A31E168ADBC2008C1C7B /* Frameworks */ = {
  94. isa = PBXFrameworksBuildPhase;
  95. buildActionMask = 2147483647;
  96. files = (
  97. FA8CC2041737A3CE00464206 /* CoreFoundation.framework in Frameworks */,
  98. FA09A325168ADBC2008C1C7B /* Foundation.framework in Frameworks */,
  99. );
  100. runOnlyForDeploymentPostprocessing = 0;
  101. };
  102. /* End PBXFrameworksBuildPhase section */
  103. /* Begin PBXGroup section */
  104. FA09A316168ADBC2008C1C7B = {
  105. isa = PBXGroup;
  106. children = (
  107. FAB6DF951755D7E500C90D89 /* PluginParam.cpp */,
  108. FA0CB8B5168D3CC200E36B11 /* ios */,
  109. FA09A33C168ADC1F008C1C7B /* PluginManager.cpp */,
  110. FA09A336168ADC05008C1C7B /* include */,
  111. FA09A323168ADBC2008C1C7B /* Frameworks */,
  112. FA09A322168ADBC2008C1C7B /* Products */,
  113. );
  114. sourceTree = "<group>";
  115. };
  116. FA09A322168ADBC2008C1C7B /* Products */ = {
  117. isa = PBXGroup;
  118. children = (
  119. FA09A321168ADBC2008C1C7B /* libPluginProtocol.a */,
  120. );
  121. name = Products;
  122. sourceTree = "<group>";
  123. };
  124. FA09A323168ADBC2008C1C7B /* Frameworks */ = {
  125. isa = PBXGroup;
  126. children = (
  127. FA8CC2031737A3CE00464206 /* CoreFoundation.framework */,
  128. FA09A324168ADBC2008C1C7B /* Foundation.framework */,
  129. );
  130. name = Frameworks;
  131. sourceTree = "<group>";
  132. };
  133. FA09A336168ADC05008C1C7B /* include */ = {
  134. isa = PBXGroup;
  135. children = (
  136. 059B0A79198649F0004B06D4 /* FacebookAgent.h */,
  137. BA1BF7FE195962C400B47F4E /* AgentManager.h */,
  138. FADBF896179E504B00F59B1D /* ProtocolSocial.h */,
  139. FAD55522177D213F00968F54 /* ProtocolUser.h */,
  140. FAC2A7F41777F88700035D22 /* ProtocolShare.h */,
  141. FAB6DF931755D7D100C90D89 /* PluginFactory.h */,
  142. FAB6DF941755D7D100C90D89 /* PluginParam.h */,
  143. FA09A337168ADC05008C1C7B /* PluginManager.h */,
  144. FA09A338168ADC05008C1C7B /* PluginProtocol.h */,
  145. FA7C6C971724E4DD008A0ECC /* ProtocolAds.h */,
  146. FA09A339168ADC05008C1C7B /* ProtocolAnalytics.h */,
  147. FA09A33A168ADC05008C1C7B /* ProtocolIAP.h */,
  148. );
  149. name = include;
  150. path = ../include;
  151. sourceTree = "<group>";
  152. };
  153. FA0CB8B5168D3CC200E36B11 /* ios */ = {
  154. isa = PBXGroup;
  155. children = (
  156. 059B0A7D19864CE1004B06D4 /* FacebookAgent.mm */,
  157. BA1BF841195A6FC100B47F4E /* AgentManager.mm */,
  158. 051FF7BA192CE3CC00C43A06 /* IAPWrapper.h */,
  159. FADBF897179E509500F59B1D /* InterfaceSocial.h */,
  160. 051FF7BB192CE3CC00C43A06 /* IAPWrapper.mm */,
  161. FADBF898179E509500F59B1D /* ProtocolSocial.mm */,
  162. FADBF899179E509500F59B1D /* SocialWrapper.h */,
  163. FADBF89A179E509500F59B1D /* SocialWrapper.mm */,
  164. FAD5551D177D1FA900968F54 /* ProtocolUser.mm */,
  165. FAD5551C177D1FA900968F54 /* InterfaceUser.h */,
  166. FAD5551E177D1FA900968F54 /* UserWrapper.h */,
  167. FAD5551F177D1FA900968F54 /* UserWrapper.mm */,
  168. FAC2A7F51777F8C200035D22 /* InterfaceShare.h */,
  169. FAC2A7F61777F8C200035D22 /* ProtocolShare.mm */,
  170. FAC2A7F71777F8C200035D22 /* ShareWrapper.h */,
  171. FAC2A7F81777F8C200035D22 /* ShareWrapper.mm */,
  172. FADC44C8176EABCF00B2D5ED /* AdsWrapper.h */,
  173. FADC44C9176EABCF00B2D5ED /* AdsWrapper.mm */,
  174. FAB6DFCD1755EF8E00C90D89 /* PluginOCMacros.h */,
  175. FAB6DF991755D93600C90D89 /* PluginProtocol.mm */,
  176. FAB6DF971755D82F00C90D89 /* PluginFactory.mm */,
  177. FA8CC21B1739E86E00464206 /* InterfaceAds.h */,
  178. FA8CC21C1739E86E00464206 /* InterfaceAnalytics.h */,
  179. FA8CC21D1739E86E00464206 /* InterfaceIAP.h */,
  180. FA8CC205173894F000464206 /* ProtocolAds.mm */,
  181. FA8CC206173894F000464206 /* ProtocolAnalytics.mm */,
  182. FA8CC207173894F000464206 /* ProtocolIAP.mm */,
  183. FA8CC1E4173754CF00464206 /* PluginUtilsIOS.h */,
  184. FA8CC1E5173754CF00464206 /* PluginUtilsIOS.mm */,
  185. 05AB25161988F62000D00E8E /* ParseUtils.h */,
  186. 05AB25171988F62000D00E8E /* ParseUtils.m */,
  187. );
  188. name = ios;
  189. path = ../platform/ios;
  190. sourceTree = "<group>";
  191. };
  192. /* End PBXGroup section */
  193. /* Begin PBXNativeTarget section */
  194. FA09A320168ADBC2008C1C7B /* PluginProtocol */ = {
  195. isa = PBXNativeTarget;
  196. buildConfigurationList = FA09A32F168ADBC2008C1C7B /* Build configuration list for PBXNativeTarget "PluginProtocol" */;
  197. buildPhases = (
  198. FA09A31D168ADBC2008C1C7B /* Sources */,
  199. FA09A31E168ADBC2008C1C7B /* Frameworks */,
  200. FA09A31F168ADBC2008C1C7B /* CopyFiles */,
  201. );
  202. buildRules = (
  203. );
  204. dependencies = (
  205. );
  206. name = PluginProtocol;
  207. productName = PluginProtocol;
  208. productReference = FA09A321168ADBC2008C1C7B /* libPluginProtocol.a */;
  209. productType = "com.apple.product-type.library.static";
  210. };
  211. /* End PBXNativeTarget section */
  212. /* Begin PBXProject section */
  213. FA09A318168ADBC2008C1C7B /* Project object */ = {
  214. isa = PBXProject;
  215. attributes = {
  216. LastUpgradeCheck = 0510;
  217. ORGANIZATIONNAME = zhangbin;
  218. };
  219. buildConfigurationList = FA09A31B168ADBC2008C1C7B /* Build configuration list for PBXProject "PluginProtocol" */;
  220. compatibilityVersion = "Xcode 3.2";
  221. developmentRegion = English;
  222. hasScannedForEncodings = 0;
  223. knownRegions = (
  224. en,
  225. );
  226. mainGroup = FA09A316168ADBC2008C1C7B;
  227. productRefGroup = FA09A322168ADBC2008C1C7B /* Products */;
  228. projectDirPath = "";
  229. projectRoot = "";
  230. targets = (
  231. FA09A320168ADBC2008C1C7B /* PluginProtocol */,
  232. );
  233. };
  234. /* End PBXProject section */
  235. /* Begin PBXSourcesBuildPhase section */
  236. FA09A31D168ADBC2008C1C7B /* Sources */ = {
  237. isa = PBXSourcesBuildPhase;
  238. buildActionMask = 2147483647;
  239. files = (
  240. 051FF7BC192CE3CC00C43A06 /* IAPWrapper.mm in Sources */,
  241. FA09A33E168ADC1F008C1C7B /* PluginManager.cpp in Sources */,
  242. FA8CC1E6173754CF00464206 /* PluginUtilsIOS.mm in Sources */,
  243. FA8CC208173894F000464206 /* ProtocolAds.mm in Sources */,
  244. FA8CC209173894F000464206 /* ProtocolAnalytics.mm in Sources */,
  245. FA8CC20A173894F000464206 /* ProtocolIAP.mm in Sources */,
  246. FAB6DF961755D7E500C90D89 /* PluginParam.cpp in Sources */,
  247. FAB6DF981755D82F00C90D89 /* PluginFactory.mm in Sources */,
  248. 059B0A7E19864CE1004B06D4 /* FacebookAgent.mm in Sources */,
  249. FAB6DF9A1755D93600C90D89 /* PluginProtocol.mm in Sources */,
  250. FADC44CA176EABCF00B2D5ED /* AdsWrapper.mm in Sources */,
  251. FAC2A7F91777F8C200035D22 /* ProtocolShare.mm in Sources */,
  252. FAC2A7FA1777F8C200035D22 /* ShareWrapper.mm in Sources */,
  253. FAD55520177D1FA900968F54 /* ProtocolUser.mm in Sources */,
  254. FAD55521177D1FA900968F54 /* UserWrapper.mm in Sources */,
  255. BA1BF842195A6FC100B47F4E /* AgentManager.mm in Sources */,
  256. FADBF89B179E509500F59B1D /* ProtocolSocial.mm in Sources */,
  257. 05AB25181988F62000D00E8E /* ParseUtils.m in Sources */,
  258. FADBF89C179E509500F59B1D /* SocialWrapper.mm in Sources */,
  259. );
  260. runOnlyForDeploymentPostprocessing = 0;
  261. };
  262. /* End PBXSourcesBuildPhase section */
  263. /* Begin XCBuildConfiguration section */
  264. FA09A32D168ADBC2008C1C7B /* Debug */ = {
  265. isa = XCBuildConfiguration;
  266. buildSettings = {
  267. ALWAYS_SEARCH_USER_PATHS = NO;
  268. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  269. CLANG_CXX_LIBRARY = "libc++";
  270. CLANG_WARN_BOOL_CONVERSION = YES;
  271. CLANG_WARN_CONSTANT_CONVERSION = YES;
  272. CLANG_WARN_EMPTY_BODY = YES;
  273. CLANG_WARN_ENUM_CONVERSION = YES;
  274. CLANG_WARN_INT_CONVERSION = YES;
  275. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  276. COPY_PHASE_STRIP = NO;
  277. GCC_C_LANGUAGE_STANDARD = gnu99;
  278. GCC_DYNAMIC_NO_PIC = NO;
  279. GCC_OPTIMIZATION_LEVEL = 0;
  280. GCC_PREPROCESSOR_DEFINITIONS = (
  281. "DEBUG=1",
  282. "$(inherited)",
  283. );
  284. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  285. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  286. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  287. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  288. GCC_WARN_UNDECLARED_SELECTOR = YES;
  289. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  290. GCC_WARN_UNUSED_FUNCTION = YES;
  291. GCC_WARN_UNUSED_VARIABLE = YES;
  292. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  293. ONLY_ACTIVE_ARCH = YES;
  294. SDKROOT = iphoneos;
  295. };
  296. name = Debug;
  297. };
  298. FA09A32E168ADBC2008C1C7B /* Release */ = {
  299. isa = XCBuildConfiguration;
  300. buildSettings = {
  301. ALWAYS_SEARCH_USER_PATHS = NO;
  302. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  303. CLANG_CXX_LIBRARY = "libc++";
  304. CLANG_WARN_BOOL_CONVERSION = YES;
  305. CLANG_WARN_CONSTANT_CONVERSION = YES;
  306. CLANG_WARN_EMPTY_BODY = YES;
  307. CLANG_WARN_ENUM_CONVERSION = YES;
  308. CLANG_WARN_INT_CONVERSION = YES;
  309. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  310. COPY_PHASE_STRIP = YES;
  311. GCC_C_LANGUAGE_STANDARD = gnu99;
  312. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  313. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  314. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  315. GCC_WARN_UNDECLARED_SELECTOR = YES;
  316. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  317. GCC_WARN_UNUSED_FUNCTION = YES;
  318. GCC_WARN_UNUSED_VARIABLE = YES;
  319. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  320. SDKROOT = iphoneos;
  321. VALIDATE_PRODUCT = YES;
  322. };
  323. name = Release;
  324. };
  325. FA09A330168ADBC2008C1C7B /* Debug */ = {
  326. isa = XCBuildConfiguration;
  327. buildSettings = {
  328. CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
  329. CLANG_CXX_LIBRARY = "libc++";
  330. DSTROOT = /tmp/PluginProtocol.dst;
  331. GCC_C_LANGUAGE_STANDARD = c99;
  332. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  333. GCC_PREFIX_HEADER = "PluginProtocol-Prefix.pch";
  334. IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
  335. ONLY_ACTIVE_ARCH = NO;
  336. OTHER_LDFLAGS = "-ObjC";
  337. PRODUCT_NAME = "$(TARGET_NAME)";
  338. SKIP_INSTALL = YES;
  339. VALID_ARCHS = "arm64 armv7";
  340. };
  341. name = Debug;
  342. };
  343. FA09A331168ADBC2008C1C7B /* Release */ = {
  344. isa = XCBuildConfiguration;
  345. buildSettings = {
  346. CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
  347. CLANG_CXX_LIBRARY = "libc++";
  348. DSTROOT = /tmp/PluginProtocol.dst;
  349. GCC_C_LANGUAGE_STANDARD = c99;
  350. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  351. GCC_PREFIX_HEADER = "PluginProtocol-Prefix.pch";
  352. IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
  353. OTHER_LDFLAGS = "-ObjC";
  354. PRODUCT_NAME = "$(TARGET_NAME)";
  355. SKIP_INSTALL = YES;
  356. VALID_ARCHS = "arm64 armv7";
  357. };
  358. name = Release;
  359. };
  360. /* End XCBuildConfiguration section */
  361. /* Begin XCConfigurationList section */
  362. FA09A31B168ADBC2008C1C7B /* Build configuration list for PBXProject "PluginProtocol" */ = {
  363. isa = XCConfigurationList;
  364. buildConfigurations = (
  365. FA09A32D168ADBC2008C1C7B /* Debug */,
  366. FA09A32E168ADBC2008C1C7B /* Release */,
  367. );
  368. defaultConfigurationIsVisible = 0;
  369. defaultConfigurationName = Release;
  370. };
  371. FA09A32F168ADBC2008C1C7B /* Build configuration list for PBXNativeTarget "PluginProtocol" */ = {
  372. isa = XCConfigurationList;
  373. buildConfigurations = (
  374. FA09A330168ADBC2008C1C7B /* Debug */,
  375. FA09A331168ADBC2008C1C7B /* Release */,
  376. );
  377. defaultConfigurationIsVisible = 0;
  378. defaultConfigurationName = Release;
  379. };
  380. /* End XCConfigurationList section */
  381. };
  382. rootObject = FA09A318168ADBC2008C1C7B /* Project object */;
  383. }