project.pbxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 05A9358219260E2E00F08DC0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A9358119260E2E00F08DC0 /* Foundation.framework */; };
  10. 05A9358719260E2E00F08DC0 /* IOSIAP.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 05A9358619260E2E00F08DC0 /* IOSIAP.h */; };
  11. 05A9358919260E2F00F08DC0 /* IOSIAP.m in Sources */ = {isa = PBXBuildFile; fileRef = 05A9358819260E2E00F08DC0 /* IOSIAP.m */; };
  12. 05A935B119260FF000F08DC0 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05A935B019260FF000F08DC0 /* StoreKit.framework */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXCopyFilesBuildPhase section */
  15. 05A9357C19260E2E00F08DC0 /* CopyFiles */ = {
  16. isa = PBXCopyFilesBuildPhase;
  17. buildActionMask = 2147483647;
  18. dstPath = "include/$(PRODUCT_NAME)";
  19. dstSubfolderSpec = 16;
  20. files = (
  21. 05A9358719260E2E00F08DC0 /* IOSIAP.h in CopyFiles */,
  22. );
  23. runOnlyForDeploymentPostprocessing = 0;
  24. };
  25. /* End PBXCopyFilesBuildPhase section */
  26. /* Begin PBXFileReference section */
  27. 05A9357E19260E2E00F08DC0 /* libPluginIAP.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPluginIAP.a; sourceTree = BUILT_PRODUCTS_DIR; };
  28. 05A9358119260E2E00F08DC0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  29. 05A9358519260E2E00F08DC0 /* PluginIAP-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PluginIAP-Prefix.pch"; sourceTree = "<group>"; };
  30. 05A9358619260E2E00F08DC0 /* IOSIAP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = IOSIAP.h; sourceTree = "<group>"; };
  31. 05A9358819260E2E00F08DC0 /* IOSIAP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = IOSIAP.m; sourceTree = "<group>"; };
  32. 05A9358F19260E2F00F08DC0 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  33. 05A9359219260E2F00F08DC0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  34. 05A935B019260FF000F08DC0 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
  35. /* End PBXFileReference section */
  36. /* Begin PBXFrameworksBuildPhase section */
  37. 05A9357B19260E2E00F08DC0 /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. 05A935B119260FF000F08DC0 /* StoreKit.framework in Frameworks */,
  42. 05A9358219260E2E00F08DC0 /* Foundation.framework in Frameworks */,
  43. );
  44. runOnlyForDeploymentPostprocessing = 0;
  45. };
  46. /* End PBXFrameworksBuildPhase section */
  47. /* Begin PBXGroup section */
  48. 05A9357519260E2E00F08DC0 = {
  49. isa = PBXGroup;
  50. children = (
  51. 05A9358319260E2E00F08DC0 /* IOSIAP */,
  52. 05A9358019260E2E00F08DC0 /* Frameworks */,
  53. 05A9357F19260E2E00F08DC0 /* Products */,
  54. );
  55. sourceTree = "<group>";
  56. };
  57. 05A9357F19260E2E00F08DC0 /* Products */ = {
  58. isa = PBXGroup;
  59. children = (
  60. 05A9357E19260E2E00F08DC0 /* libPluginIAP.a */,
  61. );
  62. name = Products;
  63. sourceTree = "<group>";
  64. };
  65. 05A9358019260E2E00F08DC0 /* Frameworks */ = {
  66. isa = PBXGroup;
  67. children = (
  68. 05A935B019260FF000F08DC0 /* StoreKit.framework */,
  69. 05A9358119260E2E00F08DC0 /* Foundation.framework */,
  70. 05A9358F19260E2F00F08DC0 /* XCTest.framework */,
  71. 05A9359219260E2F00F08DC0 /* UIKit.framework */,
  72. );
  73. name = Frameworks;
  74. sourceTree = "<group>";
  75. };
  76. 05A9358319260E2E00F08DC0 /* IOSIAP */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 05A9358619260E2E00F08DC0 /* IOSIAP.h */,
  80. 05A9358819260E2E00F08DC0 /* IOSIAP.m */,
  81. 05A9358419260E2E00F08DC0 /* Supporting Files */,
  82. );
  83. path = IOSIAP;
  84. sourceTree = "<group>";
  85. };
  86. 05A9358419260E2E00F08DC0 /* Supporting Files */ = {
  87. isa = PBXGroup;
  88. children = (
  89. 05A9358519260E2E00F08DC0 /* PluginIAP-Prefix.pch */,
  90. );
  91. name = "Supporting Files";
  92. sourceTree = "<group>";
  93. };
  94. /* End PBXGroup section */
  95. /* Begin PBXNativeTarget section */
  96. 05A9357D19260E2E00F08DC0 /* PluginIAP */ = {
  97. isa = PBXNativeTarget;
  98. buildConfigurationList = 05A935A119260E2F00F08DC0 /* Build configuration list for PBXNativeTarget "PluginIAP" */;
  99. buildPhases = (
  100. 05A9357A19260E2E00F08DC0 /* Sources */,
  101. 05A9357B19260E2E00F08DC0 /* Frameworks */,
  102. 05A9357C19260E2E00F08DC0 /* CopyFiles */,
  103. );
  104. buildRules = (
  105. );
  106. dependencies = (
  107. );
  108. name = PluginIAP;
  109. productName = IOSIAP;
  110. productReference = 05A9357E19260E2E00F08DC0 /* libPluginIAP.a */;
  111. productType = "com.apple.product-type.library.static";
  112. };
  113. /* End PBXNativeTarget section */
  114. /* Begin PBXProject section */
  115. 05A9357619260E2E00F08DC0 /* Project object */ = {
  116. isa = PBXProject;
  117. attributes = {
  118. LastUpgradeCheck = 0510;
  119. ORGANIZATIONNAME = cocos2dx;
  120. };
  121. buildConfigurationList = 05A9357919260E2E00F08DC0 /* Build configuration list for PBXProject "PluginIAP" */;
  122. compatibilityVersion = "Xcode 3.2";
  123. developmentRegion = English;
  124. hasScannedForEncodings = 0;
  125. knownRegions = (
  126. en,
  127. );
  128. mainGroup = 05A9357519260E2E00F08DC0;
  129. productRefGroup = 05A9357F19260E2E00F08DC0 /* Products */;
  130. projectDirPath = "";
  131. projectRoot = "";
  132. targets = (
  133. 05A9357D19260E2E00F08DC0 /* PluginIAP */,
  134. );
  135. };
  136. /* End PBXProject section */
  137. /* Begin PBXSourcesBuildPhase section */
  138. 05A9357A19260E2E00F08DC0 /* Sources */ = {
  139. isa = PBXSourcesBuildPhase;
  140. buildActionMask = 2147483647;
  141. files = (
  142. 05A9358919260E2F00F08DC0 /* IOSIAP.m in Sources */,
  143. );
  144. runOnlyForDeploymentPostprocessing = 0;
  145. };
  146. /* End PBXSourcesBuildPhase section */
  147. /* Begin XCBuildConfiguration section */
  148. 05A9359F19260E2F00F08DC0 /* 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;
  177. GCC_WARN_UNUSED_FUNCTION = YES;
  178. GCC_WARN_UNUSED_VARIABLE = YES;
  179. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  180. ONLY_ACTIVE_ARCH = YES;
  181. SDKROOT = iphoneos;
  182. };
  183. name = Debug;
  184. };
  185. 05A935A019260E2F00F08DC0 /* 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;
  208. GCC_WARN_UNUSED_FUNCTION = YES;
  209. GCC_WARN_UNUSED_VARIABLE = YES;
  210. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  211. SDKROOT = iphoneos;
  212. VALIDATE_PRODUCT = YES;
  213. };
  214. name = Release;
  215. };
  216. 05A935A219260E2F00F08DC0 /* Debug */ = {
  217. isa = XCBuildConfiguration;
  218. buildSettings = {
  219. DSTROOT = /tmp/IOSIAP.dst;
  220. FRAMEWORK_SEARCH_PATHS = (
  221. "$(inherited)",
  222. /Users/panda/Documents/FacebookSDK,
  223. );
  224. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  225. GCC_PREFIX_HEADER = "IOSIAP/PluginIAP-Prefix.pch";
  226. HEADER_SEARCH_PATHS = (
  227. "$(inherited)",
  228. "$(SRCROOT)/../../../protocols/platform/ios",
  229. );
  230. OTHER_LDFLAGS = "-ObjC";
  231. PRODUCT_NAME = PluginIAP;
  232. SKIP_INSTALL = YES;
  233. VALID_ARCHS = "armv7 arm64 i386";
  234. };
  235. name = Debug;
  236. };
  237. 05A935A319260E2F00F08DC0 /* Release */ = {
  238. isa = XCBuildConfiguration;
  239. buildSettings = {
  240. DSTROOT = /tmp/IOSIAP.dst;
  241. FRAMEWORK_SEARCH_PATHS = (
  242. "$(inherited)",
  243. /Users/panda/Documents/FacebookSDK,
  244. );
  245. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  246. GCC_PREFIX_HEADER = "IOSIAP/PluginIAP-Prefix.pch";
  247. HEADER_SEARCH_PATHS = (
  248. "$(inherited)",
  249. "$(SRCROOT)/../../../protocols/platform/ios",
  250. );
  251. OTHER_LDFLAGS = "-ObjC";
  252. PRODUCT_NAME = PluginIAP;
  253. SKIP_INSTALL = YES;
  254. VALID_ARCHS = "armv7 arm64 i386";
  255. };
  256. name = Release;
  257. };
  258. /* End XCBuildConfiguration section */
  259. /* Begin XCConfigurationList section */
  260. 05A9357919260E2E00F08DC0 /* Build configuration list for PBXProject "PluginIAP" */ = {
  261. isa = XCConfigurationList;
  262. buildConfigurations = (
  263. 05A9359F19260E2F00F08DC0 /* Debug */,
  264. 05A935A019260E2F00F08DC0 /* Release */,
  265. );
  266. defaultConfigurationIsVisible = 0;
  267. defaultConfigurationName = Release;
  268. };
  269. 05A935A119260E2F00F08DC0 /* Build configuration list for PBXNativeTarget "PluginIAP" */ = {
  270. isa = XCConfigurationList;
  271. buildConfigurations = (
  272. 05A935A219260E2F00F08DC0 /* Debug */,
  273. 05A935A319260E2F00F08DC0 /* Release */,
  274. );
  275. defaultConfigurationIsVisible = 0;
  276. defaultConfigurationName = Release;
  277. };
  278. /* End XCConfigurationList section */
  279. };
  280. rootObject = 05A9357619260E2E00F08DC0 /* Project object */;
  281. }