🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

308 lines
14 KiB

  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  10. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
  11. 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD14FF0DC6FC520079059D /* OpenGLES.framework */; };
  12. 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28FD15070DC6FC5B0079059D /* QuartzCore.framework */; };
  13. 944A656F195747D90094A81E /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 944A656E1957463F0094A81E /* libSDL2.a */; };
  14. 945C4F53195AF17F00DBBF61 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 945C4F52195AF17F00DBBF61 /* Default-568h@2x.png */; };
  15. FA8B4B97196703B400F8EB7C /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA8B4B96196703B400F8EB7C /* CoreMotion.framework */; };
  16. FAE0E9651BAF967F0098DFA4 /* GameController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAE0E9641BAF967F0098DFA4 /* GameController.framework */; };
  17. FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD779EDD0E26BA1200F39101 /* CoreAudio.framework */; };
  18. FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07C0E26BD8C00F39101 /* Icon.png */; };
  19. FD77A07F0E26BDA900F39101 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = FD77A07E0E26BDA900F39101 /* Default.png */; };
  20. FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD77A0840E26BDB800F39101 /* AudioToolbox.framework */; };
  21. FD77A09D0E26BDE500F39101 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = FD77A09C0E26BDE500F39101 /* main.c */; };
  22. FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXContainerItemProxy section */
  25. 944A656D1957463F0094A81E /* PBXContainerItemProxy */ = {
  26. isa = PBXContainerItemProxy;
  27. containerPortal = 944A65681957463F0094A81E /* SDL.xcodeproj */;
  28. proxyType = 2;
  29. remoteGlobalIDString = FD6526630DE8FCCB002AD96B;
  30. remoteInfo = libSDL;
  31. };
  32. /* End PBXContainerItemProxy section */
  33. /* Begin PBXFileReference section */
  34. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  35. 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "___PROJECTNAME___.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  36. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  37. 28FD14FF0DC6FC520079059D /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  38. 28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  39. 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  40. 944A65681957463F0094A81E /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = ../../SDL/SDL.xcodeproj; sourceTree = "<group>"; };
  41. 945C4F52195AF17F00DBBF61 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  42. FA8B4B96196703B400F8EB7C /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  43. FAE0E9641BAF967F0098DFA4 /* GameController.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameController.framework; path = System/Library/Frameworks/GameController.framework; sourceTree = SDKROOT; };
  44. FD779EDD0E26BA1200F39101 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  45. FD77A07C0E26BD8C00F39101 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
  46. FD77A07E0E26BDA900F39101 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
  47. FD77A0840E26BDB800F39101 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  48. FD77A09C0E26BDE500F39101 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
  49. FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  50. /* End PBXFileReference section */
  51. /* Begin PBXFrameworksBuildPhase section */
  52. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  53. isa = PBXFrameworksBuildPhase;
  54. buildActionMask = 2147483647;
  55. files = (
  56. 944A656F195747D90094A81E /* libSDL2.a in Frameworks */,
  57. FAE0E9651BAF967F0098DFA4 /* GameController.framework in Frameworks */,
  58. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  59. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  60. 28FD15000DC6FC520079059D /* OpenGLES.framework in Frameworks */,
  61. 28FD15080DC6FC5B0079059D /* QuartzCore.framework in Frameworks */,
  62. FD779EDE0E26BA1200F39101 /* CoreAudio.framework in Frameworks */,
  63. FD77A0850E26BDB800F39101 /* AudioToolbox.framework in Frameworks */,
  64. FDB8BFC60E5A0F6A00980157 /* CoreGraphics.framework in Frameworks */,
  65. FA8B4B97196703B400F8EB7C /* CoreMotion.framework in Frameworks */,
  66. );
  67. runOnlyForDeploymentPostprocessing = 0;
  68. };
  69. /* End PBXFrameworksBuildPhase section */
  70. /* Begin PBXGroup section */
  71. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */,
  75. );
  76. name = Products;
  77. sourceTree = "<group>";
  78. };
  79. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  80. isa = PBXGroup;
  81. children = (
  82. 945C4F52195AF17F00DBBF61 /* Default-568h@2x.png */,
  83. 29B97315FDCFA39411CA2CEA /* Sources */,
  84. 29B97317FDCFA39411CA2CEA /* Resources */,
  85. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  86. 19C28FACFE9D520D11CA2CBB /* Products */,
  87. );
  88. name = CustomTemplate;
  89. sourceTree = "<group>";
  90. };
  91. 29B97315FDCFA39411CA2CEA /* Sources */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 944A65681957463F0094A81E /* SDL.xcodeproj */,
  95. FD77A09C0E26BDE500F39101 /* main.c */,
  96. );
  97. name = Sources;
  98. sourceTree = "<group>";
  99. };
  100. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  101. isa = PBXGroup;
  102. children = (
  103. FD77A07E0E26BDA900F39101 /* Default.png */,
  104. FD77A07C0E26BD8C00F39101 /* Icon.png */,
  105. 8D1107310486CEB800E47090 /* Info.plist */,
  106. );
  107. name = Resources;
  108. sourceTree = "<group>";
  109. };
  110. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  111. isa = PBXGroup;
  112. children = (
  113. FAE0E9641BAF967F0098DFA4 /* GameController.framework */,
  114. FA8B4B96196703B400F8EB7C /* CoreMotion.framework */,
  115. FDB8BFC50E5A0F6A00980157 /* CoreGraphics.framework */,
  116. FD77A0840E26BDB800F39101 /* AudioToolbox.framework */,
  117. FD779EDD0E26BA1200F39101 /* CoreAudio.framework */,
  118. 28FD15070DC6FC5B0079059D /* QuartzCore.framework */,
  119. 28FD14FF0DC6FC520079059D /* OpenGLES.framework */,
  120. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  121. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  122. );
  123. name = Frameworks;
  124. sourceTree = "<group>";
  125. };
  126. 944A65691957463F0094A81E /* Products */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 944A656E1957463F0094A81E /* libSDL2.a */,
  130. );
  131. name = Products;
  132. sourceTree = "<group>";
  133. };
  134. /* End PBXGroup section */
  135. /* Begin PBXNativeTarget section */
  136. 1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */ = {
  137. isa = PBXNativeTarget;
  138. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */;
  139. buildPhases = (
  140. 1D60588D0D05DD3D006BFB54 /* Resources */,
  141. 1D60588E0D05DD3D006BFB54 /* Sources */,
  142. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = "___PROJECTNAME___";
  149. productName = "___PROJECTNAME___";
  150. productReference = 1D6058910D05DD3D006BFB54 /* ___PROJECTNAME___.app */;
  151. productType = "com.apple.product-type.application";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. LastUpgradeCheck = 0510;
  159. };
  160. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */;
  161. compatibilityVersion = "Xcode 3.2";
  162. developmentRegion = English;
  163. hasScannedForEncodings = 1;
  164. knownRegions = (
  165. English,
  166. Japanese,
  167. French,
  168. German,
  169. );
  170. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  171. projectDirPath = "";
  172. projectReferences = (
  173. {
  174. ProductGroup = 944A65691957463F0094A81E /* Products */;
  175. ProjectRef = 944A65681957463F0094A81E /* SDL.xcodeproj */;
  176. },
  177. );
  178. projectRoot = "";
  179. targets = (
  180. 1D6058900D05DD3D006BFB54 /* ___PROJECTNAME___ */,
  181. );
  182. };
  183. /* End PBXProject section */
  184. /* Begin PBXReferenceProxy section */
  185. 944A656E1957463F0094A81E /* libSDL2.a */ = {
  186. isa = PBXReferenceProxy;
  187. fileType = archive.ar;
  188. path = libSDL2.a;
  189. remoteRef = 944A656D1957463F0094A81E /* PBXContainerItemProxy */;
  190. sourceTree = BUILT_PRODUCTS_DIR;
  191. };
  192. /* End PBXReferenceProxy section */
  193. /* Begin PBXResourcesBuildPhase section */
  194. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  195. isa = PBXResourcesBuildPhase;
  196. buildActionMask = 2147483647;
  197. files = (
  198. FD77A07D0E26BD8C00F39101 /* Icon.png in Resources */,
  199. FD77A07F0E26BDA900F39101 /* Default.png in Resources */,
  200. 945C4F53195AF17F00DBBF61 /* Default-568h@2x.png in Resources */,
  201. );
  202. runOnlyForDeploymentPostprocessing = 0;
  203. };
  204. /* End PBXResourcesBuildPhase section */
  205. /* Begin PBXSourcesBuildPhase section */
  206. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  207. isa = PBXSourcesBuildPhase;
  208. buildActionMask = 2147483647;
  209. files = (
  210. FD77A09D0E26BDE500F39101 /* main.c in Sources */,
  211. );
  212. runOnlyForDeploymentPostprocessing = 0;
  213. };
  214. /* End PBXSourcesBuildPhase section */
  215. /* Begin XCBuildConfiguration section */
  216. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  217. isa = XCBuildConfiguration;
  218. buildSettings = {
  219. ALWAYS_SEARCH_USER_PATHS = NO;
  220. COPY_PHASE_STRIP = NO;
  221. GCC_DYNAMIC_NO_PIC = NO;
  222. GCC_OPTIMIZATION_LEVEL = 0;
  223. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  224. GCC_PREFIX_HEADER = "";
  225. INFOPLIST_FILE = Info.plist;
  226. LIBRARY_SEARCH_PATHS = "$(inherited)";
  227. PRODUCT_NAME = "___PROJECTNAME___";
  228. USER_HEADER_SEARCH_PATHS = ../../../include;
  229. };
  230. name = Debug;
  231. };
  232. 1D6058950D05DD3E006BFB54 /* Release */ = {
  233. isa = XCBuildConfiguration;
  234. buildSettings = {
  235. ALWAYS_SEARCH_USER_PATHS = NO;
  236. COPY_PHASE_STRIP = YES;
  237. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  238. GCC_PREFIX_HEADER = "";
  239. INFOPLIST_FILE = Info.plist;
  240. LIBRARY_SEARCH_PATHS = "$(inherited)";
  241. PRODUCT_NAME = "___PROJECTNAME___";
  242. USER_HEADER_SEARCH_PATHS = ../../../include;
  243. };
  244. name = Release;
  245. };
  246. C01FCF4F08A954540054247B /* Debug */ = {
  247. isa = XCBuildConfiguration;
  248. buildSettings = {
  249. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  250. GCC_C_LANGUAGE_STANDARD = c99;
  251. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  252. GCC_WARN_UNUSED_VARIABLE = YES;
  253. ONLY_ACTIVE_ARCH = YES;
  254. OTHER_CFLAGS = "";
  255. PREBINDING = NO;
  256. SDKROOT = iphoneos;
  257. };
  258. name = Debug;
  259. };
  260. C01FCF5008A954540054247B /* Release */ = {
  261. isa = XCBuildConfiguration;
  262. buildSettings = {
  263. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  264. GCC_C_LANGUAGE_STANDARD = c99;
  265. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  266. GCC_WARN_UNUSED_VARIABLE = YES;
  267. OTHER_CFLAGS = "";
  268. PREBINDING = NO;
  269. SDKROOT = iphoneos;
  270. };
  271. name = Release;
  272. };
  273. /* End XCBuildConfiguration section */
  274. /* Begin XCConfigurationList section */
  275. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "___PROJECTNAME___" */ = {
  276. isa = XCConfigurationList;
  277. buildConfigurations = (
  278. 1D6058940D05DD3E006BFB54 /* Debug */,
  279. 1D6058950D05DD3E006BFB54 /* Release */,
  280. );
  281. defaultConfigurationIsVisible = 0;
  282. defaultConfigurationName = Release;
  283. };
  284. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "___PROJECTNAME___" */ = {
  285. isa = XCConfigurationList;
  286. buildConfigurations = (
  287. C01FCF4F08A954540054247B /* Debug */,
  288. C01FCF5008A954540054247B /* Release */,
  289. );
  290. defaultConfigurationIsVisible = 0;
  291. defaultConfigurationName = Release;
  292. };
  293. /* End XCConfigurationList section */
  294. };
  295. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  296. }