project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D36ACDC71C44D07E00B2C7CF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D36ACDC61C44D07E00B2C7CF /* main.m */; };
  10. D36ACDCA1C44D07E00B2C7CF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D36ACDC91C44D07E00B2C7CF /* AppDelegate.m */; };
  11. D36ACDCD1C44D07E00B2C7CF /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D36ACDCC1C44D07E00B2C7CF /* ViewController.m */; };
  12. D36ACDD01C44D07E00B2C7CF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDCE1C44D07E00B2C7CF /* Main.storyboard */; };
  13. D36ACDD21C44D07E00B2C7CF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDD11C44D07E00B2C7CF /* Assets.xcassets */; };
  14. D36ACDD51C44D07E00B2C7CF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDD31C44D07E00B2C7CF /* LaunchScreen.storyboard */; };
  15. D36ACDDD1C44D24B00B2C7CF /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = D36ACDDC1C44D24B00B2C7CF /* README.md */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. D36ACDC21C44D07E00B2C7CF /* TumblrDownloader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TumblrDownloader.app; sourceTree = BUILT_PRODUCTS_DIR; };
  19. D36ACDC61C44D07E00B2C7CF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  20. D36ACDC81C44D07E00B2C7CF /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  21. D36ACDC91C44D07E00B2C7CF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  22. D36ACDCB1C44D07E00B2C7CF /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  23. D36ACDCC1C44D07E00B2C7CF /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  24. D36ACDCF1C44D07E00B2C7CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  25. D36ACDD11C44D07E00B2C7CF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  26. D36ACDD41C44D07E00B2C7CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  27. D36ACDD61C44D07E00B2C7CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. D36ACDDC1C44D24B00B2C7CF /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  29. /* End PBXFileReference section */
  30. /* Begin PBXFrameworksBuildPhase section */
  31. D36ACDBF1C44D07E00B2C7CF /* Frameworks */ = {
  32. isa = PBXFrameworksBuildPhase;
  33. buildActionMask = 2147483647;
  34. files = (
  35. );
  36. runOnlyForDeploymentPostprocessing = 0;
  37. };
  38. /* End PBXFrameworksBuildPhase section */
  39. /* Begin PBXGroup section */
  40. D36ACDB91C44D07E00B2C7CF = {
  41. isa = PBXGroup;
  42. children = (
  43. D36ACDDC1C44D24B00B2C7CF /* README.md */,
  44. D36ACDC41C44D07E00B2C7CF /* TumblrDownloader */,
  45. D36ACDC31C44D07E00B2C7CF /* Products */,
  46. );
  47. sourceTree = "<group>";
  48. };
  49. D36ACDC31C44D07E00B2C7CF /* Products */ = {
  50. isa = PBXGroup;
  51. children = (
  52. D36ACDC21C44D07E00B2C7CF /* TumblrDownloader.app */,
  53. );
  54. name = Products;
  55. sourceTree = "<group>";
  56. };
  57. D36ACDC41C44D07E00B2C7CF /* TumblrDownloader */ = {
  58. isa = PBXGroup;
  59. children = (
  60. D36ACDC81C44D07E00B2C7CF /* AppDelegate.h */,
  61. D36ACDC91C44D07E00B2C7CF /* AppDelegate.m */,
  62. D36ACDCB1C44D07E00B2C7CF /* ViewController.h */,
  63. D36ACDCC1C44D07E00B2C7CF /* ViewController.m */,
  64. D36ACDCE1C44D07E00B2C7CF /* Main.storyboard */,
  65. D36ACDD11C44D07E00B2C7CF /* Assets.xcassets */,
  66. D36ACDD31C44D07E00B2C7CF /* LaunchScreen.storyboard */,
  67. D36ACDD61C44D07E00B2C7CF /* Info.plist */,
  68. D36ACDC51C44D07E00B2C7CF /* Supporting Files */,
  69. );
  70. path = TumblrDownloader;
  71. sourceTree = "<group>";
  72. };
  73. D36ACDC51C44D07E00B2C7CF /* Supporting Files */ = {
  74. isa = PBXGroup;
  75. children = (
  76. D36ACDC61C44D07E00B2C7CF /* main.m */,
  77. );
  78. name = "Supporting Files";
  79. sourceTree = "<group>";
  80. };
  81. /* End PBXGroup section */
  82. /* Begin PBXNativeTarget section */
  83. D36ACDC11C44D07E00B2C7CF /* TumblrDownloader */ = {
  84. isa = PBXNativeTarget;
  85. buildConfigurationList = D36ACDD91C44D07E00B2C7CF /* Build configuration list for PBXNativeTarget "TumblrDownloader" */;
  86. buildPhases = (
  87. D36ACDBE1C44D07E00B2C7CF /* Sources */,
  88. D36ACDBF1C44D07E00B2C7CF /* Frameworks */,
  89. D36ACDC01C44D07E00B2C7CF /* Resources */,
  90. );
  91. buildRules = (
  92. );
  93. dependencies = (
  94. );
  95. name = TumblrDownloader;
  96. productName = TumblrDownloader;
  97. productReference = D36ACDC21C44D07E00B2C7CF /* TumblrDownloader.app */;
  98. productType = "com.apple.product-type.application";
  99. };
  100. /* End PBXNativeTarget section */
  101. /* Begin PBXProject section */
  102. D36ACDBA1C44D07E00B2C7CF /* Project object */ = {
  103. isa = PBXProject;
  104. attributes = {
  105. LastUpgradeCheck = 0720;
  106. ORGANIZATIONNAME = HonorLee;
  107. TargetAttributes = {
  108. D36ACDC11C44D07E00B2C7CF = {
  109. CreatedOnToolsVersion = 7.2;
  110. DevelopmentTeam = G3JVW2BPA6;
  111. };
  112. };
  113. };
  114. buildConfigurationList = D36ACDBD1C44D07E00B2C7CF /* Build configuration list for PBXProject "TumblrDownloader" */;
  115. compatibilityVersion = "Xcode 3.2";
  116. developmentRegion = English;
  117. hasScannedForEncodings = 0;
  118. knownRegions = (
  119. en,
  120. Base,
  121. );
  122. mainGroup = D36ACDB91C44D07E00B2C7CF;
  123. productRefGroup = D36ACDC31C44D07E00B2C7CF /* Products */;
  124. projectDirPath = "";
  125. projectRoot = "";
  126. targets = (
  127. D36ACDC11C44D07E00B2C7CF /* TumblrDownloader */,
  128. );
  129. };
  130. /* End PBXProject section */
  131. /* Begin PBXResourcesBuildPhase section */
  132. D36ACDC01C44D07E00B2C7CF /* Resources */ = {
  133. isa = PBXResourcesBuildPhase;
  134. buildActionMask = 2147483647;
  135. files = (
  136. D36ACDD51C44D07E00B2C7CF /* LaunchScreen.storyboard in Resources */,
  137. D36ACDD21C44D07E00B2C7CF /* Assets.xcassets in Resources */,
  138. D36ACDD01C44D07E00B2C7CF /* Main.storyboard in Resources */,
  139. );
  140. runOnlyForDeploymentPostprocessing = 0;
  141. };
  142. /* End PBXResourcesBuildPhase section */
  143. /* Begin PBXSourcesBuildPhase section */
  144. D36ACDBE1C44D07E00B2C7CF /* Sources */ = {
  145. isa = PBXSourcesBuildPhase;
  146. buildActionMask = 2147483647;
  147. files = (
  148. D36ACDCD1C44D07E00B2C7CF /* ViewController.m in Sources */,
  149. D36ACDCA1C44D07E00B2C7CF /* AppDelegate.m in Sources */,
  150. D36ACDDD1C44D24B00B2C7CF /* README.md in Sources */,
  151. D36ACDC71C44D07E00B2C7CF /* main.m in Sources */,
  152. );
  153. runOnlyForDeploymentPostprocessing = 0;
  154. };
  155. /* End PBXSourcesBuildPhase section */
  156. /* Begin PBXVariantGroup section */
  157. D36ACDCE1C44D07E00B2C7CF /* Main.storyboard */ = {
  158. isa = PBXVariantGroup;
  159. children = (
  160. D36ACDCF1C44D07E00B2C7CF /* Base */,
  161. );
  162. name = Main.storyboard;
  163. sourceTree = "<group>";
  164. };
  165. D36ACDD31C44D07E00B2C7CF /* LaunchScreen.storyboard */ = {
  166. isa = PBXVariantGroup;
  167. children = (
  168. D36ACDD41C44D07E00B2C7CF /* Base */,
  169. );
  170. name = LaunchScreen.storyboard;
  171. sourceTree = "<group>";
  172. };
  173. /* End PBXVariantGroup section */
  174. /* Begin XCBuildConfiguration section */
  175. D36ACDD71C44D07E00B2C7CF /* Debug */ = {
  176. isa = XCBuildConfiguration;
  177. buildSettings = {
  178. ALWAYS_SEARCH_USER_PATHS = NO;
  179. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  180. CLANG_CXX_LIBRARY = "libc++";
  181. CLANG_ENABLE_MODULES = YES;
  182. CLANG_ENABLE_OBJC_ARC = YES;
  183. CLANG_WARN_BOOL_CONVERSION = YES;
  184. CLANG_WARN_CONSTANT_CONVERSION = YES;
  185. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  186. CLANG_WARN_EMPTY_BODY = YES;
  187. CLANG_WARN_ENUM_CONVERSION = YES;
  188. CLANG_WARN_INT_CONVERSION = YES;
  189. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  190. CLANG_WARN_UNREACHABLE_CODE = YES;
  191. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  192. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  193. COPY_PHASE_STRIP = NO;
  194. DEBUG_INFORMATION_FORMAT = dwarf;
  195. ENABLE_STRICT_OBJC_MSGSEND = YES;
  196. ENABLE_TESTABILITY = YES;
  197. GCC_C_LANGUAGE_STANDARD = gnu99;
  198. GCC_DYNAMIC_NO_PIC = NO;
  199. GCC_NO_COMMON_BLOCKS = YES;
  200. GCC_OPTIMIZATION_LEVEL = 0;
  201. GCC_PREPROCESSOR_DEFINITIONS = (
  202. "DEBUG=1",
  203. "$(inherited)",
  204. );
  205. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  206. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  207. GCC_WARN_UNDECLARED_SELECTOR = YES;
  208. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  209. GCC_WARN_UNUSED_FUNCTION = YES;
  210. GCC_WARN_UNUSED_VARIABLE = YES;
  211. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  212. MTL_ENABLE_DEBUG_INFO = YES;
  213. ONLY_ACTIVE_ARCH = YES;
  214. SDKROOT = iphoneos;
  215. };
  216. name = Debug;
  217. };
  218. D36ACDD81C44D07E00B2C7CF /* Release */ = {
  219. isa = XCBuildConfiguration;
  220. buildSettings = {
  221. ALWAYS_SEARCH_USER_PATHS = NO;
  222. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  223. CLANG_CXX_LIBRARY = "libc++";
  224. CLANG_ENABLE_MODULES = YES;
  225. CLANG_ENABLE_OBJC_ARC = YES;
  226. CLANG_WARN_BOOL_CONVERSION = YES;
  227. CLANG_WARN_CONSTANT_CONVERSION = YES;
  228. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  229. CLANG_WARN_EMPTY_BODY = YES;
  230. CLANG_WARN_ENUM_CONVERSION = YES;
  231. CLANG_WARN_INT_CONVERSION = YES;
  232. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  233. CLANG_WARN_UNREACHABLE_CODE = YES;
  234. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  235. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  236. COPY_PHASE_STRIP = NO;
  237. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  238. ENABLE_NS_ASSERTIONS = NO;
  239. ENABLE_STRICT_OBJC_MSGSEND = YES;
  240. GCC_C_LANGUAGE_STANDARD = gnu99;
  241. GCC_NO_COMMON_BLOCKS = YES;
  242. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  243. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  244. GCC_WARN_UNDECLARED_SELECTOR = YES;
  245. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  246. GCC_WARN_UNUSED_FUNCTION = YES;
  247. GCC_WARN_UNUSED_VARIABLE = YES;
  248. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  249. MTL_ENABLE_DEBUG_INFO = NO;
  250. SDKROOT = iphoneos;
  251. VALIDATE_PRODUCT = YES;
  252. };
  253. name = Release;
  254. };
  255. D36ACDDA1C44D07E00B2C7CF /* Debug */ = {
  256. isa = XCBuildConfiguration;
  257. buildSettings = {
  258. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  259. INFOPLIST_FILE = TumblrDownloader/Info.plist;
  260. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  261. PRODUCT_BUNDLE_IDENTIFIER = org.honorlee.TumblrDownloader;
  262. PRODUCT_NAME = "$(TARGET_NAME)";
  263. };
  264. name = Debug;
  265. };
  266. D36ACDDB1C44D07E00B2C7CF /* Release */ = {
  267. isa = XCBuildConfiguration;
  268. buildSettings = {
  269. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  270. INFOPLIST_FILE = TumblrDownloader/Info.plist;
  271. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  272. PRODUCT_BUNDLE_IDENTIFIER = org.honorlee.TumblrDownloader;
  273. PRODUCT_NAME = "$(TARGET_NAME)";
  274. };
  275. name = Release;
  276. };
  277. /* End XCBuildConfiguration section */
  278. /* Begin XCConfigurationList section */
  279. D36ACDBD1C44D07E00B2C7CF /* Build configuration list for PBXProject "TumblrDownloader" */ = {
  280. isa = XCConfigurationList;
  281. buildConfigurations = (
  282. D36ACDD71C44D07E00B2C7CF /* Debug */,
  283. D36ACDD81C44D07E00B2C7CF /* Release */,
  284. );
  285. defaultConfigurationIsVisible = 0;
  286. defaultConfigurationName = Release;
  287. };
  288. D36ACDD91C44D07E00B2C7CF /* Build configuration list for PBXNativeTarget "TumblrDownloader" */ = {
  289. isa = XCConfigurationList;
  290. buildConfigurations = (
  291. D36ACDDA1C44D07E00B2C7CF /* Debug */,
  292. D36ACDDB1C44D07E00B2C7CF /* Release */,
  293. );
  294. defaultConfigurationIsVisible = 0;
  295. };
  296. /* End XCConfigurationList section */
  297. };
  298. rootObject = D36ACDBA1C44D07E00B2C7CF /* Project object */;
  299. }