PageRenderTime 56ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/core/externals/update-engine/externals/gdata-objectivec-client/Examples/BloggerSample/BloggerSample.xcodeproj/project.pbxproj

http://macfuse.googlecode.com/
Unknown | 495 lines | 479 code | 16 blank | 0 comment | 0 complexity | 79711c555c241ff02696ff7eb762a836 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, GPL-2.0
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4F38F5900B66E14800B24B81 /* BloggerSampleWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F38F58F0B66E14800B24B81 /* BloggerSampleWindowController.m */; };
  10. 4F38F5D20B66E1BA00B24B81 /* BloggerSampleAppController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F38F5D10B66E1BA00B24B81 /* BloggerSampleAppController.m */; };
  11. 4F53A0A80BAA182D009A3C4E /* GData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4F539F8D0BAA0F24009A3C4E /* GData.framework */; };
  12. 4FA6F2791034AA3E00C5DFA5 /* BloggerSampleWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4FA6F2751034AA3E00C5DFA5 /* BloggerSampleWindow.xib */; };
  13. 4FA6F27A1034AA3E00C5DFA5 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4FA6F2771034AA3E00C5DFA5 /* MainMenu.xib */; };
  14. 4FAB41590BAA194300FBBDC9 /* GData.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4F539F8D0BAA0F24009A3C4E /* GData.framework */; };
  15. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
  16. 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
  17. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. 4F539F8C0BAA0F24009A3C4E /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */;
  23. proxyType = 2;
  24. remoteGlobalIDString = 4F38F6A60B66E91D00B24B81;
  25. remoteInfo = GDataFramework;
  26. };
  27. 4F539F8E0BAA0F24009A3C4E /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */;
  30. proxyType = 2;
  31. remoteGlobalIDString = 4F14A9DD0B1276B70072EBB8;
  32. remoteInfo = GDataUnitTests;
  33. };
  34. 4F539F900BAA0F24009A3C4E /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */;
  37. proxyType = 2;
  38. remoteGlobalIDString = 4F1AD9020B71603F00DC0485;
  39. remoteInfo = DevelopmentTestTool;
  40. };
  41. 4F53A0920BAA174F009A3C4E /* PBXContainerItemProxy */ = {
  42. isa = PBXContainerItemProxy;
  43. containerPortal = 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */;
  44. proxyType = 1;
  45. remoteGlobalIDString = 4F38F6A50B66E91D00B24B81;
  46. remoteInfo = GDataFramework;
  47. };
  48. 4F7AAF6710AB87FB0075EB10 /* PBXContainerItemProxy */ = {
  49. isa = PBXContainerItemProxy;
  50. containerPortal = 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */;
  51. proxyType = 2;
  52. remoteGlobalIDString = 4F85E018103B83B700B4C418;
  53. remoteInfo = GDataIPhoneUnitTests;
  54. };
  55. 4FA6F2661034AA2B00C5DFA5 /* PBXContainerItemProxy */ = {
  56. isa = PBXContainerItemProxy;
  57. containerPortal = 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */;
  58. proxyType = 2;
  59. remoteGlobalIDString = 4F1C6E0F1027B3CE00B46459;
  60. remoteInfo = GDataTouchStaticLib;
  61. };
  62. /* End PBXContainerItemProxy section */
  63. /* Begin PBXCopyFilesBuildPhase section */
  64. 4FAB41570BAA193100FBBDC9 /* CopyFiles */ = {
  65. isa = PBXCopyFilesBuildPhase;
  66. buildActionMask = 2147483647;
  67. dstPath = "";
  68. dstSubfolderSpec = 10;
  69. files = (
  70. 4FAB41590BAA194300FBBDC9 /* GData.framework in CopyFiles */,
  71. );
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. /* End PBXCopyFilesBuildPhase section */
  75. /* Begin PBXFileReference section */
  76. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  77. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  78. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
  79. 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  80. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  81. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  82. 4F38F58E0B66E14800B24B81 /* BloggerSampleWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BloggerSampleWindowController.h; sourceTree = "<group>"; };
  83. 4F38F58F0B66E14800B24B81 /* BloggerSampleWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BloggerSampleWindowController.m; sourceTree = "<group>"; };
  84. 4F38F5D00B66E1BA00B24B81 /* BloggerSampleAppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BloggerSampleAppController.h; sourceTree = "<group>"; };
  85. 4F38F5D10B66E1BA00B24B81 /* BloggerSampleAppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BloggerSampleAppController.m; sourceTree = "<group>"; };
  86. 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GData.xcodeproj; path = ../../Source/GData.xcodeproj; sourceTree = SOURCE_ROOT; };
  87. 4FA3BDF10B978D5F001C1943 /* BloggerSample_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BloggerSample_Prefix.pch; sourceTree = "<group>"; };
  88. 4FA6F2761034AA3E00C5DFA5 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/BloggerSampleWindow.xib; sourceTree = "<group>"; };
  89. 4FA6F2781034AA3E00C5DFA5 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
  90. 4FD0EFD10CBC5A2400059DC1 /* buildCopyScript */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = buildCopyScript; sourceTree = "<group>"; };
  91. 4FD0EFD20CBC5A2400059DC1 /* buildStripHeaders */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = buildStripHeaders; sourceTree = "<group>"; };
  92. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  93. 8D1107320486CEB800E47090 /* BloggerSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BloggerSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  94. /* End PBXFileReference section */
  95. /* Begin PBXFrameworksBuildPhase section */
  96. 8D11072E0486CEB800E47090 /* Frameworks */ = {
  97. isa = PBXFrameworksBuildPhase;
  98. buildActionMask = 2147483647;
  99. files = (
  100. 4F53A0A80BAA182D009A3C4E /* GData.framework in Frameworks */,
  101. 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
  102. );
  103. runOnlyForDeploymentPostprocessing = 0;
  104. };
  105. /* End PBXFrameworksBuildPhase section */
  106. /* Begin PBXGroup section */
  107. 080E96DDFE201D6D7F000001 /* Classes */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 4F38F5D00B66E1BA00B24B81 /* BloggerSampleAppController.h */,
  111. 4F38F5D10B66E1BA00B24B81 /* BloggerSampleAppController.m */,
  112. 4F38F58E0B66E14800B24B81 /* BloggerSampleWindowController.h */,
  113. 4F38F58F0B66E14800B24B81 /* BloggerSampleWindowController.m */,
  114. );
  115. name = Classes;
  116. sourceTree = "<group>";
  117. };
  118. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  122. );
  123. name = "Linked Frameworks";
  124. sourceTree = "<group>";
  125. };
  126. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  130. 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
  131. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  132. );
  133. name = "Other Frameworks";
  134. sourceTree = "<group>";
  135. };
  136. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 8D1107320486CEB800E47090 /* BloggerSample.app */,
  140. );
  141. name = Products;
  142. sourceTree = "<group>";
  143. };
  144. 29B97314FDCFA39411CA2CEA /* CalendarSample */ = {
  145. isa = PBXGroup;
  146. children = (
  147. 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */,
  148. 080E96DDFE201D6D7F000001 /* Classes */,
  149. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  150. 29B97317FDCFA39411CA2CEA /* Resources */,
  151. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  152. 4FD0EFCE0CBC5A0E00059DC1 /* Build Scripts */,
  153. 19C28FACFE9D520D11CA2CBB /* Products */,
  154. );
  155. name = CalendarSample;
  156. sourceTree = "<group>";
  157. };
  158. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  159. isa = PBXGroup;
  160. children = (
  161. 4FA3BDF10B978D5F001C1943 /* BloggerSample_Prefix.pch */,
  162. 29B97316FDCFA39411CA2CEA /* main.m */,
  163. );
  164. name = "Other Sources";
  165. sourceTree = "<group>";
  166. };
  167. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  168. isa = PBXGroup;
  169. children = (
  170. 4FA6F2751034AA3E00C5DFA5 /* BloggerSampleWindow.xib */,
  171. 4FA6F2771034AA3E00C5DFA5 /* MainMenu.xib */,
  172. 8D1107310486CEB800E47090 /* Info.plist */,
  173. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  174. );
  175. name = Resources;
  176. sourceTree = "<group>";
  177. };
  178. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  179. isa = PBXGroup;
  180. children = (
  181. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  182. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  183. );
  184. name = Frameworks;
  185. sourceTree = "<group>";
  186. };
  187. 4F539F800BAA0F24009A3C4E /* Products */ = {
  188. isa = PBXGroup;
  189. children = (
  190. 4F539F8D0BAA0F24009A3C4E /* GData.framework */,
  191. 4FA6F2671034AA2B00C5DFA5 /* libGDataTouchStaticLib.a */,
  192. 4F539F8F0BAA0F24009A3C4E /* GDataUnitTests.octest */,
  193. 4F7AAF6810AB87FB0075EB10 /* GDataIPhoneUnitTests.octest */,
  194. 4F539F910BAA0F24009A3C4E /* DevelopmentTestTool */,
  195. );
  196. name = Products;
  197. sourceTree = "<group>";
  198. };
  199. 4FD0EFCE0CBC5A0E00059DC1 /* Build Scripts */ = {
  200. isa = PBXGroup;
  201. children = (
  202. 4FD0EFD10CBC5A2400059DC1 /* buildCopyScript */,
  203. 4FD0EFD20CBC5A2400059DC1 /* buildStripHeaders */,
  204. );
  205. name = "Build Scripts";
  206. sourceTree = "<group>";
  207. };
  208. /* End PBXGroup section */
  209. /* Begin PBXNativeTarget section */
  210. 8D1107260486CEB800E47090 /* BloggerSample */ = {
  211. isa = PBXNativeTarget;
  212. buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "BloggerSample" */;
  213. buildPhases = (
  214. 4FAB41610BAA1C9500FBBDC9 /* Copy GData Framework to BUILT_PRODUCTS_DIR */,
  215. 8D1107290486CEB800E47090 /* Resources */,
  216. 8D11072C0486CEB800E47090 /* Sources */,
  217. 8D11072E0486CEB800E47090 /* Frameworks */,
  218. 4FAB41570BAA193100FBBDC9 /* CopyFiles */,
  219. 4FD0EFDD0CBC5A9B00059DC1 /* Strip Headers */,
  220. );
  221. buildRules = (
  222. );
  223. dependencies = (
  224. 4F53A0930BAA174F009A3C4E /* PBXTargetDependency */,
  225. );
  226. name = BloggerSample;
  227. productInstallPath = "$(HOME)/Applications";
  228. productName = CalendarSample;
  229. productReference = 8D1107320486CEB800E47090 /* BloggerSample.app */;
  230. productType = "com.apple.product-type.application";
  231. };
  232. /* End PBXNativeTarget section */
  233. /* Begin PBXProject section */
  234. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  235. isa = PBXProject;
  236. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "BloggerSample" */;
  237. compatibilityVersion = "Xcode 3.2";
  238. developmentRegion = English;
  239. hasScannedForEncodings = 1;
  240. knownRegions = (
  241. English,
  242. Japanese,
  243. French,
  244. German,
  245. );
  246. mainGroup = 29B97314FDCFA39411CA2CEA /* CalendarSample */;
  247. projectDirPath = "";
  248. projectReferences = (
  249. {
  250. ProductGroup = 4F539F800BAA0F24009A3C4E /* Products */;
  251. ProjectRef = 4F539F7F0BAA0F24009A3C4E /* GData.xcodeproj */;
  252. },
  253. );
  254. projectRoot = "";
  255. targets = (
  256. 8D1107260486CEB800E47090 /* BloggerSample */,
  257. );
  258. };
  259. /* End PBXProject section */
  260. /* Begin PBXReferenceProxy section */
  261. 4F539F8D0BAA0F24009A3C4E /* GData.framework */ = {
  262. isa = PBXReferenceProxy;
  263. fileType = wrapper.framework;
  264. path = GData.framework;
  265. remoteRef = 4F539F8C0BAA0F24009A3C4E /* PBXContainerItemProxy */;
  266. sourceTree = BUILT_PRODUCTS_DIR;
  267. };
  268. 4F539F8F0BAA0F24009A3C4E /* GDataUnitTests.octest */ = {
  269. isa = PBXReferenceProxy;
  270. fileType = wrapper.cfbundle;
  271. path = GDataUnitTests.octest;
  272. remoteRef = 4F539F8E0BAA0F24009A3C4E /* PBXContainerItemProxy */;
  273. sourceTree = BUILT_PRODUCTS_DIR;
  274. };
  275. 4F539F910BAA0F24009A3C4E /* DevelopmentTestTool */ = {
  276. isa = PBXReferenceProxy;
  277. fileType = "compiled.mach-o.executable";
  278. path = DevelopmentTestTool;
  279. remoteRef = 4F539F900BAA0F24009A3C4E /* PBXContainerItemProxy */;
  280. sourceTree = BUILT_PRODUCTS_DIR;
  281. };
  282. 4F7AAF6810AB87FB0075EB10 /* GDataIPhoneUnitTests.octest */ = {
  283. isa = PBXReferenceProxy;
  284. fileType = wrapper.cfbundle;
  285. path = GDataIPhoneUnitTests.octest;
  286. remoteRef = 4F7AAF6710AB87FB0075EB10 /* PBXContainerItemProxy */;
  287. sourceTree = BUILT_PRODUCTS_DIR;
  288. };
  289. 4FA6F2671034AA2B00C5DFA5 /* libGDataTouchStaticLib.a */ = {
  290. isa = PBXReferenceProxy;
  291. fileType = archive.ar;
  292. path = libGDataTouchStaticLib.a;
  293. remoteRef = 4FA6F2661034AA2B00C5DFA5 /* PBXContainerItemProxy */;
  294. sourceTree = BUILT_PRODUCTS_DIR;
  295. };
  296. /* End PBXReferenceProxy section */
  297. /* Begin PBXResourcesBuildPhase section */
  298. 8D1107290486CEB800E47090 /* Resources */ = {
  299. isa = PBXResourcesBuildPhase;
  300. buildActionMask = 2147483647;
  301. files = (
  302. 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
  303. 4FA6F2791034AA3E00C5DFA5 /* BloggerSampleWindow.xib in Resources */,
  304. 4FA6F27A1034AA3E00C5DFA5 /* MainMenu.xib in Resources */,
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. /* End PBXResourcesBuildPhase section */
  309. /* Begin PBXShellScriptBuildPhase section */
  310. 4FAB41610BAA1C9500FBBDC9 /* Copy GData Framework to BUILT_PRODUCTS_DIR */ = {
  311. isa = PBXShellScriptBuildPhase;
  312. buildActionMask = 2147483647;
  313. files = (
  314. );
  315. inputPaths = (
  316. );
  317. name = "Copy GData Framework to BUILT_PRODUCTS_DIR";
  318. outputPaths = (
  319. );
  320. runOnlyForDeploymentPostprocessing = 0;
  321. shellPath = /bin/sh;
  322. shellScript = ./buildCopyScript;
  323. };
  324. 4FD0EFDD0CBC5A9B00059DC1 /* Strip Headers */ = {
  325. isa = PBXShellScriptBuildPhase;
  326. buildActionMask = 2147483647;
  327. files = (
  328. );
  329. inputPaths = (
  330. );
  331. name = "Strip Headers";
  332. outputPaths = (
  333. );
  334. runOnlyForDeploymentPostprocessing = 0;
  335. shellPath = /bin/sh;
  336. shellScript = ./buildStripHeaders;
  337. };
  338. /* End PBXShellScriptBuildPhase section */
  339. /* Begin PBXSourcesBuildPhase section */
  340. 8D11072C0486CEB800E47090 /* Sources */ = {
  341. isa = PBXSourcesBuildPhase;
  342. buildActionMask = 2147483647;
  343. files = (
  344. 8D11072D0486CEB800E47090 /* main.m in Sources */,
  345. 4F38F5900B66E14800B24B81 /* BloggerSampleWindowController.m in Sources */,
  346. 4F38F5D20B66E1BA00B24B81 /* BloggerSampleAppController.m in Sources */,
  347. );
  348. runOnlyForDeploymentPostprocessing = 0;
  349. };
  350. /* End PBXSourcesBuildPhase section */
  351. /* Begin PBXTargetDependency section */
  352. 4F53A0930BAA174F009A3C4E /* PBXTargetDependency */ = {
  353. isa = PBXTargetDependency;
  354. name = GDataFramework;
  355. targetProxy = 4F53A0920BAA174F009A3C4E /* PBXContainerItemProxy */;
  356. };
  357. /* End PBXTargetDependency section */
  358. /* Begin PBXVariantGroup section */
  359. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  360. isa = PBXVariantGroup;
  361. children = (
  362. 089C165DFE840E0CC02AAC07 /* English */,
  363. );
  364. name = InfoPlist.strings;
  365. sourceTree = "<group>";
  366. };
  367. 4FA6F2751034AA3E00C5DFA5 /* BloggerSampleWindow.xib */ = {
  368. isa = PBXVariantGroup;
  369. children = (
  370. 4FA6F2761034AA3E00C5DFA5 /* English */,
  371. );
  372. name = BloggerSampleWindow.xib;
  373. sourceTree = "<group>";
  374. };
  375. 4FA6F2771034AA3E00C5DFA5 /* MainMenu.xib */ = {
  376. isa = PBXVariantGroup;
  377. children = (
  378. 4FA6F2781034AA3E00C5DFA5 /* English */,
  379. );
  380. name = MainMenu.xib;
  381. sourceTree = "<group>";
  382. };
  383. /* End PBXVariantGroup section */
  384. /* Begin XCBuildConfiguration section */
  385. C01FCF4B08A954540054247B /* Debug */ = {
  386. isa = XCBuildConfiguration;
  387. buildSettings = {
  388. COPY_PHASE_STRIP = NO;
  389. FRAMEWORK_SEARCH_PATHS = (
  390. "$(inherited)",
  391. "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
  392. );
  393. FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../Source/build/$(CONFIGURATION)/";
  394. GCC_DYNAMIC_NO_PIC = NO;
  395. GCC_MODEL_TUNING = G5;
  396. GCC_OPTIMIZATION_LEVEL = 0;
  397. INFOPLIST_FILE = Info.plist;
  398. INSTALL_PATH = "$(HOME)/Applications";
  399. PRODUCT_NAME = BloggerSample;
  400. WRAPPER_EXTENSION = app;
  401. };
  402. name = Debug;
  403. };
  404. C01FCF4C08A954540054247B /* Release */ = {
  405. isa = XCBuildConfiguration;
  406. buildSettings = {
  407. ARCHS = (
  408. ppc,
  409. i386,
  410. );
  411. FRAMEWORK_SEARCH_PATHS = (
  412. "$(inherited)",
  413. "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)",
  414. );
  415. FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../../Source/build/$(CONFIGURATION)/";
  416. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  417. GCC_MODEL_TUNING = G5;
  418. INFOPLIST_FILE = Info.plist;
  419. INSTALL_PATH = "$(HOME)/Applications";
  420. PRODUCT_NAME = BloggerSample;
  421. WRAPPER_EXTENSION = app;
  422. };
  423. name = Release;
  424. };
  425. C01FCF4F08A954540054247B /* Debug */ = {
  426. isa = XCBuildConfiguration;
  427. buildSettings = {
  428. GCC_C_LANGUAGE_STANDARD = c99;
  429. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  430. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  431. GCC_WARN_UNUSED_VARIABLE = YES;
  432. OTHER_CFLAGS = "-DDEBUG=1";
  433. SDKROOT = macosx;
  434. WARNING_CFLAGS = (
  435. "-Wall",
  436. "-Werror",
  437. );
  438. };
  439. name = Debug;
  440. };
  441. C01FCF5008A954540054247B /* Release */ = {
  442. isa = XCBuildConfiguration;
  443. buildSettings = {
  444. GCC_C_LANGUAGE_STANDARD = c99;
  445. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  446. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  447. GCC_WARN_UNUSED_VARIABLE = YES;
  448. SDKROOT = macosx;
  449. WARNING_CFLAGS = (
  450. "-Wall",
  451. "-Werror",
  452. );
  453. };
  454. name = Release;
  455. };
  456. /* End XCBuildConfiguration section */
  457. /* Begin XCConfigurationList section */
  458. C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "BloggerSample" */ = {
  459. isa = XCConfigurationList;
  460. buildConfigurations = (
  461. C01FCF4B08A954540054247B /* Debug */,
  462. C01FCF4C08A954540054247B /* Release */,
  463. );
  464. defaultConfigurationIsVisible = 0;
  465. defaultConfigurationName = Release;
  466. };
  467. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "BloggerSample" */ = {
  468. isa = XCConfigurationList;
  469. buildConfigurations = (
  470. C01FCF4F08A954540054247B /* Debug */,
  471. C01FCF5008A954540054247B /* Release */,
  472. );
  473. defaultConfigurationIsVisible = 0;
  474. defaultConfigurationName = Release;
  475. };
  476. /* End XCConfigurationList section */
  477. };
  478. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  479. }