project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 45273A68360C0E815D1B1BC0 /* kromasky_16x16.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 5F9758D31B3F59084DC82795 /* kromasky_16x16.bmp */; };
  10. 324160D025840B5270143D94 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E0951906832624606980FA7 /* common.c */; };
  11. 4CBC542E1F7005322C280595 /* keyboard.c in Sources */ = {isa = PBXBuildFile; fileRef = 2987762A782C33F9516B55E5 /* keyboard.c */; };
  12. 7BBF522D0B3425221AC07065 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2343286F2DA963733BDB4BFF /* AudioToolbox.framework */; };
  13. 79421BCE00DF36EC439A5CD4 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29F4734C35942DEA723A5A77 /* QuartzCore.framework */; };
  14. 06A76AFF0ED4094D53875FC7 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E0C550168CA5DF878D253AB /* OpenGLES.framework */; };
  15. 3D133C292D622B105EE9453E /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 422B29AA759D18C60A831E77 /* CoreGraphics.framework */; };
  16. 05431A973AEA7EE57FA27595 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 750F39EC6BA274B14FCF2602 /* UIKit.framework */; };
  17. 69605E6F6C651372297A0B12 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 243E12D229FC131B064C7705 /* Foundation.framework */; };
  18. 05CF5EDB7CA80D6B0B8E1F8D /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7256748A485906120EDA0EC6 /* CoreAudio.framework */; };
  19. 152755650FEB31C909EC00E4 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 72750F76468F6580744A4BC9 /* libSDL2.a */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. 5034364C4E5B3FD958D13B5C /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = 4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */;
  25. proxyType = 2;
  26. remoteGlobalIDString = 224D2C85085A7BA60E532655;
  27. remoteInfo = "libSDL2.a";
  28. };
  29. 47316C104E515CB0638F45FE /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = 4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */;
  32. proxyType = 1;
  33. remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
  34. remoteInfo = "libSDL2.a";
  35. };
  36. /* End PBXContainerItemProxy section */
  37. /* Begin PBXFileReference section */
  38. 3EAB5300634A1F997DFB781B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
  39. 5F9758D31B3F59084DC82795 /* kromasky_16x16.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "kromasky_16x16.bmp"; path = "../../../../Xcode-iOS/Demos/data/bitmapfont/kromasky_16x16.bmp"; sourceTree = "<group>"; };
  40. 6E0951906832624606980FA7 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
  41. 4D90349C274323322B1A6BBA /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
  42. 2987762A782C33F9516B55E5 /* keyboard.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "keyboard.c"; path = "../../../../Xcode-iOS/Demos/src/keyboard.c"; sourceTree = "<group>"; };
  43. 2343286F2DA963733BDB4BFF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
  44. 29F4734C35942DEA723A5A77 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
  45. 7E0C550168CA5DF878D253AB /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
  46. 422B29AA759D18C60A831E77 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
  47. 750F39EC6BA274B14FCF2602 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
  48. 243E12D229FC131B064C7705 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
  49. 7256748A485906120EDA0EC6 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
  50. 759B2B246CC126C15CAC3E9A /* keyboard */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "keyboard"; path = "keyboard"; sourceTree = BUILT_PRODUCTS_DIR; };
  51. 4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
  52. /* End PBXFileReference section */
  53. /* Begin PBXFrameworksBuildPhase section */
  54. 34184B7037081F3645C941EF /* Frameworks */ = {
  55. isa = PBXFrameworksBuildPhase;
  56. buildActionMask = 2147483647;
  57. files = (
  58. 7BBF522D0B3425221AC07065 /* AudioToolbox.framework in Frameworks */,
  59. 79421BCE00DF36EC439A5CD4 /* QuartzCore.framework in Frameworks */,
  60. 06A76AFF0ED4094D53875FC7 /* OpenGLES.framework in Frameworks */,
  61. 3D133C292D622B105EE9453E /* CoreGraphics.framework in Frameworks */,
  62. 05431A973AEA7EE57FA27595 /* UIKit.framework in Frameworks */,
  63. 69605E6F6C651372297A0B12 /* Foundation.framework in Frameworks */,
  64. 05CF5EDB7CA80D6B0B8E1F8D /* CoreAudio.framework in Frameworks */,
  65. 152755650FEB31C909EC00E4 /* libSDL2.a in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. /* End PBXFrameworksBuildPhase section */
  70. /* Begin PBXGroup section */
  71. 677B6BC5125065EF671517AF /* keyboard */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 7B4430D456083F22037D36EF /* Xcode-iOS */,
  75. 12A204F705CD6EA85EED2785 /* Frameworks */,
  76. 648E631128706545491A6FF5 /* Products */,
  77. 5C50345624874A655FED50DE /* Projects */,
  78. );
  79. name = "keyboard";
  80. sourceTree = "<group>";
  81. };
  82. 7B4430D456083F22037D36EF /* Xcode-iOS */ = {
  83. isa = PBXGroup;
  84. children = (
  85. 0CDD3A6150551D1F7A057966 /* Demos */,
  86. );
  87. name = "Xcode-iOS";
  88. sourceTree = "<group>";
  89. };
  90. 0CDD3A6150551D1F7A057966 /* Demos */ = {
  91. isa = PBXGroup;
  92. children = (
  93. 3EAB5300634A1F997DFB781B /* Info.plist */,
  94. 49C73F1123DD22E36DB26715 /* data */,
  95. 70CD296F51F07063761032D3 /* src */,
  96. );
  97. name = "Demos";
  98. sourceTree = "<group>";
  99. };
  100. 49C73F1123DD22E36DB26715 /* data */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 4B1E1F4E75081D4125E24E30 /* bitmapfont */,
  104. );
  105. name = "data";
  106. sourceTree = "<group>";
  107. };
  108. 4B1E1F4E75081D4125E24E30 /* bitmapfont */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 5F9758D31B3F59084DC82795 /* kromasky_16x16.bmp */,
  112. );
  113. name = "bitmapfont";
  114. sourceTree = "<group>";
  115. };
  116. 70CD296F51F07063761032D3 /* src */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 6E0951906832624606980FA7 /* common.c */,
  120. 4D90349C274323322B1A6BBA /* common.h */,
  121. 2987762A782C33F9516B55E5 /* keyboard.c */,
  122. );
  123. name = "src";
  124. sourceTree = "<group>";
  125. };
  126. 12A204F705CD6EA85EED2785 /* Frameworks */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 2343286F2DA963733BDB4BFF /* AudioToolbox.framework */,
  130. 29F4734C35942DEA723A5A77 /* QuartzCore.framework */,
  131. 7E0C550168CA5DF878D253AB /* OpenGLES.framework */,
  132. 422B29AA759D18C60A831E77 /* CoreGraphics.framework */,
  133. 750F39EC6BA274B14FCF2602 /* UIKit.framework */,
  134. 243E12D229FC131B064C7705 /* Foundation.framework */,
  135. 7256748A485906120EDA0EC6 /* CoreAudio.framework */,
  136. );
  137. name = "Frameworks";
  138. sourceTree = "<group>";
  139. };
  140. 648E631128706545491A6FF5 /* Products */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 759B2B246CC126C15CAC3E9A /* keyboard */,
  144. );
  145. name = "Products";
  146. sourceTree = "<group>";
  147. };
  148. 5C50345624874A655FED50DE /* Projects */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */,
  152. );
  153. name = "Projects";
  154. sourceTree = "<group>";
  155. };
  156. 644325D14FD20B88184F7B96 /* Products */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 72750F76468F6580744A4BC9 /* libSDL2.a */,
  160. );
  161. name = Products;
  162. sourceTree = "<group>";
  163. };
  164. /* End PBXGroup section */
  165. /* Begin PBXNativeTarget section */
  166. 73176F12128359B77F276047 /* keyboard */ = {
  167. isa = PBXNativeTarget;
  168. buildConfigurationList = 2CB14BD0504177BD395A5721 /* Build configuration list for PBXNativeTarget "keyboard" */;
  169. buildPhases = (
  170. 4684144777C328C125E4477A /* Resources */,
  171. 46C76D2668D37A606FA41834 /* Sources */,
  172. 34184B7037081F3645C941EF /* Frameworks */,
  173. );
  174. buildRules = (
  175. );
  176. dependencies = (
  177. 49D96F9A0B0A7D6D315D6561 /* PBXTargetDependency */,
  178. );
  179. name = "keyboard";
  180. productInstallPath = "$(HOME)/Applications";
  181. productName = "keyboard";
  182. productReference = 759B2B246CC126C15CAC3E9A /* keyboard */;
  183. productType = "com.apple.product-type.application";
  184. };
  185. /* End PBXNativeTarget section */
  186. /* Begin PBXProject section */
  187. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  188. isa = PBXProject;
  189. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "keyboard" */;
  190. compatibilityVersion = "Xcode 3.2";
  191. hasScannedForEncodings = 1;
  192. mainGroup = 677B6BC5125065EF671517AF /* keyboard */;
  193. projectDirPath = "";
  194. projectReferences = (
  195. {
  196. ProductGroup = 644325D14FD20B88184F7B96 /* Products */;
  197. ProjectRef = 4EC774AF1C8B11653EDD4CF5 /* SDL2.xcodeproj */;
  198. },
  199. );
  200. projectRoot = "";
  201. targets = (
  202. 73176F12128359B77F276047 /* keyboard */,
  203. );
  204. };
  205. /* End PBXProject section */
  206. /* Begin PBXReferenceProxy section */
  207. 72750F76468F6580744A4BC9 /* libSDL2.a */ = {
  208. isa = PBXReferenceProxy;
  209. fileType = archive.ar;
  210. path = "Build/Debug/libSDL2.a";
  211. remoteRef = 5034364C4E5B3FD958D13B5C /* PBXContainerItemProxy */;
  212. sourceTree = BUILT_PRODUCTS_DIR;
  213. };
  214. /* End PBXReferenceProxy section */
  215. /* Begin PBXResourcesBuildPhase section */
  216. 4684144777C328C125E4477A /* Resources */ = {
  217. isa = PBXResourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. 45273A68360C0E815D1B1BC0 /* kromasky_16x16.bmp in Resources */,
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. /* End PBXResourcesBuildPhase section */
  225. /* Begin PBXSourcesBuildPhase section */
  226. 46C76D2668D37A606FA41834 /* Sources */ = {
  227. isa = PBXSourcesBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. 324160D025840B5270143D94 /* common.c in Sources */,
  231. 4CBC542E1F7005322C280595 /* keyboard.c in Sources */,
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. };
  235. /* End PBXSourcesBuildPhase section */
  236. /* Begin PBXVariantGroup section */
  237. /* End PBXVariantGroup section */
  238. /* Begin PBXTargetDependency section */
  239. 49D96F9A0B0A7D6D315D6561 /* PBXTargetDependency */ = {
  240. isa = PBXTargetDependency;
  241. name = "libSDL2.a";
  242. targetProxy = 47316C104E515CB0638F45FE /* PBXContainerItemProxy */;
  243. };
  244. /* End PBXTargetDependency section */
  245. /* Begin XCBuildConfiguration section */
  246. 29CD6D214B7C539E454E3F7F /* Debug */ = {
  247. isa = XCBuildConfiguration;
  248. buildSettings = {
  249. ALWAYS_SEARCH_USER_PATHS = NO;
  250. CONFIGURATION_BUILD_DIR = Build/Debug;
  251. GCC_DYNAMIC_NO_PIC = NO;
  252. GCC_MODEL_TUNING = G5;
  253. INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
  254. INSTALL_PATH = "$(HOME)/Applications";
  255. PRODUCT_NAME = "keyboard";
  256. };
  257. name = "Debug";
  258. };
  259. 4F111B6B1ABD2B982AD67BF5 /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. ALWAYS_SEARCH_USER_PATHS = NO;
  263. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  264. CONFIGURATION_BUILD_DIR = Build/Release;
  265. GCC_DYNAMIC_NO_PIC = NO;
  266. GCC_MODEL_TUNING = G5;
  267. INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
  268. INSTALL_PATH = "$(HOME)/Applications";
  269. PRODUCT_NAME = "keyboard";
  270. };
  271. name = "Release";
  272. };
  273. 5BB564CA490F15C1418B1116 /* Debug */ = {
  274. isa = XCBuildConfiguration;
  275. buildSettings = {
  276. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  277. SDKROOT = iphoneos;
  278. CODE_SIGN_IDENTITY = "iPhone Developer";
  279. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  280. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  281. COPY_PHASE_STRIP = NO;
  282. GCC_C_LANGUAGE_STANDARD = gnu99;
  283. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  284. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  285. GCC_OPTIMIZATION_LEVEL = 0;
  286. GCC_PREPROCESSOR_DEFINITIONS = (
  287. "USING_PREMAKE_CONFIG_H",
  288. "_DEBUG",
  289. );
  290. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  291. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  292. GCC_WARN_UNUSED_VARIABLE = YES;
  293. HEADER_SEARCH_PATHS = (
  294. "../..",
  295. "../../../../include",
  296. );
  297. OBJROOT = "obj/iOS/Debug";
  298. ONLY_ACTIVE_ARCH = YES;
  299. SYMROOT = "Build/Debug";
  300. };
  301. name = "Debug";
  302. };
  303. 1CB3517C5A08534D77F33340 /* Release */ = {
  304. isa = XCBuildConfiguration;
  305. buildSettings = {
  306. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  307. SDKROOT = iphoneos;
  308. CODE_SIGN_IDENTITY = "iPhone Developer";
  309. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  310. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  311. GCC_C_LANGUAGE_STANDARD = gnu99;
  312. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  313. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  314. GCC_OPTIMIZATION_LEVEL = 3;
  315. GCC_PREPROCESSOR_DEFINITIONS = (
  316. "USING_PREMAKE_CONFIG_H",
  317. "NDEBUG",
  318. );
  319. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  320. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  321. GCC_WARN_UNUSED_VARIABLE = YES;
  322. HEADER_SEARCH_PATHS = (
  323. "../..",
  324. "../../../../include",
  325. );
  326. OBJROOT = "obj/iOS/Release";
  327. ONLY_ACTIVE_ARCH = NO;
  328. SYMROOT = "Build/Release";
  329. };
  330. name = "Release";
  331. };
  332. /* End XCBuildConfiguration section */
  333. /* Begin XCConfigurationList section */
  334. 2CB14BD0504177BD395A5721 /* Build configuration list for PBXNativeTarget "keyboard" */ = {
  335. isa = XCConfigurationList;
  336. buildConfigurations = (
  337. 29CD6D214B7C539E454E3F7F /* Debug */,
  338. 4F111B6B1ABD2B982AD67BF5 /* Release */,
  339. );
  340. defaultConfigurationIsVisible = 0;
  341. defaultConfigurationName = "Debug";
  342. };
  343. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "keyboard" */ = {
  344. isa = XCConfigurationList;
  345. buildConfigurations = (
  346. 5BB564CA490F15C1418B1116 /* Debug */,
  347. 1CB3517C5A08534D77F33340 /* Release */,
  348. );
  349. defaultConfigurationIsVisible = 0;
  350. defaultConfigurationName = "Debug";
  351. };
  352. /* End XCConfigurationList section */
  353. };
  354. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  355. }