project.pbxproj 11 KB

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