project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 039E2FCB749D2AE6705435A4 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B210870772357A20E4576EE /* OpenGLES.framework */; };
  10. 04CE7E9842C4612763496460 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C147BCA187412202A676460 /* AudioToolbox.framework */; };
  11. 081D5E427A420BEA66DF6129 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 489C1A076394164C7F853083 /* Foundation.framework */; };
  12. 263A59BA6D20796421AC3870 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 603E37DB4001230953C943FD /* CoreGraphics.framework */; };
  13. 2F5A7AB72FA52C3D029335B6 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 49AD32CF351438B316C15B7A /* common.c */; };
  14. 424C13DC60653FEE6370536B /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 327333F1228F1B0D0A582BEC /* libSDL2.a */; };
  15. 43587E112FDE41E3486A5141 /* icon.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 67E105821F9D19C248BF17B6 /* icon.bmp */; };
  16. 5DC8148934C32F3407541C0F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */; };
  17. 65AC30DF305741C6521420A7 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AF1729947305D7E10DA777D /* CoreAudio.framework */; };
  18. 66455D1E7E3179156E546AA8 /* happy.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F0270E77CC100E968633EBA /* happy.c */; };
  19. 7E2000C447ED370218691A83 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49C87CB0268927E071506CEA /* UIKit.framework */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. 6D92213A249742C860667923 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = 45B64B000539221732843506 /* SDL2.xcodeproj */;
  25. proxyType = 1;
  26. remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
  27. remoteInfo = libSDL2.a;
  28. };
  29. 73DD36916E01179F50147B85 /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = 45B64B000539221732843506 /* SDL2.xcodeproj */;
  32. proxyType = 2;
  33. remoteGlobalIDString = 224D2C85085A7BA60E532655;
  34. remoteInfo = libSDL2.a;
  35. };
  36. /* End PBXContainerItemProxy section */
  37. /* Begin PBXFileReference section */
  38. 1F0270E77CC100E968633EBA /* happy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = happy.c; path = "../../../../Xcode-iOS/Demos/src/happy.c"; sourceTree = "<group>"; };
  39. 2C147BCA187412202A676460 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  40. 3B210870772357A20E4576EE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  41. 4346585005E47029491C60D0 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = common.h; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
  42. 45B64B000539221732843506 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL2.xcodeproj; path = ../../SDL2/SDL2.xcodeproj; sourceTree = SOURCE_ROOT; };
  43. 489C1A076394164C7F853083 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  44. 49AD32CF351438B316C15B7A /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = common.c; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
  45. 49C87CB0268927E071506CEA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  46. 4E8504577F0B2DC43C2073B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
  47. 5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  48. 603E37DB4001230953C943FD /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  49. 65F833BA06B514AD0EE36218 /* happy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = happy.app; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 67E105821F9D19C248BF17B6 /* icon.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = icon.bmp; path = "../../../../Xcode-iOS/Demos/data/icon.bmp"; sourceTree = "<group>"; };
  51. 7AF1729947305D7E10DA777D /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  52. /* End PBXFileReference section */
  53. /* Begin PBXFrameworksBuildPhase section */
  54. 42BC7BB86D0D2AE72C3C307D /* Frameworks */ = {
  55. isa = PBXFrameworksBuildPhase;
  56. buildActionMask = 2147483647;
  57. files = (
  58. 04CE7E9842C4612763496460 /* AudioToolbox.framework in Frameworks */,
  59. 5DC8148934C32F3407541C0F /* QuartzCore.framework in Frameworks */,
  60. 039E2FCB749D2AE6705435A4 /* OpenGLES.framework in Frameworks */,
  61. 263A59BA6D20796421AC3870 /* CoreGraphics.framework in Frameworks */,
  62. 7E2000C447ED370218691A83 /* UIKit.framework in Frameworks */,
  63. 081D5E427A420BEA66DF6129 /* Foundation.framework in Frameworks */,
  64. 65AC30DF305741C6521420A7 /* CoreAudio.framework in Frameworks */,
  65. 424C13DC60653FEE6370536B /* libSDL2.a in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. /* End PBXFrameworksBuildPhase section */
  70. /* Begin PBXGroup section */
  71. 1EEF027C57A725660BCF6FB9 /* data */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 67E105821F9D19C248BF17B6 /* icon.bmp */,
  75. );
  76. name = data;
  77. sourceTree = "<group>";
  78. };
  79. 1F3D1DBD7857554A0C1C1965 /* src */ = {
  80. isa = PBXGroup;
  81. children = (
  82. 49AD32CF351438B316C15B7A /* common.c */,
  83. 4346585005E47029491C60D0 /* common.h */,
  84. 1F0270E77CC100E968633EBA /* happy.c */,
  85. );
  86. name = src;
  87. sourceTree = "<group>";
  88. };
  89. 20D87CCB7D1E6AC128B72992 /* Projects */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 45B64B000539221732843506 /* SDL2.xcodeproj */,
  93. );
  94. name = Projects;
  95. sourceTree = "<group>";
  96. };
  97. 224D240956AC3D2636C95904 /* Demos */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 4E8504577F0B2DC43C2073B9 /* Info.plist */,
  101. 1EEF027C57A725660BCF6FB9 /* data */,
  102. 1F3D1DBD7857554A0C1C1965 /* src */,
  103. );
  104. name = Demos;
  105. sourceTree = "<group>";
  106. };
  107. 343C7E606DE365001C7D0B84 /* Products */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 65F833BA06B514AD0EE36218 /* happy.app */,
  111. );
  112. name = Products;
  113. sourceTree = "<group>";
  114. };
  115. 3555679049400DAA17916DD7 /* happy */ = {
  116. isa = PBXGroup;
  117. children = (
  118. 7CFE361B495F31F009A616F6 /* Xcode-iOS */,
  119. 532F72873A65662513E35533 /* Frameworks */,
  120. 343C7E606DE365001C7D0B84 /* Products */,
  121. 20D87CCB7D1E6AC128B72992 /* Projects */,
  122. );
  123. name = happy;
  124. sourceTree = "<group>";
  125. };
  126. 452A4F211058019E46671F0C /* Products */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 327333F1228F1B0D0A582BEC /* libSDL2.a */,
  130. );
  131. name = Products;
  132. sourceTree = "<group>";
  133. };
  134. 532F72873A65662513E35533 /* Frameworks */ = {
  135. isa = PBXGroup;
  136. children = (
  137. 2C147BCA187412202A676460 /* AudioToolbox.framework */,
  138. 5DDB080C0C872DF96CEE0B62 /* QuartzCore.framework */,
  139. 3B210870772357A20E4576EE /* OpenGLES.framework */,
  140. 603E37DB4001230953C943FD /* CoreGraphics.framework */,
  141. 49C87CB0268927E071506CEA /* UIKit.framework */,
  142. 489C1A076394164C7F853083 /* Foundation.framework */,
  143. 7AF1729947305D7E10DA777D /* CoreAudio.framework */,
  144. );
  145. name = Frameworks;
  146. sourceTree = "<group>";
  147. };
  148. 7CFE361B495F31F009A616F6 /* Xcode-iOS */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 224D240956AC3D2636C95904 /* Demos */,
  152. );
  153. name = "Xcode-iOS";
  154. sourceTree = "<group>";
  155. };
  156. /* End PBXGroup section */
  157. /* Begin PBXNativeTarget section */
  158. 2CAD44D858E6037A6F811B90 /* happy */ = {
  159. isa = PBXNativeTarget;
  160. buildConfigurationList = 233F10BA36C35A146C6A4B3E /* Build configuration list for PBXNativeTarget "happy" */;
  161. buildPhases = (
  162. 779B1C3D74C34A815E3A3F7E /* Resources */,
  163. 059733C83C381D451EFA5F5A /* Sources */,
  164. 42BC7BB86D0D2AE72C3C307D /* Frameworks */,
  165. );
  166. buildRules = (
  167. );
  168. dependencies = (
  169. 1F023F2F3EDE66E20BCC17E1 /* PBXTargetDependency */,
  170. );
  171. name = happy;
  172. productInstallPath = "$(HOME)/Applications";
  173. productName = happy;
  174. productReference = 65F833BA06B514AD0EE36218 /* happy.app */;
  175. productType = "com.apple.product-type.application";
  176. };
  177. /* End PBXNativeTarget section */
  178. /* Begin PBXProject section */
  179. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  180. isa = PBXProject;
  181. attributes = {
  182. };
  183. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "happy" */;
  184. compatibilityVersion = "Xcode 3.2";
  185. developmentRegion = English;
  186. hasScannedForEncodings = 1;
  187. knownRegions = (
  188. en,
  189. );
  190. mainGroup = 3555679049400DAA17916DD7 /* happy */;
  191. projectDirPath = "";
  192. projectReferences = (
  193. {
  194. ProductGroup = 452A4F211058019E46671F0C /* Products */;
  195. ProjectRef = 45B64B000539221732843506 /* SDL2.xcodeproj */;
  196. },
  197. );
  198. projectRoot = "";
  199. targets = (
  200. 2CAD44D858E6037A6F811B90 /* happy */,
  201. );
  202. };
  203. /* End PBXProject section */
  204. /* Begin PBXReferenceProxy section */
  205. 327333F1228F1B0D0A582BEC /* libSDL2.a */ = {
  206. isa = PBXReferenceProxy;
  207. fileType = archive.ar;
  208. path = libSDL2.a;
  209. remoteRef = 73DD36916E01179F50147B85 /* PBXContainerItemProxy */;
  210. sourceTree = BUILT_PRODUCTS_DIR;
  211. };
  212. /* End PBXReferenceProxy section */
  213. /* Begin PBXResourcesBuildPhase section */
  214. 779B1C3D74C34A815E3A3F7E /* Resources */ = {
  215. isa = PBXResourcesBuildPhase;
  216. buildActionMask = 2147483647;
  217. files = (
  218. 43587E112FDE41E3486A5141 /* icon.bmp in Resources */,
  219. );
  220. runOnlyForDeploymentPostprocessing = 0;
  221. };
  222. /* End PBXResourcesBuildPhase section */
  223. /* Begin PBXSourcesBuildPhase section */
  224. 059733C83C381D451EFA5F5A /* Sources */ = {
  225. isa = PBXSourcesBuildPhase;
  226. buildActionMask = 2147483647;
  227. files = (
  228. 2F5A7AB72FA52C3D029335B6 /* common.c in Sources */,
  229. 66455D1E7E3179156E546AA8 /* happy.c in Sources */,
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. /* End PBXSourcesBuildPhase section */
  234. /* Begin PBXTargetDependency section */
  235. 1F023F2F3EDE66E20BCC17E1 /* PBXTargetDependency */ = {
  236. isa = PBXTargetDependency;
  237. name = libSDL2.a;
  238. targetProxy = 6D92213A249742C860667923 /* PBXContainerItemProxy */;
  239. };
  240. /* End PBXTargetDependency section */
  241. /* Begin XCBuildConfiguration section */
  242. 115846ED1EDF44EA13E06D02 /* Debug */ = {
  243. isa = XCBuildConfiguration;
  244. buildSettings = {
  245. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  246. CODE_SIGN_IDENTITY = "iPhone Developer";
  247. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  248. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  249. COPY_PHASE_STRIP = NO;
  250. GCC_C_LANGUAGE_STANDARD = gnu99;
  251. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  252. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  253. GCC_OPTIMIZATION_LEVEL = 0;
  254. GCC_PREPROCESSOR_DEFINITIONS = (
  255. USING_PREMAKE_CONFIG_H,
  256. _DEBUG,
  257. );
  258. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  259. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  260. GCC_WARN_UNUSED_VARIABLE = YES;
  261. HEADER_SEARCH_PATHS = (
  262. ../..,
  263. ../../../../include,
  264. );
  265. OBJROOT = obj/iOS/Debug;
  266. ONLY_ACTIVE_ARCH = YES;
  267. SDKROOT = iphoneos;
  268. SYMROOT = Build/Debug;
  269. };
  270. name = Debug;
  271. };
  272. 205A208D2C4F2495443E582F /* Release */ = {
  273. isa = XCBuildConfiguration;
  274. buildSettings = {
  275. ALWAYS_SEARCH_USER_PATHS = NO;
  276. CONFIGURATION_BUILD_DIR = Build/Release;
  277. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  278. GCC_DYNAMIC_NO_PIC = NO;
  279. GCC_MODEL_TUNING = G5;
  280. INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
  281. INSTALL_PATH = "$(HOME)/Applications";
  282. PRODUCT_NAME = happy;
  283. };
  284. name = Release;
  285. };
  286. 3536279D443370B3347E7CB6 /* Release */ = {
  287. isa = XCBuildConfiguration;
  288. buildSettings = {
  289. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  290. CODE_SIGN_IDENTITY = "iPhone Developer";
  291. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  292. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  293. GCC_C_LANGUAGE_STANDARD = gnu99;
  294. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  295. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  296. GCC_OPTIMIZATION_LEVEL = 3;
  297. GCC_PREPROCESSOR_DEFINITIONS = (
  298. USING_PREMAKE_CONFIG_H,
  299. NDEBUG,
  300. );
  301. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  302. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  303. GCC_WARN_UNUSED_VARIABLE = YES;
  304. HEADER_SEARCH_PATHS = (
  305. ../..,
  306. ../../../../include,
  307. );
  308. OBJROOT = obj/iOS/Release;
  309. ONLY_ACTIVE_ARCH = NO;
  310. SDKROOT = iphoneos;
  311. SYMROOT = Build/Release;
  312. };
  313. name = Release;
  314. };
  315. 563C339925F445BB2F1E01DB /* Debug */ = {
  316. isa = XCBuildConfiguration;
  317. buildSettings = {
  318. ALWAYS_SEARCH_USER_PATHS = NO;
  319. CONFIGURATION_BUILD_DIR = Build/Debug;
  320. GCC_DYNAMIC_NO_PIC = NO;
  321. GCC_MODEL_TUNING = G5;
  322. INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
  323. INSTALL_PATH = "$(HOME)/Applications";
  324. PRODUCT_NAME = happy;
  325. };
  326. name = Debug;
  327. };
  328. /* End XCBuildConfiguration section */
  329. /* Begin XCConfigurationList section */
  330. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "happy" */ = {
  331. isa = XCConfigurationList;
  332. buildConfigurations = (
  333. 115846ED1EDF44EA13E06D02 /* Debug */,
  334. 3536279D443370B3347E7CB6 /* Release */,
  335. );
  336. defaultConfigurationIsVisible = 0;
  337. defaultConfigurationName = Debug;
  338. };
  339. 233F10BA36C35A146C6A4B3E /* Build configuration list for PBXNativeTarget "happy" */ = {
  340. isa = XCConfigurationList;
  341. buildConfigurations = (
  342. 563C339925F445BB2F1E01DB /* Debug */,
  343. 205A208D2C4F2495443E582F /* Release */,
  344. );
  345. defaultConfigurationIsVisible = 0;
  346. defaultConfigurationName = Debug;
  347. };
  348. /* End XCConfigurationList section */
  349. };
  350. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  351. }