project.pbxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D30DC0C01C4F68C300545EF1 /* TumblrDownloader.entitlements in Resources */ = {isa = PBXBuildFile; fileRef = D386B1301C469FDB00D7E0C5 /* TumblrDownloader.entitlements */; };
  10. D30DC0C11C4F68C700545EF1 /* ShareSupport.entitlements in Resources */ = {isa = PBXBuildFile; fileRef = D386B1311C46A0F900D7E0C5 /* ShareSupport.entitlements */; };
  11. D3166D7C1C48F3F50003B6B8 /* Downloader.m in Sources */ = {isa = PBXBuildFile; fileRef = D3166D7B1C48F3F50003B6B8 /* Downloader.m */; };
  12. D3166D811C48F9C20003B6B8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D3166D831C48F9C20003B6B8 /* Localizable.strings */; };
  13. D36ACDC71C44D07E00B2C7CF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D36ACDC61C44D07E00B2C7CF /* main.m */; };
  14. D36ACDCA1C44D07E00B2C7CF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D36ACDC91C44D07E00B2C7CF /* AppDelegate.m */; };
  15. D36ACDCD1C44D07E00B2C7CF /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D36ACDCC1C44D07E00B2C7CF /* ViewController.m */; };
  16. D36ACDD01C44D07E00B2C7CF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDCE1C44D07E00B2C7CF /* Main.storyboard */; };
  17. D36ACDD21C44D07E00B2C7CF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDD11C44D07E00B2C7CF /* Assets.xcassets */; };
  18. D36ACDD51C44D07E00B2C7CF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D36ACDD31C44D07E00B2C7CF /* LaunchScreen.storyboard */; };
  19. D386B1241C46991400D7E0C5 /* ShareViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D386B1231C46991400D7E0C5 /* ShareViewController.m */; };
  20. D386B1271C46991400D7E0C5 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D386B1251C46991400D7E0C5 /* MainInterface.storyboard */; };
  21. D386B12B1C46991400D7E0C5 /* ShareSupport.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = D386B1201C46991400D7E0C5 /* ShareSupport.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  22. D386B14C1C4930B300D7E0C5 /* StoredViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D386B14B1C4930B300D7E0C5 /* StoredViewController.m */; };
  23. D386B14F1C49357E00D7E0C5 /* Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = D386B14E1C49357E00D7E0C5 /* Helper.m */; };
  24. D386B1541C4B64DB00D7E0C5 /* HelpViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D386B1531C4B64DB00D7E0C5 /* HelpViewController.m */; };
  25. D386B15E1C4B73EB00D7E0C5 /* tab_stored.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B15C1C4B73EB00D7E0C5 /* tab_stored.png */; };
  26. D386B15F1C4B73EB00D7E0C5 /* tab_stored@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B15D1C4B73EB00D7E0C5 /* tab_stored@2x.png */; };
  27. D386B1621C4B861D00D7E0C5 /* tab_download.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B1601C4B861D00D7E0C5 /* tab_download.png */; };
  28. D386B1631C4B861D00D7E0C5 /* tab_download@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B1611C4B861D00D7E0C5 /* tab_download@2x.png */; };
  29. D386B1681C4B871B00D7E0C5 /* tab_help.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B1641C4B871B00D7E0C5 /* tab_help.png */; };
  30. D386B1691C4B871B00D7E0C5 /* tab_help@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B1651C4B871B00D7E0C5 /* tab_help@2x.png */; };
  31. D386B16A1C4B871B00D7E0C5 /* tab_libraries.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B1661C4B871B00D7E0C5 /* tab_libraries.png */; };
  32. D386B16B1C4B871B00D7E0C5 /* tab_libraries@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B1671C4B871B00D7E0C5 /* tab_libraries@2x.png */; };
  33. D386B16E1C4B8A4E00D7E0C5 /* Help_Text.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B16C1C4B8A4E00D7E0C5 /* Help_Text.png */; };
  34. D386B16F1C4B8A4E00D7E0C5 /* Help_Text@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D386B16D1C4B8A4E00D7E0C5 /* Help_Text@2x.png */; };
  35. D386B1721C4B954B00D7E0C5 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = D386B1711C4B954B00D7E0C5 /* MBProgressHUD.m */; };
  36. D386B1761C4BB08900D7E0C5 /* TasksViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D386B1751C4BB08900D7E0C5 /* TasksViewController.m */; };
  37. D386B1791C4BD42500D7E0C5 /* DownloadQueenViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D386B1781C4BD42500D7E0C5 /* DownloadQueenViewController.m */; };
  38. D386B17E1C4BEE8C00D7E0C5 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D386B17D1C4BEE8C00D7E0C5 /* MobileCoreServices.framework */; };
  39. D3FA7C121C4FCF1600BC7FE6 /* libxml2.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D3FA7C111C4FCF1600BC7FE6 /* libxml2.2.dylib */; };
  40. D3FA7C221C4FD3A300BC7FE6 /* TFHpple.m in Sources */ = {isa = PBXBuildFile; fileRef = D3FA7C1D1C4FD3A300BC7FE6 /* TFHpple.m */; };
  41. D3FA7C231C4FD3A300BC7FE6 /* TFHppleElement.m in Sources */ = {isa = PBXBuildFile; fileRef = D3FA7C1F1C4FD3A300BC7FE6 /* TFHppleElement.m */; };
  42. D3FA7C241C4FD3A300BC7FE6 /* XPathQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = D3FA7C211C4FD3A300BC7FE6 /* XPathQuery.m */; };
  43. /* End PBXBuildFile section */
  44. /* Begin PBXContainerItemProxy section */
  45. D386B1291C46991400D7E0C5 /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = D36ACDBA1C44D07E00B2C7CF /* Project object */;
  48. proxyType = 1;
  49. remoteGlobalIDString = D386B11F1C46991400D7E0C5;
  50. remoteInfo = ShareSupport;
  51. };
  52. /* End PBXContainerItemProxy section */
  53. /* Begin PBXCopyFilesBuildPhase section */
  54. D386B12F1C46991400D7E0C5 /* Embed App Extensions */ = {
  55. isa = PBXCopyFilesBuildPhase;
  56. buildActionMask = 2147483647;
  57. dstPath = "";
  58. dstSubfolderSpec = 13;
  59. files = (
  60. D386B12B1C46991400D7E0C5 /* ShareSupport.appex in Embed App Extensions */,
  61. );
  62. name = "Embed App Extensions";
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. /* End PBXCopyFilesBuildPhase section */
  66. /* Begin PBXFileReference section */
  67. D3166D7A1C48F3F50003B6B8 /* Downloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Downloader.h; sourceTree = "<group>"; };
  68. D3166D7B1C48F3F50003B6B8 /* Downloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Downloader.m; sourceTree = "<group>"; };
  69. D3166D821C48F9C20003B6B8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  70. D3166D881C48FA6F0003B6B8 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
  71. D36ACDC21C44D07E00B2C7CF /* TumblrDownloader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TumblrDownloader.app; sourceTree = BUILT_PRODUCTS_DIR; };
  72. D36ACDC61C44D07E00B2C7CF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  73. D36ACDC81C44D07E00B2C7CF /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  74. D36ACDC91C44D07E00B2C7CF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  75. D36ACDCB1C44D07E00B2C7CF /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  76. D36ACDCC1C44D07E00B2C7CF /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  77. D36ACDCF1C44D07E00B2C7CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  78. D36ACDD11C44D07E00B2C7CF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  79. D36ACDD41C44D07E00B2C7CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  80. D36ACDD61C44D07E00B2C7CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  81. D386B1201C46991400D7E0C5 /* ShareSupport.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ShareSupport.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  82. D386B1221C46991400D7E0C5 /* ShareViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShareViewController.h; sourceTree = "<group>"; };
  83. D386B1231C46991400D7E0C5 /* ShareViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ShareViewController.m; sourceTree = "<group>"; };
  84. D386B1261C46991400D7E0C5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = "<group>"; };
  85. D386B1281C46991400D7E0C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  86. D386B1301C469FDB00D7E0C5 /* TumblrDownloader.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = TumblrDownloader.entitlements; sourceTree = "<group>"; };
  87. D386B1311C46A0F900D7E0C5 /* ShareSupport.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = ShareSupport.entitlements; sourceTree = "<group>"; };
  88. D386B14A1C4930B300D7E0C5 /* StoredViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StoredViewController.h; sourceTree = "<group>"; };
  89. D386B14B1C4930B300D7E0C5 /* StoredViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StoredViewController.m; sourceTree = "<group>"; };
  90. D386B14D1C49357E00D7E0C5 /* Helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Helper.h; sourceTree = "<group>"; };
  91. D386B14E1C49357E00D7E0C5 /* Helper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Helper.m; sourceTree = "<group>"; };
  92. D386B1521C4B64DB00D7E0C5 /* HelpViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HelpViewController.h; sourceTree = "<group>"; };
  93. D386B1531C4B64DB00D7E0C5 /* HelpViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HelpViewController.m; sourceTree = "<group>"; };
  94. D386B15C1C4B73EB00D7E0C5 /* tab_stored.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = tab_stored.png; path = Assets/tab_stored.png; sourceTree = "<group>"; };
  95. D386B15D1C4B73EB00D7E0C5 /* tab_stored@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "tab_stored@2x.png"; path = "Assets/tab_stored@2x.png"; sourceTree = "<group>"; };
  96. D386B1601C4B861D00D7E0C5 /* tab_download.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = tab_download.png; path = Assets/tab_download.png; sourceTree = "<group>"; };
  97. D386B1611C4B861D00D7E0C5 /* tab_download@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "tab_download@2x.png"; path = "Assets/tab_download@2x.png"; sourceTree = "<group>"; };
  98. D386B1641C4B871B00D7E0C5 /* tab_help.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = tab_help.png; path = Assets/tab_help.png; sourceTree = "<group>"; };
  99. D386B1651C4B871B00D7E0C5 /* tab_help@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "tab_help@2x.png"; path = "Assets/tab_help@2x.png"; sourceTree = "<group>"; };
  100. D386B1661C4B871B00D7E0C5 /* tab_libraries.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = tab_libraries.png; path = Assets/tab_libraries.png; sourceTree = "<group>"; };
  101. D386B1671C4B871B00D7E0C5 /* tab_libraries@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "tab_libraries@2x.png"; path = "Assets/tab_libraries@2x.png"; sourceTree = "<group>"; };
  102. D386B16C1C4B8A4E00D7E0C5 /* Help_Text.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Help_Text.png; path = Assets/Help_Text.png; sourceTree = "<group>"; };
  103. D386B16D1C4B8A4E00D7E0C5 /* Help_Text@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Help_Text@2x.png"; path = "Assets/Help_Text@2x.png"; sourceTree = "<group>"; };
  104. D386B1701C4B954B00D7E0C5 /* MBProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = "<group>"; };
  105. D386B1711C4B954B00D7E0C5 /* MBProgressHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = "<group>"; };
  106. D386B1741C4BB08900D7E0C5 /* TasksViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TasksViewController.h; sourceTree = "<group>"; };
  107. D386B1751C4BB08900D7E0C5 /* TasksViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TasksViewController.m; sourceTree = "<group>"; };
  108. D386B1771C4BD42500D7E0C5 /* DownloadQueenViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DownloadQueenViewController.h; sourceTree = "<group>"; };
  109. D386B1781C4BD42500D7E0C5 /* DownloadQueenViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DownloadQueenViewController.m; sourceTree = "<group>"; };
  110. D386B17D1C4BEE8C00D7E0C5 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
  111. D3FA7C111C4FCF1600BC7FE6 /* libxml2.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.2.dylib; path = ../../../../../usr/lib/libxml2.2.dylib; sourceTree = "<group>"; };
  112. D3FA7C1C1C4FD3A300BC7FE6 /* TFHpple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TFHpple.h; path = hpple/TFHpple.h; sourceTree = "<group>"; };
  113. D3FA7C1D1C4FD3A300BC7FE6 /* TFHpple.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TFHpple.m; path = hpple/TFHpple.m; sourceTree = "<group>"; };
  114. D3FA7C1E1C4FD3A300BC7FE6 /* TFHppleElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TFHppleElement.h; path = hpple/TFHppleElement.h; sourceTree = "<group>"; };
  115. D3FA7C1F1C4FD3A300BC7FE6 /* TFHppleElement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TFHppleElement.m; path = hpple/TFHppleElement.m; sourceTree = "<group>"; };
  116. D3FA7C201C4FD3A300BC7FE6 /* XPathQuery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XPathQuery.h; path = hpple/XPathQuery.h; sourceTree = "<group>"; };
  117. D3FA7C211C4FD3A300BC7FE6 /* XPathQuery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = XPathQuery.m; path = hpple/XPathQuery.m; sourceTree = "<group>"; };
  118. /* End PBXFileReference section */
  119. /* Begin PBXFrameworksBuildPhase section */
  120. D36ACDBF1C44D07E00B2C7CF /* Frameworks */ = {
  121. isa = PBXFrameworksBuildPhase;
  122. buildActionMask = 2147483647;
  123. files = (
  124. );
  125. runOnlyForDeploymentPostprocessing = 0;
  126. };
  127. D386B11D1C46991400D7E0C5 /* Frameworks */ = {
  128. isa = PBXFrameworksBuildPhase;
  129. buildActionMask = 2147483647;
  130. files = (
  131. D3FA7C121C4FCF1600BC7FE6 /* libxml2.2.dylib in Frameworks */,
  132. D386B17E1C4BEE8C00D7E0C5 /* MobileCoreServices.framework in Frameworks */,
  133. );
  134. runOnlyForDeploymentPostprocessing = 0;
  135. };
  136. /* End PBXFrameworksBuildPhase section */
  137. /* Begin PBXGroup section */
  138. D36ACDB91C44D07E00B2C7CF = {
  139. isa = PBXGroup;
  140. children = (
  141. D3FA7C111C4FCF1600BC7FE6 /* libxml2.2.dylib */,
  142. D386B17D1C4BEE8C00D7E0C5 /* MobileCoreServices.framework */,
  143. D36ACDC41C44D07E00B2C7CF /* TumblrDownloader */,
  144. D386B1211C46991400D7E0C5 /* ShareSupport */,
  145. D36ACDC31C44D07E00B2C7CF /* Products */,
  146. );
  147. sourceTree = "<group>";
  148. };
  149. D36ACDC31C44D07E00B2C7CF /* Products */ = {
  150. isa = PBXGroup;
  151. children = (
  152. D36ACDC21C44D07E00B2C7CF /* TumblrDownloader.app */,
  153. D386B1201C46991400D7E0C5 /* ShareSupport.appex */,
  154. );
  155. name = Products;
  156. sourceTree = "<group>";
  157. };
  158. D36ACDC41C44D07E00B2C7CF /* TumblrDownloader */ = {
  159. isa = PBXGroup;
  160. children = (
  161. D386B15B1C4B73DA00D7E0C5 /* Assets */,
  162. D386B1301C469FDB00D7E0C5 /* TumblrDownloader.entitlements */,
  163. D36ACDC81C44D07E00B2C7CF /* AppDelegate.h */,
  164. D36ACDC91C44D07E00B2C7CF /* AppDelegate.m */,
  165. D36ACDCB1C44D07E00B2C7CF /* ViewController.h */,
  166. D36ACDCC1C44D07E00B2C7CF /* ViewController.m */,
  167. D36ACDCE1C44D07E00B2C7CF /* Main.storyboard */,
  168. D36ACDD11C44D07E00B2C7CF /* Assets.xcassets */,
  169. D36ACDD31C44D07E00B2C7CF /* LaunchScreen.storyboard */,
  170. D36ACDD61C44D07E00B2C7CF /* Info.plist */,
  171. D36ACDC51C44D07E00B2C7CF /* Supporting Files */,
  172. D386B1771C4BD42500D7E0C5 /* DownloadQueenViewController.h */,
  173. D386B1781C4BD42500D7E0C5 /* DownloadQueenViewController.m */,
  174. D386B14A1C4930B300D7E0C5 /* StoredViewController.h */,
  175. D386B14B1C4930B300D7E0C5 /* StoredViewController.m */,
  176. D386B1741C4BB08900D7E0C5 /* TasksViewController.h */,
  177. D386B1751C4BB08900D7E0C5 /* TasksViewController.m */,
  178. D386B1521C4B64DB00D7E0C5 /* HelpViewController.h */,
  179. D386B1531C4B64DB00D7E0C5 /* HelpViewController.m */,
  180. );
  181. path = TumblrDownloader;
  182. sourceTree = "<group>";
  183. };
  184. D36ACDC51C44D07E00B2C7CF /* Supporting Files */ = {
  185. isa = PBXGroup;
  186. children = (
  187. D36ACDC61C44D07E00B2C7CF /* main.m */,
  188. D3166D7A1C48F3F50003B6B8 /* Downloader.h */,
  189. D3166D7B1C48F3F50003B6B8 /* Downloader.m */,
  190. D386B1701C4B954B00D7E0C5 /* MBProgressHUD.h */,
  191. D386B1711C4B954B00D7E0C5 /* MBProgressHUD.m */,
  192. D3166D831C48F9C20003B6B8 /* Localizable.strings */,
  193. D386B14D1C49357E00D7E0C5 /* Helper.h */,
  194. D386B14E1C49357E00D7E0C5 /* Helper.m */,
  195. );
  196. name = "Supporting Files";
  197. sourceTree = "<group>";
  198. };
  199. D386B1211C46991400D7E0C5 /* ShareSupport */ = {
  200. isa = PBXGroup;
  201. children = (
  202. D3FA7C1B1C4FD39400BC7FE6 /* hpple */,
  203. D386B1311C46A0F900D7E0C5 /* ShareSupport.entitlements */,
  204. D386B1221C46991400D7E0C5 /* ShareViewController.h */,
  205. D386B1231C46991400D7E0C5 /* ShareViewController.m */,
  206. D386B1251C46991400D7E0C5 /* MainInterface.storyboard */,
  207. D386B1281C46991400D7E0C5 /* Info.plist */,
  208. );
  209. path = ShareSupport;
  210. sourceTree = "<group>";
  211. };
  212. D386B15B1C4B73DA00D7E0C5 /* Assets */ = {
  213. isa = PBXGroup;
  214. children = (
  215. D386B16C1C4B8A4E00D7E0C5 /* Help_Text.png */,
  216. D386B16D1C4B8A4E00D7E0C5 /* Help_Text@2x.png */,
  217. D386B1641C4B871B00D7E0C5 /* tab_help.png */,
  218. D386B1651C4B871B00D7E0C5 /* tab_help@2x.png */,
  219. D386B1661C4B871B00D7E0C5 /* tab_libraries.png */,
  220. D386B1671C4B871B00D7E0C5 /* tab_libraries@2x.png */,
  221. D386B1601C4B861D00D7E0C5 /* tab_download.png */,
  222. D386B1611C4B861D00D7E0C5 /* tab_download@2x.png */,
  223. D386B15C1C4B73EB00D7E0C5 /* tab_stored.png */,
  224. D386B15D1C4B73EB00D7E0C5 /* tab_stored@2x.png */,
  225. );
  226. name = Assets;
  227. sourceTree = "<group>";
  228. };
  229. D3FA7C1B1C4FD39400BC7FE6 /* hpple */ = {
  230. isa = PBXGroup;
  231. children = (
  232. D3FA7C1C1C4FD3A300BC7FE6 /* TFHpple.h */,
  233. D3FA7C1D1C4FD3A300BC7FE6 /* TFHpple.m */,
  234. D3FA7C1E1C4FD3A300BC7FE6 /* TFHppleElement.h */,
  235. D3FA7C1F1C4FD3A300BC7FE6 /* TFHppleElement.m */,
  236. D3FA7C201C4FD3A300BC7FE6 /* XPathQuery.h */,
  237. D3FA7C211C4FD3A300BC7FE6 /* XPathQuery.m */,
  238. );
  239. name = hpple;
  240. sourceTree = "<group>";
  241. };
  242. /* End PBXGroup section */
  243. /* Begin PBXNativeTarget section */
  244. D36ACDC11C44D07E00B2C7CF /* TumblrDownloader */ = {
  245. isa = PBXNativeTarget;
  246. buildConfigurationList = D36ACDD91C44D07E00B2C7CF /* Build configuration list for PBXNativeTarget "TumblrDownloader" */;
  247. buildPhases = (
  248. D36ACDBE1C44D07E00B2C7CF /* Sources */,
  249. D36ACDBF1C44D07E00B2C7CF /* Frameworks */,
  250. D36ACDC01C44D07E00B2C7CF /* Resources */,
  251. D386B12F1C46991400D7E0C5 /* Embed App Extensions */,
  252. );
  253. buildRules = (
  254. );
  255. dependencies = (
  256. D386B12A1C46991400D7E0C5 /* PBXTargetDependency */,
  257. );
  258. name = TumblrDownloader;
  259. productName = TumblrDownloader;
  260. productReference = D36ACDC21C44D07E00B2C7CF /* TumblrDownloader.app */;
  261. productType = "com.apple.product-type.application";
  262. };
  263. D386B11F1C46991400D7E0C5 /* ShareSupport */ = {
  264. isa = PBXNativeTarget;
  265. buildConfigurationList = D386B12E1C46991400D7E0C5 /* Build configuration list for PBXNativeTarget "ShareSupport" */;
  266. buildPhases = (
  267. D386B11C1C46991400D7E0C5 /* Sources */,
  268. D386B11D1C46991400D7E0C5 /* Frameworks */,
  269. D386B11E1C46991400D7E0C5 /* Resources */,
  270. );
  271. buildRules = (
  272. );
  273. dependencies = (
  274. );
  275. name = ShareSupport;
  276. productName = ShareSupport;
  277. productReference = D386B1201C46991400D7E0C5 /* ShareSupport.appex */;
  278. productType = "com.apple.product-type.app-extension";
  279. };
  280. /* End PBXNativeTarget section */
  281. /* Begin PBXProject section */
  282. D36ACDBA1C44D07E00B2C7CF /* Project object */ = {
  283. isa = PBXProject;
  284. attributes = {
  285. KnownAssetTags = (
  286. New,
  287. );
  288. LastUpgradeCheck = 0720;
  289. ORGANIZATIONNAME = HonorLee;
  290. TargetAttributes = {
  291. D36ACDC11C44D07E00B2C7CF = {
  292. CreatedOnToolsVersion = 7.2;
  293. DevelopmentTeam = 2U8FMACLL7;
  294. SystemCapabilities = {
  295. com.apple.ApplicationGroups.iOS = {
  296. enabled = 1;
  297. };
  298. com.apple.BackgroundModes = {
  299. enabled = 0;
  300. };
  301. };
  302. };
  303. D386B11F1C46991400D7E0C5 = {
  304. CreatedOnToolsVersion = 7.2;
  305. DevelopmentTeam = 2U8FMACLL7;
  306. SystemCapabilities = {
  307. com.apple.ApplicationGroups.iOS = {
  308. enabled = 1;
  309. };
  310. };
  311. };
  312. };
  313. };
  314. buildConfigurationList = D36ACDBD1C44D07E00B2C7CF /* Build configuration list for PBXProject "TumblrDownloader" */;
  315. compatibilityVersion = "Xcode 3.2";
  316. developmentRegion = English;
  317. hasScannedForEncodings = 0;
  318. knownRegions = (
  319. en,
  320. Base,
  321. "zh-Hans",
  322. );
  323. mainGroup = D36ACDB91C44D07E00B2C7CF;
  324. productRefGroup = D36ACDC31C44D07E00B2C7CF /* Products */;
  325. projectDirPath = "";
  326. projectRoot = "";
  327. targets = (
  328. D36ACDC11C44D07E00B2C7CF /* TumblrDownloader */,
  329. D386B11F1C46991400D7E0C5 /* ShareSupport */,
  330. );
  331. };
  332. /* End PBXProject section */
  333. /* Begin PBXResourcesBuildPhase section */
  334. D36ACDC01C44D07E00B2C7CF /* Resources */ = {
  335. isa = PBXResourcesBuildPhase;
  336. buildActionMask = 2147483647;
  337. files = (
  338. D386B16B1C4B871B00D7E0C5 /* tab_libraries@2x.png in Resources */,
  339. D36ACDD51C44D07E00B2C7CF /* LaunchScreen.storyboard in Resources */,
  340. D386B16E1C4B8A4E00D7E0C5 /* Help_Text.png in Resources */,
  341. D3166D811C48F9C20003B6B8 /* Localizable.strings in Resources */,
  342. D36ACDD21C44D07E00B2C7CF /* Assets.xcassets in Resources */,
  343. D386B15E1C4B73EB00D7E0C5 /* tab_stored.png in Resources */,
  344. D36ACDD01C44D07E00B2C7CF /* Main.storyboard in Resources */,
  345. D386B1621C4B861D00D7E0C5 /* tab_download.png in Resources */,
  346. D386B16F1C4B8A4E00D7E0C5 /* Help_Text@2x.png in Resources */,
  347. D386B1681C4B871B00D7E0C5 /* tab_help.png in Resources */,
  348. D386B16A1C4B871B00D7E0C5 /* tab_libraries.png in Resources */,
  349. D386B1691C4B871B00D7E0C5 /* tab_help@2x.png in Resources */,
  350. D386B1631C4B861D00D7E0C5 /* tab_download@2x.png in Resources */,
  351. D386B15F1C4B73EB00D7E0C5 /* tab_stored@2x.png in Resources */,
  352. D30DC0C11C4F68C700545EF1 /* ShareSupport.entitlements in Resources */,
  353. );
  354. runOnlyForDeploymentPostprocessing = 0;
  355. };
  356. D386B11E1C46991400D7E0C5 /* Resources */ = {
  357. isa = PBXResourcesBuildPhase;
  358. buildActionMask = 2147483647;
  359. files = (
  360. D30DC0C01C4F68C300545EF1 /* TumblrDownloader.entitlements in Resources */,
  361. D386B1271C46991400D7E0C5 /* MainInterface.storyboard in Resources */,
  362. );
  363. runOnlyForDeploymentPostprocessing = 0;
  364. };
  365. /* End PBXResourcesBuildPhase section */
  366. /* Begin PBXSourcesBuildPhase section */
  367. D36ACDBE1C44D07E00B2C7CF /* Sources */ = {
  368. isa = PBXSourcesBuildPhase;
  369. buildActionMask = 2147483647;
  370. files = (
  371. D36ACDCD1C44D07E00B2C7CF /* ViewController.m in Sources */,
  372. D386B14F1C49357E00D7E0C5 /* Helper.m in Sources */,
  373. D386B14C1C4930B300D7E0C5 /* StoredViewController.m in Sources */,
  374. D36ACDCA1C44D07E00B2C7CF /* AppDelegate.m in Sources */,
  375. D386B1541C4B64DB00D7E0C5 /* HelpViewController.m in Sources */,
  376. D386B1791C4BD42500D7E0C5 /* DownloadQueenViewController.m in Sources */,
  377. D3166D7C1C48F3F50003B6B8 /* Downloader.m in Sources */,
  378. D36ACDC71C44D07E00B2C7CF /* main.m in Sources */,
  379. D386B1721C4B954B00D7E0C5 /* MBProgressHUD.m in Sources */,
  380. D386B1761C4BB08900D7E0C5 /* TasksViewController.m in Sources */,
  381. );
  382. runOnlyForDeploymentPostprocessing = 0;
  383. };
  384. D386B11C1C46991400D7E0C5 /* Sources */ = {
  385. isa = PBXSourcesBuildPhase;
  386. buildActionMask = 2147483647;
  387. files = (
  388. D386B1241C46991400D7E0C5 /* ShareViewController.m in Sources */,
  389. D3FA7C221C4FD3A300BC7FE6 /* TFHpple.m in Sources */,
  390. D3FA7C241C4FD3A300BC7FE6 /* XPathQuery.m in Sources */,
  391. D3FA7C231C4FD3A300BC7FE6 /* TFHppleElement.m in Sources */,
  392. );
  393. runOnlyForDeploymentPostprocessing = 0;
  394. };
  395. /* End PBXSourcesBuildPhase section */
  396. /* Begin PBXTargetDependency section */
  397. D386B12A1C46991400D7E0C5 /* PBXTargetDependency */ = {
  398. isa = PBXTargetDependency;
  399. target = D386B11F1C46991400D7E0C5 /* ShareSupport */;
  400. targetProxy = D386B1291C46991400D7E0C5 /* PBXContainerItemProxy */;
  401. };
  402. /* End PBXTargetDependency section */
  403. /* Begin PBXVariantGroup section */
  404. D3166D831C48F9C20003B6B8 /* Localizable.strings */ = {
  405. isa = PBXVariantGroup;
  406. children = (
  407. D3166D821C48F9C20003B6B8 /* en */,
  408. D3166D881C48FA6F0003B6B8 /* zh-Hans */,
  409. );
  410. name = Localizable.strings;
  411. sourceTree = "<group>";
  412. };
  413. D36ACDCE1C44D07E00B2C7CF /* Main.storyboard */ = {
  414. isa = PBXVariantGroup;
  415. children = (
  416. D36ACDCF1C44D07E00B2C7CF /* Base */,
  417. );
  418. name = Main.storyboard;
  419. sourceTree = "<group>";
  420. };
  421. D36ACDD31C44D07E00B2C7CF /* LaunchScreen.storyboard */ = {
  422. isa = PBXVariantGroup;
  423. children = (
  424. D36ACDD41C44D07E00B2C7CF /* Base */,
  425. );
  426. name = LaunchScreen.storyboard;
  427. sourceTree = "<group>";
  428. };
  429. D386B1251C46991400D7E0C5 /* MainInterface.storyboard */ = {
  430. isa = PBXVariantGroup;
  431. children = (
  432. D386B1261C46991400D7E0C5 /* Base */,
  433. );
  434. name = MainInterface.storyboard;
  435. sourceTree = "<group>";
  436. };
  437. /* End PBXVariantGroup section */
  438. /* Begin XCBuildConfiguration section */
  439. D36ACDD71C44D07E00B2C7CF /* Debug */ = {
  440. isa = XCBuildConfiguration;
  441. buildSettings = {
  442. ALWAYS_SEARCH_USER_PATHS = NO;
  443. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  444. CLANG_CXX_LIBRARY = "libc++";
  445. CLANG_ENABLE_MODULES = YES;
  446. CLANG_ENABLE_OBJC_ARC = YES;
  447. CLANG_WARN_BOOL_CONVERSION = YES;
  448. CLANG_WARN_CONSTANT_CONVERSION = YES;
  449. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  450. CLANG_WARN_EMPTY_BODY = YES;
  451. CLANG_WARN_ENUM_CONVERSION = YES;
  452. CLANG_WARN_INT_CONVERSION = YES;
  453. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  454. CLANG_WARN_UNREACHABLE_CODE = YES;
  455. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  456. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  457. COPY_PHASE_STRIP = NO;
  458. DEBUG_INFORMATION_FORMAT = dwarf;
  459. ENABLE_STRICT_OBJC_MSGSEND = YES;
  460. ENABLE_TESTABILITY = YES;
  461. GCC_C_LANGUAGE_STANDARD = gnu99;
  462. GCC_DYNAMIC_NO_PIC = NO;
  463. GCC_NO_COMMON_BLOCKS = YES;
  464. GCC_OPTIMIZATION_LEVEL = 0;
  465. GCC_PREPROCESSOR_DEFINITIONS = (
  466. "DEBUG=1",
  467. "$(inherited)",
  468. );
  469. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  470. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  471. GCC_WARN_UNDECLARED_SELECTOR = YES;
  472. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  473. GCC_WARN_UNUSED_FUNCTION = YES;
  474. GCC_WARN_UNUSED_VARIABLE = YES;
  475. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  476. MTL_ENABLE_DEBUG_INFO = YES;
  477. ONLY_ACTIVE_ARCH = YES;
  478. SDKROOT = iphoneos;
  479. };
  480. name = Debug;
  481. };
  482. D36ACDD81C44D07E00B2C7CF /* Release */ = {
  483. isa = XCBuildConfiguration;
  484. buildSettings = {
  485. ALWAYS_SEARCH_USER_PATHS = NO;
  486. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  487. CLANG_CXX_LIBRARY = "libc++";
  488. CLANG_ENABLE_MODULES = YES;
  489. CLANG_ENABLE_OBJC_ARC = YES;
  490. CLANG_WARN_BOOL_CONVERSION = YES;
  491. CLANG_WARN_CONSTANT_CONVERSION = YES;
  492. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  493. CLANG_WARN_EMPTY_BODY = YES;
  494. CLANG_WARN_ENUM_CONVERSION = YES;
  495. CLANG_WARN_INT_CONVERSION = YES;
  496. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  497. CLANG_WARN_UNREACHABLE_CODE = YES;
  498. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  499. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  500. COPY_PHASE_STRIP = NO;
  501. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  502. ENABLE_NS_ASSERTIONS = NO;
  503. ENABLE_STRICT_OBJC_MSGSEND = YES;
  504. GCC_C_LANGUAGE_STANDARD = gnu99;
  505. GCC_NO_COMMON_BLOCKS = YES;
  506. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  507. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  508. GCC_WARN_UNDECLARED_SELECTOR = YES;
  509. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  510. GCC_WARN_UNUSED_FUNCTION = YES;
  511. GCC_WARN_UNUSED_VARIABLE = YES;
  512. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  513. MTL_ENABLE_DEBUG_INFO = NO;
  514. SDKROOT = iphoneos;
  515. VALIDATE_PRODUCT = YES;
  516. };
  517. name = Release;
  518. };
  519. D36ACDDA1C44D07E00B2C7CF /* Debug */ = {
  520. isa = XCBuildConfiguration;
  521. buildSettings = {
  522. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  523. CODE_SIGN_ENTITLEMENTS = TumblrDownloader/TumblrDownloader.entitlements;
  524. CODE_SIGN_IDENTITY = "iPhone Developer";
  525. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  526. INFOPLIST_FILE = TumblrDownloader/Info.plist;
  527. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  528. PRODUCT_BUNDLE_IDENTIFIER = org.honorlee.TumblrDownloader.Main;
  529. PRODUCT_NAME = "$(TARGET_NAME)";
  530. PROVISIONING_PROFILE = "";
  531. };
  532. name = Debug;
  533. };
  534. D36ACDDB1C44D07E00B2C7CF /* Release */ = {
  535. isa = XCBuildConfiguration;
  536. buildSettings = {
  537. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  538. CODE_SIGN_ENTITLEMENTS = TumblrDownloader/TumblrDownloader.entitlements;
  539. CODE_SIGN_IDENTITY = "iPhone Developer";
  540. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  541. INFOPLIST_FILE = TumblrDownloader/Info.plist;
  542. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  543. PRODUCT_BUNDLE_IDENTIFIER = org.honorlee.TumblrDownloader.Main;
  544. PRODUCT_NAME = "$(TARGET_NAME)";
  545. PROVISIONING_PROFILE = "";
  546. };
  547. name = Release;
  548. };
  549. D386B12C1C46991400D7E0C5 /* Debug */ = {
  550. isa = XCBuildConfiguration;
  551. buildSettings = {
  552. CODE_SIGN_ENTITLEMENTS = ShareSupport/ShareSupport.entitlements;
  553. CODE_SIGN_IDENTITY = "iPhone Developer";
  554. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  555. INFOPLIST_FILE = ShareSupport/Info.plist;
  556. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  557. OTHER_LDFLAGS = "";
  558. PRODUCT_BUNDLE_IDENTIFIER = org.honorlee.TumblrDownloader.Main.ShareReciever;
  559. PRODUCT_NAME = "$(TARGET_NAME)";
  560. PROVISIONING_PROFILE = "";
  561. SKIP_INSTALL = YES;
  562. USER_HEADER_SEARCH_PATHS = /usr/include/libxml;
  563. };
  564. name = Debug;
  565. };
  566. D386B12D1C46991400D7E0C5 /* Release */ = {
  567. isa = XCBuildConfiguration;
  568. buildSettings = {
  569. CODE_SIGN_ENTITLEMENTS = ShareSupport/ShareSupport.entitlements;
  570. CODE_SIGN_IDENTITY = "iPhone Developer";
  571. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  572. INFOPLIST_FILE = ShareSupport/Info.plist;
  573. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  574. OTHER_LDFLAGS = "";
  575. PRODUCT_BUNDLE_IDENTIFIER = org.honorlee.TumblrDownloader.Main.ShareReciever;
  576. PRODUCT_NAME = "$(TARGET_NAME)";
  577. PROVISIONING_PROFILE = "";
  578. SKIP_INSTALL = YES;
  579. USER_HEADER_SEARCH_PATHS = /usr/include/libxml;
  580. };
  581. name = Release;
  582. };
  583. /* End XCBuildConfiguration section */
  584. /* Begin XCConfigurationList section */
  585. D36ACDBD1C44D07E00B2C7CF /* Build configuration list for PBXProject "TumblrDownloader" */ = {
  586. isa = XCConfigurationList;
  587. buildConfigurations = (
  588. D36ACDD71C44D07E00B2C7CF /* Debug */,
  589. D36ACDD81C44D07E00B2C7CF /* Release */,
  590. );
  591. defaultConfigurationIsVisible = 0;
  592. defaultConfigurationName = Release;
  593. };
  594. D36ACDD91C44D07E00B2C7CF /* Build configuration list for PBXNativeTarget "TumblrDownloader" */ = {
  595. isa = XCConfigurationList;
  596. buildConfigurations = (
  597. D36ACDDA1C44D07E00B2C7CF /* Debug */,
  598. D36ACDDB1C44D07E00B2C7CF /* Release */,
  599. );
  600. defaultConfigurationIsVisible = 0;
  601. defaultConfigurationName = Release;
  602. };
  603. D386B12E1C46991400D7E0C5 /* Build configuration list for PBXNativeTarget "ShareSupport" */ = {
  604. isa = XCConfigurationList;
  605. buildConfigurations = (
  606. D386B12C1C46991400D7E0C5 /* Debug */,
  607. D386B12D1C46991400D7E0C5 /* Release */,
  608. );
  609. defaultConfigurationIsVisible = 0;
  610. defaultConfigurationName = Release;
  611. };
  612. /* End XCConfigurationList section */
  613. };
  614. rootObject = D36ACDBA1C44D07E00B2C7CF /* Project object */;
  615. }