project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 674906CF330F50E3203B3BE2 /* ship.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 324B72283F7756BA003D4F89 /* ship.bmp */; };
  10. 7D6E4948535F13803EB24793 /* space.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 75D70D1032D7609D1FF110D8 /* space.bmp */; };
  11. 05BC137B00F21C1E34222E13 /* accelerometer.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F0668AE7894542751932A92 /* accelerometer.c */; };
  12. 26993FB748FA383F4D1609ED /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 1AD060ED78CA41CC628541A4 /* common.c */; };
  13. 0D4139CC20C575FB6FE0714B /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */; };
  14. 21C26FE40025290D321B186A /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */; };
  15. 27DC096C4EBF1C4910E8113A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */; };
  16. 188D7C0554AA68A621F77BC2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7CF62CCC24035B7636970CDF /* CoreGraphics.framework */; };
  17. 1C4B220C7E566D3B6FEA219B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0FF410EE17A75CBF37A16A7A /* UIKit.framework */; };
  18. 3AB556FB793A74F25F5554E7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EE13E2B3520069A797D2E12 /* Foundation.framework */; };
  19. 128C61D42B537987446C3DAE /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09C44E3B227D56962A4C6F18 /* CoreAudio.framework */; };
  20. 6B4A5750488819AB41E467FB /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EF20F1D796452C879872F95 /* libSDL2.a */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXContainerItemProxy section */
  23. 7C9A632C62AF516279D47C47 /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
  26. proxyType = 2;
  27. remoteGlobalIDString = 224D2C85085A7BA60E532655;
  28. remoteInfo = "libSDL2.a";
  29. };
  30. 3694413107B7067430080ECD /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
  33. proxyType = 1;
  34. remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
  35. remoteInfo = "libSDL2.a";
  36. };
  37. /* End PBXContainerItemProxy section */
  38. /* Begin PBXFileReference section */
  39. 2FE912395DD5772A6A7E1F33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
  40. 324B72283F7756BA003D4F89 /* ship.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "ship.bmp"; path = "../../../../Xcode-iOS/Demos/data/ship.bmp"; sourceTree = "<group>"; };
  41. 75D70D1032D7609D1FF110D8 /* space.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "space.bmp"; path = "../../../../Xcode-iOS/Demos/data/space.bmp"; sourceTree = "<group>"; };
  42. 0F0668AE7894542751932A92 /* accelerometer.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "accelerometer.c"; path = "../../../../Xcode-iOS/Demos/src/accelerometer.c"; sourceTree = "<group>"; };
  43. 1AD060ED78CA41CC628541A4 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
  44. 6717384817185E66201700F1 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
  45. 13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
  46. 761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
  47. 691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
  48. 7CF62CCC24035B7636970CDF /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
  49. 0FF410EE17A75CBF37A16A7A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
  50. 4EE13E2B3520069A797D2E12 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
  51. 09C44E3B227D56962A4C6F18 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
  52. 61D70B5D29674F5D75141737 /* accelerometer */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "accelerometer"; path = "accelerometer"; sourceTree = BUILT_PRODUCTS_DIR; };
  53. 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
  54. /* End PBXFileReference section */
  55. /* Begin PBXFrameworksBuildPhase section */
  56. 4F2B411B72F5599B7711251B /* Frameworks */ = {
  57. isa = PBXFrameworksBuildPhase;
  58. buildActionMask = 2147483647;
  59. files = (
  60. 0D4139CC20C575FB6FE0714B /* AudioToolbox.framework in Frameworks */,
  61. 21C26FE40025290D321B186A /* QuartzCore.framework in Frameworks */,
  62. 27DC096C4EBF1C4910E8113A /* OpenGLES.framework in Frameworks */,
  63. 188D7C0554AA68A621F77BC2 /* CoreGraphics.framework in Frameworks */,
  64. 1C4B220C7E566D3B6FEA219B /* UIKit.framework in Frameworks */,
  65. 3AB556FB793A74F25F5554E7 /* Foundation.framework in Frameworks */,
  66. 128C61D42B537987446C3DAE /* CoreAudio.framework in Frameworks */,
  67. 6B4A5750488819AB41E467FB /* libSDL2.a in Frameworks */,
  68. );
  69. runOnlyForDeploymentPostprocessing = 0;
  70. };
  71. /* End PBXFrameworksBuildPhase section */
  72. /* Begin PBXGroup section */
  73. 1BCF64F206ED3FFA6FCB3744 /* accelerometer */ = {
  74. isa = PBXGroup;
  75. children = (
  76. 57EA49B528E153D23CAA746B /* Xcode-iOS */,
  77. 04022578784D401A06614C4C /* Frameworks */,
  78. 0682642E36227AF649AD15E1 /* Products */,
  79. 10934AB6192843925A2C3FCB /* Projects */,
  80. );
  81. name = "accelerometer";
  82. sourceTree = "<group>";
  83. };
  84. 57EA49B528E153D23CAA746B /* Xcode-iOS */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 440746E769CB3C2666172B92 /* Demos */,
  88. );
  89. name = "Xcode-iOS";
  90. sourceTree = "<group>";
  91. };
  92. 440746E769CB3C2666172B92 /* Demos */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 2FE912395DD5772A6A7E1F33 /* Info.plist */,
  96. 09B436A542BB045D05CC2009 /* data */,
  97. 0D4A117E0EF119EE7D3E77A5 /* src */,
  98. );
  99. name = "Demos";
  100. sourceTree = "<group>";
  101. };
  102. 09B436A542BB045D05CC2009 /* data */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 324B72283F7756BA003D4F89 /* ship.bmp */,
  106. 75D70D1032D7609D1FF110D8 /* space.bmp */,
  107. );
  108. name = "data";
  109. sourceTree = "<group>";
  110. };
  111. 0D4A117E0EF119EE7D3E77A5 /* src */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 0F0668AE7894542751932A92 /* accelerometer.c */,
  115. 1AD060ED78CA41CC628541A4 /* common.c */,
  116. 6717384817185E66201700F1 /* common.h */,
  117. );
  118. name = "src";
  119. sourceTree = "<group>";
  120. };
  121. 04022578784D401A06614C4C /* Frameworks */ = {
  122. isa = PBXGroup;
  123. children = (
  124. 13373F7C6C961F2D4D281BE9 /* AudioToolbox.framework */,
  125. 761E2DD50F5B34C04FFD2AAE /* QuartzCore.framework */,
  126. 691C3F7C7CBC50FC7AF4543F /* OpenGLES.framework */,
  127. 7CF62CCC24035B7636970CDF /* CoreGraphics.framework */,
  128. 0FF410EE17A75CBF37A16A7A /* UIKit.framework */,
  129. 4EE13E2B3520069A797D2E12 /* Foundation.framework */,
  130. 09C44E3B227D56962A4C6F18 /* CoreAudio.framework */,
  131. );
  132. name = "Frameworks";
  133. sourceTree = "<group>";
  134. };
  135. 0682642E36227AF649AD15E1 /* Products */ = {
  136. isa = PBXGroup;
  137. children = (
  138. 61D70B5D29674F5D75141737 /* accelerometer */,
  139. );
  140. name = "Products";
  141. sourceTree = "<group>";
  142. };
  143. 10934AB6192843925A2C3FCB /* Projects */ = {
  144. isa = PBXGroup;
  145. children = (
  146. 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */,
  147. );
  148. name = "Projects";
  149. sourceTree = "<group>";
  150. };
  151. 00327F6B64F33A717B2750FC /* Products */ = {
  152. isa = PBXGroup;
  153. children = (
  154. 5EF20F1D796452C879872F95 /* libSDL2.a */,
  155. );
  156. name = Products;
  157. sourceTree = "<group>";
  158. };
  159. /* End PBXGroup section */
  160. /* Begin PBXNativeTarget section */
  161. 206349984FD364256139268B /* accelerometer */ = {
  162. isa = PBXNativeTarget;
  163. buildConfigurationList = 31FC2F13262437C908FF3C38 /* Build configuration list for PBXNativeTarget "accelerometer" */;
  164. buildPhases = (
  165. 1CE11A4948F84856205D72AA /* Resources */,
  166. 0A7A791967E92509752E3940 /* Sources */,
  167. 4F2B411B72F5599B7711251B /* Frameworks */,
  168. );
  169. buildRules = (
  170. );
  171. dependencies = (
  172. 59ED738603BF22172E103B9C /* PBXTargetDependency */,
  173. );
  174. name = "accelerometer";
  175. productInstallPath = "$(HOME)/Applications";
  176. productName = "accelerometer";
  177. productReference = 61D70B5D29674F5D75141737 /* accelerometer */;
  178. productType = "com.apple.product-type.application";
  179. };
  180. /* End PBXNativeTarget section */
  181. /* Begin PBXProject section */
  182. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  183. isa = PBXProject;
  184. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "accelerometer" */;
  185. compatibilityVersion = "Xcode 3.2";
  186. hasScannedForEncodings = 1;
  187. mainGroup = 1BCF64F206ED3FFA6FCB3744 /* accelerometer */;
  188. projectDirPath = "";
  189. projectReferences = (
  190. {
  191. ProductGroup = 00327F6B64F33A717B2750FC /* Products */;
  192. ProjectRef = 3CC27DC669FE34F16DE15E07 /* SDL2.xcodeproj */;
  193. },
  194. );
  195. projectRoot = "";
  196. targets = (
  197. 206349984FD364256139268B /* accelerometer */,
  198. );
  199. };
  200. /* End PBXProject section */
  201. /* Begin PBXReferenceProxy section */
  202. 5EF20F1D796452C879872F95 /* libSDL2.a */ = {
  203. isa = PBXReferenceProxy;
  204. fileType = archive.ar;
  205. path = "Build/Debug/libSDL2.a";
  206. remoteRef = 7C9A632C62AF516279D47C47 /* PBXContainerItemProxy */;
  207. sourceTree = BUILT_PRODUCTS_DIR;
  208. };
  209. /* End PBXReferenceProxy section */
  210. /* Begin PBXResourcesBuildPhase section */
  211. 1CE11A4948F84856205D72AA /* Resources */ = {
  212. isa = PBXResourcesBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. 674906CF330F50E3203B3BE2 /* ship.bmp in Resources */,
  216. 7D6E4948535F13803EB24793 /* space.bmp in Resources */,
  217. );
  218. runOnlyForDeploymentPostprocessing = 0;
  219. };
  220. /* End PBXResourcesBuildPhase section */
  221. /* Begin PBXSourcesBuildPhase section */
  222. 0A7A791967E92509752E3940 /* Sources */ = {
  223. isa = PBXSourcesBuildPhase;
  224. buildActionMask = 2147483647;
  225. files = (
  226. 05BC137B00F21C1E34222E13 /* accelerometer.c in Sources */,
  227. 26993FB748FA383F4D1609ED /* common.c in Sources */,
  228. );
  229. runOnlyForDeploymentPostprocessing = 0;
  230. };
  231. /* End PBXSourcesBuildPhase section */
  232. /* Begin PBXVariantGroup section */
  233. /* End PBXVariantGroup section */
  234. /* Begin PBXTargetDependency section */
  235. 59ED738603BF22172E103B9C /* PBXTargetDependency */ = {
  236. isa = PBXTargetDependency;
  237. name = "libSDL2.a";
  238. targetProxy = 3694413107B7067430080ECD /* PBXContainerItemProxy */;
  239. };
  240. /* End PBXTargetDependency section */
  241. /* Begin XCBuildConfiguration section */
  242. 25FD2ACB1A5E4A7146666462 /* Debug */ = {
  243. isa = XCBuildConfiguration;
  244. buildSettings = {
  245. ALWAYS_SEARCH_USER_PATHS = NO;
  246. CONFIGURATION_BUILD_DIR = Build/Debug;
  247. GCC_DYNAMIC_NO_PIC = NO;
  248. GCC_MODEL_TUNING = G5;
  249. INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
  250. INSTALL_PATH = "$(HOME)/Applications";
  251. PRODUCT_NAME = "accelerometer";
  252. };
  253. name = "Debug";
  254. };
  255. 171926D866766FC058847A16 /* Release */ = {
  256. isa = XCBuildConfiguration;
  257. buildSettings = {
  258. ALWAYS_SEARCH_USER_PATHS = NO;
  259. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  260. CONFIGURATION_BUILD_DIR = Build/Release;
  261. GCC_DYNAMIC_NO_PIC = NO;
  262. GCC_MODEL_TUNING = G5;
  263. INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
  264. INSTALL_PATH = "$(HOME)/Applications";
  265. PRODUCT_NAME = "accelerometer";
  266. };
  267. name = "Release";
  268. };
  269. 6505556E31F8228178087816 /* Debug */ = {
  270. isa = XCBuildConfiguration;
  271. buildSettings = {
  272. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  273. SDKROOT = iphoneos;
  274. CODE_SIGN_IDENTITY = "iPhone Developer";
  275. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  276. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  277. COPY_PHASE_STRIP = NO;
  278. GCC_C_LANGUAGE_STANDARD = gnu99;
  279. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  280. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  281. GCC_OPTIMIZATION_LEVEL = 0;
  282. GCC_PREPROCESSOR_DEFINITIONS = (
  283. "USING_PREMAKE_CONFIG_H",
  284. "_DEBUG",
  285. );
  286. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  287. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  288. GCC_WARN_UNUSED_VARIABLE = YES;
  289. HEADER_SEARCH_PATHS = (
  290. "../..",
  291. "../../../../include",
  292. );
  293. OBJROOT = "obj/iOS/Debug";
  294. ONLY_ACTIVE_ARCH = YES;
  295. SYMROOT = "Build/Debug";
  296. };
  297. name = "Debug";
  298. };
  299. 50AE5630181E7A0D22AF4CB3 /* Release */ = {
  300. isa = XCBuildConfiguration;
  301. buildSettings = {
  302. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  303. SDKROOT = iphoneos;
  304. CODE_SIGN_IDENTITY = "iPhone Developer";
  305. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  306. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  307. GCC_C_LANGUAGE_STANDARD = gnu99;
  308. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  309. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  310. GCC_OPTIMIZATION_LEVEL = 3;
  311. GCC_PREPROCESSOR_DEFINITIONS = (
  312. "USING_PREMAKE_CONFIG_H",
  313. "NDEBUG",
  314. );
  315. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  316. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  317. GCC_WARN_UNUSED_VARIABLE = YES;
  318. HEADER_SEARCH_PATHS = (
  319. "../..",
  320. "../../../../include",
  321. );
  322. OBJROOT = "obj/iOS/Release";
  323. ONLY_ACTIVE_ARCH = NO;
  324. SYMROOT = "Build/Release";
  325. };
  326. name = "Release";
  327. };
  328. /* End XCBuildConfiguration section */
  329. /* Begin XCConfigurationList section */
  330. 31FC2F13262437C908FF3C38 /* Build configuration list for PBXNativeTarget "accelerometer" */ = {
  331. isa = XCConfigurationList;
  332. buildConfigurations = (
  333. 25FD2ACB1A5E4A7146666462 /* Debug */,
  334. 171926D866766FC058847A16 /* Release */,
  335. );
  336. defaultConfigurationIsVisible = 0;
  337. defaultConfigurationName = "Debug";
  338. };
  339. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "accelerometer" */ = {
  340. isa = XCConfigurationList;
  341. buildConfigurations = (
  342. 6505556E31F8228178087816 /* Debug */,
  343. 50AE5630181E7A0D22AF4CB3 /* Release */,
  344. );
  345. defaultConfigurationIsVisible = 0;
  346. defaultConfigurationName = "Debug";
  347. };
  348. /* End XCConfigurationList section */
  349. };
  350. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  351. }