project.pbxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. BA0613B81AC23D47003118D6 /* FacebookSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA0613B71AC23D47003118D6 /* FacebookSDK.framework */; };
  10. BA34A761195AA8C7002D0ECD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BA34A760195AA8C7002D0ECD /* Foundation.framework */; };
  11. BA34A79E195AA939002D0ECD /* ShareFacebook.m in Sources */ = {isa = PBXBuildFile; fileRef = BA34A79B195AA939002D0ECD /* ShareFacebook.m */; };
  12. BA34A79F195AA939002D0ECD /* UserFacebook.m in Sources */ = {isa = PBXBuildFile; fileRef = BA34A79D195AA939002D0ECD /* UserFacebook.m */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXCopyFilesBuildPhase section */
  15. BA34A75B195AA8C7002D0ECD /* CopyFiles */ = {
  16. isa = PBXCopyFilesBuildPhase;
  17. buildActionMask = 2147483647;
  18. dstPath = "include/$(PRODUCT_NAME)";
  19. dstSubfolderSpec = 16;
  20. files = (
  21. );
  22. runOnlyForDeploymentPostprocessing = 0;
  23. };
  24. /* End PBXCopyFilesBuildPhase section */
  25. /* Begin PBXFileReference section */
  26. BA0613B71AC23D47003118D6 /* FacebookSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = FacebookSDK.framework; sourceTree = "<group>"; };
  27. BA34A75D195AA8C7002D0ECD /* libPluginFacebook.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPluginFacebook.a; sourceTree = BUILT_PRODUCTS_DIR; };
  28. BA34A760195AA8C7002D0ECD /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  29. BA34A764195AA8C7002D0ECD /* PluginFacebook-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PluginFacebook-Prefix.pch"; sourceTree = "<group>"; };
  30. BA34A79A195AA939002D0ECD /* ShareFacebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShareFacebook.h; sourceTree = "<group>"; };
  31. BA34A79B195AA939002D0ECD /* ShareFacebook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShareFacebook.m; sourceTree = "<group>"; };
  32. BA34A79C195AA939002D0ECD /* UserFacebook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserFacebook.h; sourceTree = "<group>"; };
  33. BA34A79D195AA939002D0ECD /* UserFacebook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserFacebook.m; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. BA34A75A195AA8C7002D0ECD /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. BA34A761195AA8C7002D0ECD /* Foundation.framework in Frameworks */,
  41. BA0613B81AC23D47003118D6 /* FacebookSDK.framework in Frameworks */,
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. /* End PBXFrameworksBuildPhase section */
  46. /* Begin PBXGroup section */
  47. BA34A754195AA8C7002D0ECD = {
  48. isa = PBXGroup;
  49. children = (
  50. BA34A762195AA8C7002D0ECD /* PluginFacebook */,
  51. BA34A75F195AA8C7002D0ECD /* Frameworks */,
  52. BA34A75E195AA8C7002D0ECD /* Products */,
  53. );
  54. sourceTree = "<group>";
  55. };
  56. BA34A75E195AA8C7002D0ECD /* Products */ = {
  57. isa = PBXGroup;
  58. children = (
  59. BA34A75D195AA8C7002D0ECD /* libPluginFacebook.a */,
  60. );
  61. name = Products;
  62. sourceTree = "<group>";
  63. };
  64. BA34A75F195AA8C7002D0ECD /* Frameworks */ = {
  65. isa = PBXGroup;
  66. children = (
  67. BA0613B71AC23D47003118D6 /* FacebookSDK.framework */,
  68. BA34A760195AA8C7002D0ECD /* Foundation.framework */,
  69. );
  70. name = Frameworks;
  71. sourceTree = "<group>";
  72. };
  73. BA34A762195AA8C7002D0ECD /* PluginFacebook */ = {
  74. isa = PBXGroup;
  75. children = (
  76. BA34A79A195AA939002D0ECD /* ShareFacebook.h */,
  77. BA34A79B195AA939002D0ECD /* ShareFacebook.m */,
  78. BA34A79C195AA939002D0ECD /* UserFacebook.h */,
  79. BA34A79D195AA939002D0ECD /* UserFacebook.m */,
  80. BA34A763195AA8C7002D0ECD /* Supporting Files */,
  81. );
  82. path = PluginFacebook;
  83. sourceTree = "<group>";
  84. };
  85. BA34A763195AA8C7002D0ECD /* Supporting Files */ = {
  86. isa = PBXGroup;
  87. children = (
  88. BA34A764195AA8C7002D0ECD /* PluginFacebook-Prefix.pch */,
  89. );
  90. name = "Supporting Files";
  91. sourceTree = "<group>";
  92. };
  93. /* End PBXGroup section */
  94. /* Begin PBXNativeTarget section */
  95. BA34A75C195AA8C7002D0ECD /* PluginFacebook */ = {
  96. isa = PBXNativeTarget;
  97. buildConfigurationList = BA34A780195AA8C7002D0ECD /* Build configuration list for PBXNativeTarget "PluginFacebook" */;
  98. buildPhases = (
  99. BA34A759195AA8C7002D0ECD /* Sources */,
  100. BA34A75A195AA8C7002D0ECD /* Frameworks */,
  101. BA34A75B195AA8C7002D0ECD /* CopyFiles */,
  102. );
  103. buildRules = (
  104. );
  105. dependencies = (
  106. );
  107. name = PluginFacebook;
  108. productName = PluginFacebook;
  109. productReference = BA34A75D195AA8C7002D0ECD /* libPluginFacebook.a */;
  110. productType = "com.apple.product-type.library.static";
  111. };
  112. /* End PBXNativeTarget section */
  113. /* Begin PBXProject section */
  114. BA34A755195AA8C7002D0ECD /* Project object */ = {
  115. isa = PBXProject;
  116. attributes = {
  117. LastUpgradeCheck = 0510;
  118. ORGANIZATIONNAME = "Cocos2d-x";
  119. };
  120. buildConfigurationList = BA34A758195AA8C7002D0ECD /* Build configuration list for PBXProject "PluginFacebook" */;
  121. compatibilityVersion = "Xcode 3.2";
  122. developmentRegion = English;
  123. hasScannedForEncodings = 0;
  124. knownRegions = (
  125. en,
  126. );
  127. mainGroup = BA34A754195AA8C7002D0ECD;
  128. productRefGroup = BA34A75E195AA8C7002D0ECD /* Products */;
  129. projectDirPath = "";
  130. projectRoot = "";
  131. targets = (
  132. BA34A75C195AA8C7002D0ECD /* PluginFacebook */,
  133. );
  134. };
  135. /* End PBXProject section */
  136. /* Begin PBXSourcesBuildPhase section */
  137. BA34A759195AA8C7002D0ECD /* Sources */ = {
  138. isa = PBXSourcesBuildPhase;
  139. buildActionMask = 2147483647;
  140. files = (
  141. BA34A79F195AA939002D0ECD /* UserFacebook.m in Sources */,
  142. BA34A79E195AA939002D0ECD /* ShareFacebook.m in Sources */,
  143. );
  144. runOnlyForDeploymentPostprocessing = 0;
  145. };
  146. /* End PBXSourcesBuildPhase section */
  147. /* Begin XCBuildConfiguration section */
  148. BA34A77E195AA8C7002D0ECD /* Debug */ = {
  149. isa = XCBuildConfiguration;
  150. buildSettings = {
  151. ALWAYS_SEARCH_USER_PATHS = NO;
  152. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  153. CLANG_CXX_LIBRARY = "libc++";
  154. CLANG_ENABLE_MODULES = YES;
  155. CLANG_ENABLE_OBJC_ARC = YES;
  156. CLANG_WARN_BOOL_CONVERSION = YES;
  157. CLANG_WARN_CONSTANT_CONVERSION = YES;
  158. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  159. CLANG_WARN_EMPTY_BODY = YES;
  160. CLANG_WARN_ENUM_CONVERSION = YES;
  161. CLANG_WARN_INT_CONVERSION = YES;
  162. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  163. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  164. COPY_PHASE_STRIP = NO;
  165. GCC_C_LANGUAGE_STANDARD = gnu99;
  166. GCC_DYNAMIC_NO_PIC = NO;
  167. GCC_OPTIMIZATION_LEVEL = 0;
  168. GCC_PREPROCESSOR_DEFINITIONS = (
  169. "DEBUG=1",
  170. "$(inherited)",
  171. );
  172. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  173. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  174. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  175. GCC_WARN_UNDECLARED_SELECTOR = YES;
  176. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  177. GCC_WARN_UNUSED_FUNCTION = YES;
  178. GCC_WARN_UNUSED_VARIABLE = YES;
  179. IPHONEOS_DEPLOYMENT_TARGET = 7.1;
  180. ONLY_ACTIVE_ARCH = YES;
  181. SDKROOT = iphoneos;
  182. };
  183. name = Debug;
  184. };
  185. BA34A77F195AA8C7002D0ECD /* Release */ = {
  186. isa = XCBuildConfiguration;
  187. buildSettings = {
  188. ALWAYS_SEARCH_USER_PATHS = NO;
  189. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  190. CLANG_CXX_LIBRARY = "libc++";
  191. CLANG_ENABLE_MODULES = YES;
  192. CLANG_ENABLE_OBJC_ARC = YES;
  193. CLANG_WARN_BOOL_CONVERSION = YES;
  194. CLANG_WARN_CONSTANT_CONVERSION = YES;
  195. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  196. CLANG_WARN_EMPTY_BODY = YES;
  197. CLANG_WARN_ENUM_CONVERSION = YES;
  198. CLANG_WARN_INT_CONVERSION = YES;
  199. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  200. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  201. COPY_PHASE_STRIP = YES;
  202. ENABLE_NS_ASSERTIONS = NO;
  203. GCC_C_LANGUAGE_STANDARD = gnu99;
  204. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  205. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  206. GCC_WARN_UNDECLARED_SELECTOR = YES;
  207. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  208. GCC_WARN_UNUSED_FUNCTION = YES;
  209. GCC_WARN_UNUSED_VARIABLE = YES;
  210. IPHONEOS_DEPLOYMENT_TARGET = 7.1;
  211. SDKROOT = iphoneos;
  212. VALIDATE_PRODUCT = YES;
  213. };
  214. name = Release;
  215. };
  216. BA34A781195AA8C7002D0ECD /* Debug */ = {
  217. isa = XCBuildConfiguration;
  218. buildSettings = {
  219. DSTROOT = /tmp/PluginFacebook.dst;
  220. FRAMEWORK_SEARCH_PATHS = (
  221. "$(inherited)",
  222. "$(PROJECT_DIR)",
  223. );
  224. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  225. GCC_PREFIX_HEADER = "PluginFacebook/PluginFacebook-Prefix.pch";
  226. HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../protocols/platform/ios";
  227. OTHER_LDFLAGS = "-ObjC";
  228. PRODUCT_NAME = "$(TARGET_NAME)";
  229. SKIP_INSTALL = YES;
  230. VALID_ARCHS = "arm64 armv7";
  231. };
  232. name = Debug;
  233. };
  234. BA34A782195AA8C7002D0ECD /* Release */ = {
  235. isa = XCBuildConfiguration;
  236. buildSettings = {
  237. DSTROOT = /tmp/PluginFacebook.dst;
  238. FRAMEWORK_SEARCH_PATHS = (
  239. "$(inherited)",
  240. "$(PROJECT_DIR)",
  241. );
  242. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  243. GCC_PREFIX_HEADER = "PluginFacebook/PluginFacebook-Prefix.pch";
  244. HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../protocols/platform/ios";
  245. OTHER_LDFLAGS = "-ObjC";
  246. PRODUCT_NAME = "$(TARGET_NAME)";
  247. SKIP_INSTALL = YES;
  248. VALID_ARCHS = "arm64 armv7";
  249. };
  250. name = Release;
  251. };
  252. /* End XCBuildConfiguration section */
  253. /* Begin XCConfigurationList section */
  254. BA34A758195AA8C7002D0ECD /* Build configuration list for PBXProject "PluginFacebook" */ = {
  255. isa = XCConfigurationList;
  256. buildConfigurations = (
  257. BA34A77E195AA8C7002D0ECD /* Debug */,
  258. BA34A77F195AA8C7002D0ECD /* Release */,
  259. );
  260. defaultConfigurationIsVisible = 0;
  261. defaultConfigurationName = Release;
  262. };
  263. BA34A780195AA8C7002D0ECD /* Build configuration list for PBXNativeTarget "PluginFacebook" */ = {
  264. isa = XCConfigurationList;
  265. buildConfigurations = (
  266. BA34A781195AA8C7002D0ECD /* Debug */,
  267. BA34A782195AA8C7002D0ECD /* Release */,
  268. );
  269. defaultConfigurationIsVisible = 0;
  270. defaultConfigurationName = Release;
  271. };
  272. /* End XCConfigurationList section */
  273. };
  274. rootObject = BA34A755195AA8C7002D0ECD /* Project object */;
  275. }