project.pbxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. BE48FDF007AFA5DC00BB41DA /* SDLMain.h in Headers */ = {isa = PBXBuildFile; fileRef = F5A47A9D01A0482F01D3D55B /* SDLMain.h */; };
  10. BE48FDF207AFA5DC00BB41DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
  11. BE48FDF407AFA5DC00BB41DA /* SDLMain.m in Sources */ = {isa = PBXBuildFile; fileRef = F5A47A9E01A0483001D3D55B /* SDLMain.m */; };
  12. BE48FDF507AFA5DC00BB41DA /* showfont.c in Sources */ = {isa = PBXBuildFile; fileRef = F567D68601CDA5FA01F3E8B9 /* showfont.c */; };
  13. BE48FDF707AFA5DC00BB41DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
  14. BE48FDF807AFA5DC00BB41DA /* SDL_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE48FDE007AFA5B000BB41DA /* SDL_ttf.framework */; };
  15. BE48FDF907AFA5DC00BB41DA /* SDL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE48FDE107AFA5B000BB41DA /* SDL.framework */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXFileReference section */
  18. 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  19. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
  20. 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
  21. 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
  22. BE48FDE007AFA5B000BB41DA /* SDL_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_ttf.framework; path = /Library/Frameworks/SDL_ttf.framework; sourceTree = "<absolute>"; };
  23. BE48FDE107AFA5B000BB41DA /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = "<absolute>"; };
  24. BE48FDFA07AFA5DD00BB41DA /* Info-showfont__Upgraded_.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-showfont__Upgraded_.plist"; sourceTree = "<group>"; };
  25. BE48FDFB07AFA5DD00BB41DA /* showfont.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = showfont.app; sourceTree = BUILT_PRODUCTS_DIR; };
  26. F567D68601CDA5FA01F3E8B9 /* showfont.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = showfont.c; path = ../../showfont.c; sourceTree = SOURCE_ROOT; };
  27. F5A47A9D01A0482F01D3D55B /* SDLMain.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; };
  28. F5A47A9E01A0483001D3D55B /* SDLMain.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; };
  29. /* End PBXFileReference section */
  30. /* Begin PBXFrameworksBuildPhase section */
  31. BE48FDF607AFA5DC00BB41DA /* Frameworks */ = {
  32. isa = PBXFrameworksBuildPhase;
  33. buildActionMask = 2147483647;
  34. files = (
  35. BE48FDF707AFA5DC00BB41DA /* Cocoa.framework in Frameworks */,
  36. BE48FDF807AFA5DC00BB41DA /* SDL_ttf.framework in Frameworks */,
  37. BE48FDF907AFA5DC00BB41DA /* SDL.framework in Frameworks */,
  38. );
  39. runOnlyForDeploymentPostprocessing = 0;
  40. };
  41. /* End PBXFrameworksBuildPhase section */
  42. /* Begin PBXGroup section */
  43. 080E96DDFE201D6D7F000001 /* Classes */ = {
  44. isa = PBXGroup;
  45. children = (
  46. F5A47A9D01A0482F01D3D55B /* SDLMain.h */,
  47. F5A47A9E01A0483001D3D55B /* SDLMain.m */,
  48. );
  49. name = Classes;
  50. sourceTree = "<group>";
  51. };
  52. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
  53. isa = PBXGroup;
  54. children = (
  55. BE48FDE007AFA5B000BB41DA /* SDL_ttf.framework */,
  56. BE48FDE107AFA5B000BB41DA /* SDL.framework */,
  57. 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
  58. );
  59. name = "Linked Frameworks";
  60. sourceTree = "<group>";
  61. };
  62. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
  63. isa = PBXGroup;
  64. children = (
  65. 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
  66. 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
  67. );
  68. name = "Other Frameworks";
  69. sourceTree = "<group>";
  70. };
  71. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  72. isa = PBXGroup;
  73. children = (
  74. BE48FDFB07AFA5DD00BB41DA /* showfont.app */,
  75. );
  76. name = Products;
  77. sourceTree = "<group>";
  78. };
  79. 29B97314FDCFA39411CA2CEA /* SDL App */ = {
  80. isa = PBXGroup;
  81. children = (
  82. 080E96DDFE201D6D7F000001 /* Classes */,
  83. 29B97315FDCFA39411CA2CEA /* Other Sources */,
  84. 29B97317FDCFA39411CA2CEA /* Resources */,
  85. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  86. 19C28FACFE9D520D11CA2CBB /* Products */,
  87. BE48FDFA07AFA5DD00BB41DA /* Info-showfont__Upgraded_.plist */,
  88. );
  89. name = "SDL App";
  90. sourceTree = "<group>";
  91. };
  92. 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
  93. isa = PBXGroup;
  94. children = (
  95. F567D68601CDA5FA01F3E8B9 /* showfont.c */,
  96. );
  97. name = "Other Sources";
  98. sourceTree = "<group>";
  99. };
  100. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
  104. );
  105. name = Resources;
  106. sourceTree = "<group>";
  107. };
  108. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
  112. 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
  113. );
  114. name = Frameworks;
  115. sourceTree = "<group>";
  116. };
  117. /* End PBXGroup section */
  118. /* Begin PBXHeadersBuildPhase section */
  119. BE48FDEF07AFA5DC00BB41DA /* Headers */ = {
  120. isa = PBXHeadersBuildPhase;
  121. buildActionMask = 2147483647;
  122. files = (
  123. BE48FDF007AFA5DC00BB41DA /* SDLMain.h in Headers */,
  124. );
  125. runOnlyForDeploymentPostprocessing = 0;
  126. };
  127. /* End PBXHeadersBuildPhase section */
  128. /* Begin PBXNativeTarget section */
  129. BE48FDEE07AFA5DC00BB41DA /* showfont */ = {
  130. isa = PBXNativeTarget;
  131. buildConfigurationList = 00B7E224097E2B2800826121 /* Build configuration list for PBXNativeTarget "showfont" */;
  132. buildPhases = (
  133. BE48FDEF07AFA5DC00BB41DA /* Headers */,
  134. BE48FDF107AFA5DC00BB41DA /* Resources */,
  135. BE48FDF307AFA5DC00BB41DA /* Sources */,
  136. BE48FDF607AFA5DC00BB41DA /* Frameworks */,
  137. );
  138. buildRules = (
  139. );
  140. dependencies = (
  141. );
  142. name = showfont;
  143. productInstallPath = "$(HOME)/Applications";
  144. productName = "SDL App";
  145. productReference = BE48FDFB07AFA5DD00BB41DA /* showfont.app */;
  146. productType = "com.apple.product-type.application";
  147. };
  148. /* End PBXNativeTarget section */
  149. /* Begin PBXProject section */
  150. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  151. isa = PBXProject;
  152. attributes = {
  153. LastUpgradeCheck = 0420;
  154. };
  155. buildConfigurationList = 00B7E228097E2B2800826121 /* Build configuration list for PBXProject "showfont" */;
  156. compatibilityVersion = "Xcode 3.2";
  157. developmentRegion = English;
  158. hasScannedForEncodings = 0;
  159. knownRegions = (
  160. en,
  161. );
  162. mainGroup = 29B97314FDCFA39411CA2CEA /* SDL App */;
  163. projectDirPath = "";
  164. projectRoot = "";
  165. targets = (
  166. BE48FDEE07AFA5DC00BB41DA /* showfont */,
  167. );
  168. };
  169. /* End PBXProject section */
  170. /* Begin PBXResourcesBuildPhase section */
  171. BE48FDF107AFA5DC00BB41DA /* Resources */ = {
  172. isa = PBXResourcesBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. BE48FDF207AFA5DC00BB41DA /* InfoPlist.strings in Resources */,
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. };
  179. /* End PBXResourcesBuildPhase section */
  180. /* Begin PBXSourcesBuildPhase section */
  181. BE48FDF307AFA5DC00BB41DA /* Sources */ = {
  182. isa = PBXSourcesBuildPhase;
  183. buildActionMask = 2147483647;
  184. files = (
  185. BE48FDF407AFA5DC00BB41DA /* SDLMain.m in Sources */,
  186. BE48FDF507AFA5DC00BB41DA /* showfont.c in Sources */,
  187. );
  188. runOnlyForDeploymentPostprocessing = 0;
  189. };
  190. /* End PBXSourcesBuildPhase section */
  191. /* Begin PBXVariantGroup section */
  192. 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
  193. isa = PBXVariantGroup;
  194. children = (
  195. 089C165DFE840E0CC02AAC07 /* English */,
  196. );
  197. name = InfoPlist.strings;
  198. sourceTree = "<group>";
  199. };
  200. /* End PBXVariantGroup section */
  201. /* Begin XCBuildConfiguration section */
  202. 00B7E225097E2B2800826121 /* Debug */ = {
  203. isa = XCBuildConfiguration;
  204. buildSettings = {
  205. FRAMEWORK_SEARCH_PATHS = (
  206. "$(HOME)/Library/Frameworks",
  207. /Library/Frameworks,
  208. );
  209. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  210. HEADER_SEARCH_PATHS = (
  211. "$(HOME)/Library/Frameworks/SDL.framework/Headers",
  212. /Library/Frameworks/SDL.framework/Headers,
  213. "$(HOME)/Library/Frameworks/SDL_ttf.framework/Headers",
  214. /Library/Frameworks/SDL_ttf.framework/Headers,
  215. );
  216. INFOPLIST_FILE = "Info-showfont__Upgraded_.plist";
  217. INSTALL_PATH = "$(HOME)/Applications";
  218. LIBRARY_SEARCH_PATHS = "";
  219. OTHER_LDFLAGS = "";
  220. PRODUCT_NAME = showfont;
  221. SECTORDER_FLAGS = "";
  222. WRAPPER_EXTENSION = app;
  223. };
  224. name = Debug;
  225. };
  226. 00B7E226097E2B2800826121 /* Release */ = {
  227. isa = XCBuildConfiguration;
  228. buildSettings = {
  229. FRAMEWORK_SEARCH_PATHS = (
  230. "$(HOME)/Library/Frameworks",
  231. /Library/Frameworks,
  232. );
  233. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  234. HEADER_SEARCH_PATHS = (
  235. "$(HOME)/Library/Frameworks/SDL.framework/Headers",
  236. /Library/Frameworks/SDL.framework/Headers,
  237. "$(HOME)/Library/Frameworks/SDL_ttf.framework/Headers",
  238. /Library/Frameworks/SDL_ttf.framework/Headers,
  239. );
  240. INFOPLIST_FILE = "Info-showfont__Upgraded_.plist";
  241. INSTALL_PATH = "$(HOME)/Applications";
  242. LIBRARY_SEARCH_PATHS = "";
  243. OTHER_LDFLAGS = "";
  244. PRODUCT_NAME = showfont;
  245. SECTORDER_FLAGS = "";
  246. WRAPPER_EXTENSION = app;
  247. };
  248. name = Release;
  249. };
  250. 00B7E229097E2B2800826121 /* Debug */ = {
  251. isa = XCBuildConfiguration;
  252. buildSettings = {
  253. GCC_OPTIMIZATION_LEVEL = 0;
  254. };
  255. name = Debug;
  256. };
  257. 00B7E22A097E2B2800826121 /* Release */ = {
  258. isa = XCBuildConfiguration;
  259. buildSettings = {
  260. };
  261. name = Release;
  262. };
  263. /* End XCBuildConfiguration section */
  264. /* Begin XCConfigurationList section */
  265. 00B7E224097E2B2800826121 /* Build configuration list for PBXNativeTarget "showfont" */ = {
  266. isa = XCConfigurationList;
  267. buildConfigurations = (
  268. 00B7E225097E2B2800826121 /* Debug */,
  269. 00B7E226097E2B2800826121 /* Release */,
  270. );
  271. defaultConfigurationIsVisible = 0;
  272. defaultConfigurationName = Debug;
  273. };
  274. 00B7E228097E2B2800826121 /* Build configuration list for PBXProject "showfont" */ = {
  275. isa = XCConfigurationList;
  276. buildConfigurations = (
  277. 00B7E229097E2B2800826121 /* Debug */,
  278. 00B7E22A097E2B2800826121 /* Release */,
  279. );
  280. defaultConfigurationIsVisible = 0;
  281. defaultConfigurationName = Debug;
  282. };
  283. /* End XCConfigurationList section */
  284. };
  285. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  286. }