project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. FAC2A7FD1777F99900035D22 /* ShareWeibo.m in Sources */ = {isa = PBXBuildFile; fileRef = FAC2A7FC1777F99900035D22 /* ShareWeibo.m */; };
  10. FAE27534175D9D2900F5DA8E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE27533175D9D2900F5DA8E /* Foundation.framework */; };
  11. FAE27561175DC52900F5DA8E /* JSONKit.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE27557175DC52900F5DA8E /* JSONKit.m */; };
  12. FAE27562175DC52900F5DA8E /* SinaWeibo.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE2755B175DC52900F5DA8E /* SinaWeibo.m */; };
  13. FAE27563175DC52900F5DA8E /* SinaWeiboAuthorizeView.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE2755D175DC52900F5DA8E /* SinaWeiboAuthorizeView.m */; };
  14. FAE27564175DC52900F5DA8E /* SinaWeiboRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = FAE27560175DC52900F5DA8E /* SinaWeiboRequest.m */; };
  15. FAE2756E175DD1E700F5DA8E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE2756D175DD1E700F5DA8E /* UIKit.framework */; };
  16. FAE27570175DD1F500F5DA8E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE2756F175DD1F500F5DA8E /* CoreGraphics.framework */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXCopyFilesBuildPhase section */
  19. FAE2752E175D9D2900F5DA8E /* CopyFiles */ = {
  20. isa = PBXCopyFilesBuildPhase;
  21. buildActionMask = 2147483647;
  22. dstPath = "include/${PRODUCT_NAME}";
  23. dstSubfolderSpec = 16;
  24. files = (
  25. );
  26. runOnlyForDeploymentPostprocessing = 0;
  27. };
  28. /* End PBXCopyFilesBuildPhase section */
  29. /* Begin PBXFileReference section */
  30. FAC2A7FB1777F99900035D22 /* ShareWeibo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShareWeibo.h; sourceTree = "<group>"; };
  31. FAC2A7FC1777F99900035D22 /* ShareWeibo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShareWeibo.m; sourceTree = "<group>"; };
  32. FAE27530175D9D2900F5DA8E /* libPluginWeibo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPluginWeibo.a; sourceTree = BUILT_PRODUCTS_DIR; };
  33. FAE27533175D9D2900F5DA8E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  34. FAE27556175DC52900F5DA8E /* JSONKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONKit.h; sourceTree = "<group>"; };
  35. FAE27557175DC52900F5DA8E /* JSONKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONKit.m; sourceTree = "<group>"; };
  36. FAE27559175DC52900F5DA8E /* SinaWeibo.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = SinaWeibo.bundle; sourceTree = "<group>"; };
  37. FAE2755A175DC52900F5DA8E /* SinaWeibo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SinaWeibo.h; sourceTree = "<group>"; };
  38. FAE2755B175DC52900F5DA8E /* SinaWeibo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SinaWeibo.m; sourceTree = "<group>"; };
  39. FAE2755C175DC52900F5DA8E /* SinaWeiboAuthorizeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SinaWeiboAuthorizeView.h; sourceTree = "<group>"; };
  40. FAE2755D175DC52900F5DA8E /* SinaWeiboAuthorizeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SinaWeiboAuthorizeView.m; sourceTree = "<group>"; };
  41. FAE2755E175DC52900F5DA8E /* SinaWeiboConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SinaWeiboConstants.h; sourceTree = "<group>"; };
  42. FAE2755F175DC52900F5DA8E /* SinaWeiboRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SinaWeiboRequest.h; sourceTree = "<group>"; };
  43. FAE27560175DC52900F5DA8E /* SinaWeiboRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SinaWeiboRequest.m; sourceTree = "<group>"; };
  44. FAE2756D175DD1E700F5DA8E /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  45. FAE2756F175DD1F500F5DA8E /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  46. /* End PBXFileReference section */
  47. /* Begin PBXFrameworksBuildPhase section */
  48. FAE2752D175D9D2900F5DA8E /* Frameworks */ = {
  49. isa = PBXFrameworksBuildPhase;
  50. buildActionMask = 2147483647;
  51. files = (
  52. FAE27570175DD1F500F5DA8E /* CoreGraphics.framework in Frameworks */,
  53. FAE2756E175DD1E700F5DA8E /* UIKit.framework in Frameworks */,
  54. FAE27534175D9D2900F5DA8E /* Foundation.framework in Frameworks */,
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXFrameworksBuildPhase section */
  59. /* Begin PBXGroup section */
  60. FAE27525175D9D2900F5DA8E = {
  61. isa = PBXGroup;
  62. children = (
  63. FAC2A7FB1777F99900035D22 /* ShareWeibo.h */,
  64. FAC2A7FC1777F99900035D22 /* ShareWeibo.m */,
  65. FAE27555175DC52900F5DA8E /* JSONKit */,
  66. FAE27558175DC52900F5DA8E /* SinaWeibo */,
  67. FAE27532175D9D2900F5DA8E /* Frameworks */,
  68. FAE27531175D9D2900F5DA8E /* Products */,
  69. );
  70. sourceTree = "<group>";
  71. };
  72. FAE27531175D9D2900F5DA8E /* Products */ = {
  73. isa = PBXGroup;
  74. children = (
  75. FAE27530175D9D2900F5DA8E /* libPluginWeibo.a */,
  76. );
  77. name = Products;
  78. sourceTree = "<group>";
  79. };
  80. FAE27532175D9D2900F5DA8E /* Frameworks */ = {
  81. isa = PBXGroup;
  82. children = (
  83. FAE2756F175DD1F500F5DA8E /* CoreGraphics.framework */,
  84. FAE2756D175DD1E700F5DA8E /* UIKit.framework */,
  85. FAE27533175D9D2900F5DA8E /* Foundation.framework */,
  86. );
  87. name = Frameworks;
  88. sourceTree = "<group>";
  89. };
  90. FAE27555175DC52900F5DA8E /* JSONKit */ = {
  91. isa = PBXGroup;
  92. children = (
  93. FAE27556175DC52900F5DA8E /* JSONKit.h */,
  94. FAE27557175DC52900F5DA8E /* JSONKit.m */,
  95. );
  96. path = JSONKit;
  97. sourceTree = "<group>";
  98. };
  99. FAE27558175DC52900F5DA8E /* SinaWeibo */ = {
  100. isa = PBXGroup;
  101. children = (
  102. FAE27559175DC52900F5DA8E /* SinaWeibo.bundle */,
  103. FAE2755A175DC52900F5DA8E /* SinaWeibo.h */,
  104. FAE2755B175DC52900F5DA8E /* SinaWeibo.m */,
  105. FAE2755C175DC52900F5DA8E /* SinaWeiboAuthorizeView.h */,
  106. FAE2755D175DC52900F5DA8E /* SinaWeiboAuthorizeView.m */,
  107. FAE2755E175DC52900F5DA8E /* SinaWeiboConstants.h */,
  108. FAE2755F175DC52900F5DA8E /* SinaWeiboRequest.h */,
  109. FAE27560175DC52900F5DA8E /* SinaWeiboRequest.m */,
  110. );
  111. path = SinaWeibo;
  112. sourceTree = "<group>";
  113. };
  114. /* End PBXGroup section */
  115. /* Begin PBXNativeTarget section */
  116. FAE2752F175D9D2900F5DA8E /* PluginWeibo */ = {
  117. isa = PBXNativeTarget;
  118. buildConfigurationList = FAE2753E175D9D2B00F5DA8E /* Build configuration list for PBXNativeTarget "PluginWeibo" */;
  119. buildPhases = (
  120. FAE2752C175D9D2900F5DA8E /* Sources */,
  121. FAE2752D175D9D2900F5DA8E /* Frameworks */,
  122. FAE2752E175D9D2900F5DA8E /* CopyFiles */,
  123. );
  124. buildRules = (
  125. );
  126. dependencies = (
  127. );
  128. name = PluginWeibo;
  129. productName = PluginWeibo;
  130. productReference = FAE27530175D9D2900F5DA8E /* libPluginWeibo.a */;
  131. productType = "com.apple.product-type.library.static";
  132. };
  133. /* End PBXNativeTarget section */
  134. /* Begin PBXProject section */
  135. FAE27527175D9D2900F5DA8E /* Project object */ = {
  136. isa = PBXProject;
  137. attributes = {
  138. LastUpgradeCheck = 0510;
  139. ORGANIZATIONNAME = zhangbin;
  140. };
  141. buildConfigurationList = FAE2752A175D9D2900F5DA8E /* Build configuration list for PBXProject "PluginWeibo" */;
  142. compatibilityVersion = "Xcode 3.2";
  143. developmentRegion = English;
  144. hasScannedForEncodings = 0;
  145. knownRegions = (
  146. en,
  147. );
  148. mainGroup = FAE27525175D9D2900F5DA8E;
  149. productRefGroup = FAE27531175D9D2900F5DA8E /* Products */;
  150. projectDirPath = "";
  151. projectRoot = "";
  152. targets = (
  153. FAE2752F175D9D2900F5DA8E /* PluginWeibo */,
  154. );
  155. };
  156. /* End PBXProject section */
  157. /* Begin PBXSourcesBuildPhase section */
  158. FAE2752C175D9D2900F5DA8E /* Sources */ = {
  159. isa = PBXSourcesBuildPhase;
  160. buildActionMask = 2147483647;
  161. files = (
  162. FAE27561175DC52900F5DA8E /* JSONKit.m in Sources */,
  163. FAE27562175DC52900F5DA8E /* SinaWeibo.m in Sources */,
  164. FAE27563175DC52900F5DA8E /* SinaWeiboAuthorizeView.m in Sources */,
  165. FAE27564175DC52900F5DA8E /* SinaWeiboRequest.m in Sources */,
  166. FAC2A7FD1777F99900035D22 /* ShareWeibo.m in Sources */,
  167. );
  168. runOnlyForDeploymentPostprocessing = 0;
  169. };
  170. /* End PBXSourcesBuildPhase section */
  171. /* Begin XCBuildConfiguration section */
  172. FAE2753C175D9D2B00F5DA8E /* Debug */ = {
  173. isa = XCBuildConfiguration;
  174. buildSettings = {
  175. ALWAYS_SEARCH_USER_PATHS = NO;
  176. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  177. CLANG_WARN_BOOL_CONVERSION = YES;
  178. CLANG_WARN_CONSTANT_CONVERSION = YES;
  179. CLANG_WARN_EMPTY_BODY = YES;
  180. CLANG_WARN_ENUM_CONVERSION = YES;
  181. CLANG_WARN_INT_CONVERSION = YES;
  182. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  183. COPY_PHASE_STRIP = NO;
  184. GCC_C_LANGUAGE_STANDARD = gnu99;
  185. GCC_DYNAMIC_NO_PIC = NO;
  186. GCC_OPTIMIZATION_LEVEL = 0;
  187. GCC_PREPROCESSOR_DEFINITIONS = (
  188. "DEBUG=1",
  189. "$(inherited)",
  190. );
  191. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  192. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  193. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  194. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  195. GCC_WARN_UNDECLARED_SELECTOR = YES;
  196. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  197. GCC_WARN_UNUSED_FUNCTION = YES;
  198. GCC_WARN_UNUSED_VARIABLE = YES;
  199. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  200. ONLY_ACTIVE_ARCH = YES;
  201. SDKROOT = iphoneos;
  202. };
  203. name = Debug;
  204. };
  205. FAE2753D175D9D2B00F5DA8E /* Release */ = {
  206. isa = XCBuildConfiguration;
  207. buildSettings = {
  208. ALWAYS_SEARCH_USER_PATHS = NO;
  209. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  210. CLANG_WARN_BOOL_CONVERSION = YES;
  211. CLANG_WARN_CONSTANT_CONVERSION = YES;
  212. CLANG_WARN_EMPTY_BODY = YES;
  213. CLANG_WARN_ENUM_CONVERSION = YES;
  214. CLANG_WARN_INT_CONVERSION = YES;
  215. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  216. COPY_PHASE_STRIP = YES;
  217. GCC_C_LANGUAGE_STANDARD = gnu99;
  218. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  219. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  220. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  221. GCC_WARN_UNDECLARED_SELECTOR = YES;
  222. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  223. GCC_WARN_UNUSED_FUNCTION = YES;
  224. GCC_WARN_UNUSED_VARIABLE = YES;
  225. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  226. SDKROOT = iphoneos;
  227. VALIDATE_PRODUCT = YES;
  228. };
  229. name = Release;
  230. };
  231. FAE2753F175D9D2B00F5DA8E /* Debug */ = {
  232. isa = XCBuildConfiguration;
  233. buildSettings = {
  234. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  235. CLANG_CXX_LIBRARY = "compiler-default";
  236. DSTROOT = /tmp/PluginWeibo.dst;
  237. GCC_C_LANGUAGE_STANDARD = "compiler-default";
  238. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  239. GCC_PREFIX_HEADER = "PluginWeibo-Prefix.pch";
  240. HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../protocols/platform/ios";
  241. IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
  242. ONLY_ACTIVE_ARCH = NO;
  243. OTHER_LDFLAGS = "-ObjC";
  244. PRODUCT_NAME = "$(TARGET_NAME)";
  245. SKIP_INSTALL = YES;
  246. VALID_ARCHS = "arm64 armv7";
  247. };
  248. name = Debug;
  249. };
  250. FAE27540175D9D2B00F5DA8E /* Release */ = {
  251. isa = XCBuildConfiguration;
  252. buildSettings = {
  253. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  254. CLANG_CXX_LIBRARY = "compiler-default";
  255. DSTROOT = /tmp/PluginWeibo.dst;
  256. GCC_C_LANGUAGE_STANDARD = "compiler-default";
  257. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  258. GCC_PREFIX_HEADER = "PluginWeibo-Prefix.pch";
  259. HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../protocols/platform/ios";
  260. IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
  261. OTHER_LDFLAGS = "-ObjC";
  262. PRODUCT_NAME = "$(TARGET_NAME)";
  263. SKIP_INSTALL = YES;
  264. VALID_ARCHS = "arm64 armv7";
  265. };
  266. name = Release;
  267. };
  268. /* End XCBuildConfiguration section */
  269. /* Begin XCConfigurationList section */
  270. FAE2752A175D9D2900F5DA8E /* Build configuration list for PBXProject "PluginWeibo" */ = {
  271. isa = XCConfigurationList;
  272. buildConfigurations = (
  273. FAE2753C175D9D2B00F5DA8E /* Debug */,
  274. FAE2753D175D9D2B00F5DA8E /* Release */,
  275. );
  276. defaultConfigurationIsVisible = 0;
  277. defaultConfigurationName = Release;
  278. };
  279. FAE2753E175D9D2B00F5DA8E /* Build configuration list for PBXNativeTarget "PluginWeibo" */ = {
  280. isa = XCConfigurationList;
  281. buildConfigurations = (
  282. FAE2753F175D9D2B00F5DA8E /* Debug */,
  283. FAE27540175D9D2B00F5DA8E /* Release */,
  284. );
  285. defaultConfigurationIsVisible = 0;
  286. defaultConfigurationName = Release;
  287. };
  288. /* End XCConfigurationList section */
  289. };
  290. rootObject = FAE27527175D9D2900F5DA8E /* Project object */;
  291. }