project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 10E2774011786F995B805C7F /* stroke.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 6730111A6BFB5F5C14DD4871 /* stroke.bmp */; };
  10. 79D87D07048610C3209314C6 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = 0EBB33113E847AA430B96B69 /* common.c */; };
  11. 71A12A290ADF47D43590019A /* fireworks.c in Sources */ = {isa = PBXBuildFile; fileRef = 596447B07498655C0C243381 /* fireworks.c */; };
  12. 79C17D3407632C1F2E3E0E60 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 123376C8576F65BC595A6307 /* AudioToolbox.framework */; };
  13. 73360C2A26FB4CA511D62254 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60711C343D703F8D4C67108C /* QuartzCore.framework */; };
  14. 527D0CDF1702119E424E4A1F /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 633F528E066847D70E7013C4 /* OpenGLES.framework */; };
  15. 098672276FAD7A58464B0720 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E802A784A7A29545AD836CD /* CoreGraphics.framework */; };
  16. 5FA3503D55AC13E211914909 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B22322B31D5351E536A0626 /* UIKit.framework */; };
  17. 25665D894EE1308D14544C71 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 230B36B52E4826A148913E3B /* Foundation.framework */; };
  18. 4C2479ED4E2C5193217C6EC9 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CE031D65AB00DD264007083 /* CoreAudio.framework */; };
  19. 0A231ED87C3D466409B42038 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 36533B8A10B0217136B82153 /* libSDL2.a */; };
  20. /* End PBXBuildFile section */
  21. /* Begin PBXContainerItemProxy section */
  22. 21963BEC278D360D2CC829A9 /* PBXContainerItemProxy */ = {
  23. isa = PBXContainerItemProxy;
  24. containerPortal = 460E547038C062D10E9E3D5F /* SDL2.xcodeproj */;
  25. proxyType = 2;
  26. remoteGlobalIDString = 224D2C85085A7BA60E532655;
  27. remoteInfo = "libSDL2.a";
  28. };
  29. 50E70FB957213B36609376FC /* PBXContainerItemProxy */ = {
  30. isa = PBXContainerItemProxy;
  31. containerPortal = 460E547038C062D10E9E3D5F /* SDL2.xcodeproj */;
  32. proxyType = 1;
  33. remoteGlobalIDString = 515D4C462ACD2DA8180E7783;
  34. remoteInfo = "libSDL2.a";
  35. };
  36. /* End PBXContainerItemProxy section */
  37. /* Begin PBXFileReference section */
  38. 0671155E7F8E65FF744F0C39 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info.plist"; path = "../../../../Xcode-iOS/Demos/Info.plist"; sourceTree = "<group>"; };
  39. 6730111A6BFB5F5C14DD4871 /* stroke.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; name = "stroke.bmp"; path = "../../../../Xcode-iOS/Demos/data/stroke.bmp"; sourceTree = "<group>"; };
  40. 0EBB33113E847AA430B96B69 /* common.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "common.c"; path = "../../../../Xcode-iOS/Demos/src/common.c"; sourceTree = "<group>"; };
  41. 5E933B3601CB6D550A35284B /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "common.h"; path = "../../../../Xcode-iOS/Demos/src/common.h"; sourceTree = "<group>"; };
  42. 596447B07498655C0C243381 /* fireworks.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "fireworks.c"; path = "../../../../Xcode-iOS/Demos/src/fireworks.c"; sourceTree = "<group>"; };
  43. 123376C8576F65BC595A6307 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "SDKROOT"; };
  44. 60711C343D703F8D4C67108C /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "QuartzCore.framework"; path = "System/Library/Frameworks/QuartzCore.framework"; sourceTree = "SDKROOT"; };
  45. 633F528E066847D70E7013C4 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGLES.framework"; path = "System/Library/Frameworks/OpenGLES.framework"; sourceTree = "SDKROOT"; };
  46. 5E802A784A7A29545AD836CD /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreGraphics.framework"; path = "System/Library/Frameworks/CoreGraphics.framework"; sourceTree = "SDKROOT"; };
  47. 7B22322B31D5351E536A0626 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "UIKit.framework"; path = "System/Library/Frameworks/UIKit.framework"; sourceTree = "SDKROOT"; };
  48. 230B36B52E4826A148913E3B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Foundation.framework"; path = "System/Library/Frameworks/Foundation.framework"; sourceTree = "SDKROOT"; };
  49. 4CE031D65AB00DD264007083 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "System/Library/Frameworks/CoreAudio.framework"; sourceTree = "SDKROOT"; };
  50. 30200E315CB6417F29DA5065 /* fireworks */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; name = "fireworks"; path = "fireworks"; sourceTree = BUILT_PRODUCTS_DIR; };
  51. 460E547038C062D10E9E3D5F /* 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. 00003F873C025B1226283799 /* Frameworks */ = {
  55. isa = PBXFrameworksBuildPhase;
  56. buildActionMask = 2147483647;
  57. files = (
  58. 79C17D3407632C1F2E3E0E60 /* AudioToolbox.framework in Frameworks */,
  59. 73360C2A26FB4CA511D62254 /* QuartzCore.framework in Frameworks */,
  60. 527D0CDF1702119E424E4A1F /* OpenGLES.framework in Frameworks */,
  61. 098672276FAD7A58464B0720 /* CoreGraphics.framework in Frameworks */,
  62. 5FA3503D55AC13E211914909 /* UIKit.framework in Frameworks */,
  63. 25665D894EE1308D14544C71 /* Foundation.framework in Frameworks */,
  64. 4C2479ED4E2C5193217C6EC9 /* CoreAudio.framework in Frameworks */,
  65. 0A231ED87C3D466409B42038 /* libSDL2.a in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. /* End PBXFrameworksBuildPhase section */
  70. /* Begin PBXGroup section */
  71. 792F068F49A57B4638B70EC5 /* fireworks */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 49E04FED520F68E0695A1DB6 /* Xcode-iOS */,
  75. 501A0CA8227D64CE52083875 /* Frameworks */,
  76. 07354BC83E791D3F4F231D23 /* Products */,
  77. 6E052C166223126769C05956 /* Projects */,
  78. );
  79. name = "fireworks";
  80. sourceTree = "<group>";
  81. };
  82. 49E04FED520F68E0695A1DB6 /* Xcode-iOS */ = {
  83. isa = PBXGroup;
  84. children = (
  85. 31BA2F820B3B5C9778AE27A2 /* Demos */,
  86. );
  87. name = "Xcode-iOS";
  88. sourceTree = "<group>";
  89. };
  90. 31BA2F820B3B5C9778AE27A2 /* Demos */ = {
  91. isa = PBXGroup;
  92. children = (
  93. 0671155E7F8E65FF744F0C39 /* Info.plist */,
  94. 142A121F4562529546B6158D /* data */,
  95. 30930BB2673975194C004BD3 /* src */,
  96. );
  97. name = "Demos";
  98. sourceTree = "<group>";
  99. };
  100. 142A121F4562529546B6158D /* data */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 6730111A6BFB5F5C14DD4871 /* stroke.bmp */,
  104. );
  105. name = "data";
  106. sourceTree = "<group>";
  107. };
  108. 30930BB2673975194C004BD3 /* src */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 0EBB33113E847AA430B96B69 /* common.c */,
  112. 5E933B3601CB6D550A35284B /* common.h */,
  113. 596447B07498655C0C243381 /* fireworks.c */,
  114. );
  115. name = "src";
  116. sourceTree = "<group>";
  117. };
  118. 501A0CA8227D64CE52083875 /* Frameworks */ = {
  119. isa = PBXGroup;
  120. children = (
  121. 123376C8576F65BC595A6307 /* AudioToolbox.framework */,
  122. 60711C343D703F8D4C67108C /* QuartzCore.framework */,
  123. 633F528E066847D70E7013C4 /* OpenGLES.framework */,
  124. 5E802A784A7A29545AD836CD /* CoreGraphics.framework */,
  125. 7B22322B31D5351E536A0626 /* UIKit.framework */,
  126. 230B36B52E4826A148913E3B /* Foundation.framework */,
  127. 4CE031D65AB00DD264007083 /* CoreAudio.framework */,
  128. );
  129. name = "Frameworks";
  130. sourceTree = "<group>";
  131. };
  132. 07354BC83E791D3F4F231D23 /* Products */ = {
  133. isa = PBXGroup;
  134. children = (
  135. 30200E315CB6417F29DA5065 /* fireworks */,
  136. );
  137. name = "Products";
  138. sourceTree = "<group>";
  139. };
  140. 6E052C166223126769C05956 /* Projects */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 460E547038C062D10E9E3D5F /* SDL2.xcodeproj */,
  144. );
  145. name = "Projects";
  146. sourceTree = "<group>";
  147. };
  148. 69CE07AB71092E5823634CFF /* Products */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 36533B8A10B0217136B82153 /* libSDL2.a */,
  152. );
  153. name = Products;
  154. sourceTree = "<group>";
  155. };
  156. /* End PBXGroup section */
  157. /* Begin PBXNativeTarget section */
  158. 449B2B3766C40168684F5081 /* fireworks */ = {
  159. isa = PBXNativeTarget;
  160. buildConfigurationList = 6476261C1F55185646DD5A1D /* Build configuration list for PBXNativeTarget "fireworks" */;
  161. buildPhases = (
  162. 602E226C0419148750F91DB2 /* Resources */,
  163. 376F64A66D4239294A6949B6 /* Sources */,
  164. 00003F873C025B1226283799 /* Frameworks */,
  165. );
  166. buildRules = (
  167. );
  168. dependencies = (
  169. 39CF02464D5053C66EA47AC0 /* PBXTargetDependency */,
  170. );
  171. name = "fireworks";
  172. productInstallPath = "$(HOME)/Applications";
  173. productName = "fireworks";
  174. productReference = 30200E315CB6417F29DA5065 /* fireworks */;
  175. productType = "com.apple.product-type.application";
  176. };
  177. /* End PBXNativeTarget section */
  178. /* Begin PBXProject section */
  179. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  180. isa = PBXProject;
  181. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "fireworks" */;
  182. compatibilityVersion = "Xcode 3.2";
  183. hasScannedForEncodings = 1;
  184. mainGroup = 792F068F49A57B4638B70EC5 /* fireworks */;
  185. projectDirPath = "";
  186. projectReferences = (
  187. {
  188. ProductGroup = 69CE07AB71092E5823634CFF /* Products */;
  189. ProjectRef = 460E547038C062D10E9E3D5F /* SDL2.xcodeproj */;
  190. },
  191. );
  192. projectRoot = "";
  193. targets = (
  194. 449B2B3766C40168684F5081 /* fireworks */,
  195. );
  196. };
  197. /* End PBXProject section */
  198. /* Begin PBXReferenceProxy section */
  199. 36533B8A10B0217136B82153 /* libSDL2.a */ = {
  200. isa = PBXReferenceProxy;
  201. fileType = archive.ar;
  202. path = "Build/Debug/libSDL2.a";
  203. remoteRef = 21963BEC278D360D2CC829A9 /* PBXContainerItemProxy */;
  204. sourceTree = BUILT_PRODUCTS_DIR;
  205. };
  206. /* End PBXReferenceProxy section */
  207. /* Begin PBXResourcesBuildPhase section */
  208. 602E226C0419148750F91DB2 /* Resources */ = {
  209. isa = PBXResourcesBuildPhase;
  210. buildActionMask = 2147483647;
  211. files = (
  212. 10E2774011786F995B805C7F /* stroke.bmp in Resources */,
  213. );
  214. runOnlyForDeploymentPostprocessing = 0;
  215. };
  216. /* End PBXResourcesBuildPhase section */
  217. /* Begin PBXSourcesBuildPhase section */
  218. 376F64A66D4239294A6949B6 /* Sources */ = {
  219. isa = PBXSourcesBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. 79D87D07048610C3209314C6 /* common.c in Sources */,
  223. 71A12A290ADF47D43590019A /* fireworks.c in Sources */,
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. /* End PBXSourcesBuildPhase section */
  228. /* Begin PBXVariantGroup section */
  229. /* End PBXVariantGroup section */
  230. /* Begin PBXTargetDependency section */
  231. 39CF02464D5053C66EA47AC0 /* PBXTargetDependency */ = {
  232. isa = PBXTargetDependency;
  233. name = "libSDL2.a";
  234. targetProxy = 50E70FB957213B36609376FC /* PBXContainerItemProxy */;
  235. };
  236. /* End PBXTargetDependency section */
  237. /* Begin XCBuildConfiguration section */
  238. 670D1D77032D31C655C83E60 /* Debug */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. ALWAYS_SEARCH_USER_PATHS = NO;
  242. CONFIGURATION_BUILD_DIR = Build/Debug;
  243. GCC_DYNAMIC_NO_PIC = NO;
  244. GCC_MODEL_TUNING = G5;
  245. INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
  246. INSTALL_PATH = "$(HOME)/Applications";
  247. PRODUCT_NAME = "fireworks";
  248. };
  249. name = "Debug";
  250. };
  251. 3777705C388527704EAB5951 /* Release */ = {
  252. isa = XCBuildConfiguration;
  253. buildSettings = {
  254. ALWAYS_SEARCH_USER_PATHS = NO;
  255. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  256. CONFIGURATION_BUILD_DIR = Build/Release;
  257. GCC_DYNAMIC_NO_PIC = NO;
  258. GCC_MODEL_TUNING = G5;
  259. INFOPLIST_FILE = "../../../../Xcode-iOS/Demos/Info.plist";
  260. INSTALL_PATH = "$(HOME)/Applications";
  261. PRODUCT_NAME = "fireworks";
  262. };
  263. name = "Release";
  264. };
  265. 11105FF3697A04D35F3C1869 /* Debug */ = {
  266. isa = XCBuildConfiguration;
  267. buildSettings = {
  268. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  269. SDKROOT = iphoneos;
  270. CODE_SIGN_IDENTITY = "iPhone Developer";
  271. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  272. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  273. COPY_PHASE_STRIP = NO;
  274. GCC_C_LANGUAGE_STANDARD = gnu99;
  275. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  276. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  277. GCC_OPTIMIZATION_LEVEL = 0;
  278. GCC_PREPROCESSOR_DEFINITIONS = (
  279. "USING_PREMAKE_CONFIG_H",
  280. "_DEBUG",
  281. );
  282. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  283. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  284. GCC_WARN_UNUSED_VARIABLE = YES;
  285. HEADER_SEARCH_PATHS = (
  286. "../..",
  287. "../../../../include",
  288. );
  289. OBJROOT = "obj/iOS/Debug";
  290. ONLY_ACTIVE_ARCH = YES;
  291. SYMROOT = "Build/Debug";
  292. };
  293. name = "Debug";
  294. };
  295. 75EF49955C93529475B6356E /* Release */ = {
  296. isa = XCBuildConfiguration;
  297. buildSettings = {
  298. ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
  299. SDKROOT = iphoneos;
  300. CODE_SIGN_IDENTITY = "iPhone Developer";
  301. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  302. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  303. GCC_C_LANGUAGE_STANDARD = gnu99;
  304. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  305. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  306. GCC_OPTIMIZATION_LEVEL = 3;
  307. GCC_PREPROCESSOR_DEFINITIONS = (
  308. "USING_PREMAKE_CONFIG_H",
  309. "NDEBUG",
  310. );
  311. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  312. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  313. GCC_WARN_UNUSED_VARIABLE = YES;
  314. HEADER_SEARCH_PATHS = (
  315. "../..",
  316. "../../../../include",
  317. );
  318. OBJROOT = "obj/iOS/Release";
  319. ONLY_ACTIVE_ARCH = NO;
  320. SYMROOT = "Build/Release";
  321. };
  322. name = "Release";
  323. };
  324. /* End XCBuildConfiguration section */
  325. /* Begin XCConfigurationList section */
  326. 6476261C1F55185646DD5A1D /* Build configuration list for PBXNativeTarget "fireworks" */ = {
  327. isa = XCConfigurationList;
  328. buildConfigurations = (
  329. 670D1D77032D31C655C83E60 /* Debug */,
  330. 3777705C388527704EAB5951 /* Release */,
  331. );
  332. defaultConfigurationIsVisible = 0;
  333. defaultConfigurationName = "Debug";
  334. };
  335. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "fireworks" */ = {
  336. isa = XCConfigurationList;
  337. buildConfigurations = (
  338. 11105FF3697A04D35F3C1869 /* Debug */,
  339. 75EF49955C93529475B6356E /* Release */,
  340. );
  341. defaultConfigurationIsVisible = 0;
  342. defaultConfigurationName = "Debug";
  343. };
  344. /* End XCConfigurationList section */
  345. };
  346. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  347. }