project.pbxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  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. 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
  12. 407A98E11370835D00E92356 /* minimal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 407A98E01370835D00E92356 /* minimal.cpp */; };
  13. 407EE18312F04CD500D0F171 /* libwx_osx_iphone.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */; };
  14. 407EE18A12F04CF900D0F171 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 407EE18912F04CF900D0F171 /* AudioToolbox.framework */; };
  15. 40803704158A894A00EC5CA7 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 40803703158A894A00EC5CA7 /* CoreText.framework */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. 4074F5E812ED969C00693A3F /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */;
  21. proxyType = 2;
  22. remoteGlobalIDString = B4DEA098A05736AE94F01926;
  23. remoteInfo = static;
  24. };
  25. /* End PBXContainerItemProxy section */
  26. /* Begin PBXFileReference section */
  27. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  28. 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = minimal_iphone.app; sourceTree = BUILT_PRODUCTS_DIR; };
  29. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  30. 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  31. 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = wxiphone.xcodeproj; path = ../../build/osx/wxiPhone.xcodeproj; sourceTree = SOURCE_ROOT; };
  32. 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxiphone.xcconfig; path = ../../build/osx/wxiphone.xcconfig; sourceTree = SOURCE_ROOT; };
  33. 407A98E01370835D00E92356 /* minimal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = minimal.cpp; sourceTree = "<group>"; };
  34. 407A98FA137084FB00E92356 /* Info_iphone.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info_iphone.plist; sourceTree = "<group>"; };
  35. 407EE18912F04CF900D0F171 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  36. 40803703158A894A00EC5CA7 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  37. 409CBDC913B13C7100AB1F39 /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxdebug.xcconfig; path = ../../build/osx/wxdebug.xcconfig; sourceTree = SOURCE_ROOT; };
  38. 409CBDCA13B13C7100AB1F39 /* wxrelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = wxrelease.xcconfig; path = ../../build/osx/wxrelease.xcconfig; sourceTree = SOURCE_ROOT; };
  39. /* End PBXFileReference section */
  40. /* Begin PBXFrameworksBuildPhase section */
  41. 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
  42. isa = PBXFrameworksBuildPhase;
  43. buildActionMask = 2147483647;
  44. files = (
  45. 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
  46. 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
  47. 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
  48. 407EE18312F04CD500D0F171 /* libwx_osx_iphone.a in Frameworks */,
  49. 407EE18A12F04CF900D0F171 /* AudioToolbox.framework in Frameworks */,
  50. 40803704158A894A00EC5CA7 /* CoreText.framework in Frameworks */,
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXFrameworksBuildPhase section */
  55. /* Begin PBXGroup section */
  56. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  57. isa = PBXGroup;
  58. children = (
  59. 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */,
  60. );
  61. name = Products;
  62. sourceTree = "<group>";
  63. };
  64. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  65. isa = PBXGroup;
  66. children = (
  67. 407A98FA137084FB00E92356 /* Info_iphone.plist */,
  68. 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */,
  69. 409CBDC913B13C7100AB1F39 /* wxdebug.xcconfig */,
  70. 409CBDCA13B13C7100AB1F39 /* wxrelease.xcconfig */,
  71. 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */,
  72. 404BECD110EBDC6F0080E2B8 /* src */,
  73. 29B97317FDCFA39411CA2CEA /* Resources */,
  74. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  75. 19C28FACFE9D520D11CA2CBB /* Products */,
  76. );
  77. name = CustomTemplate;
  78. sourceTree = "<group>";
  79. };
  80. 29B97317FDCFA39411CA2CEA /* Resources */ = {
  81. isa = PBXGroup;
  82. children = (
  83. );
  84. name = Resources;
  85. sourceTree = "<group>";
  86. };
  87. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  88. isa = PBXGroup;
  89. children = (
  90. 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
  91. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  92. 288765FC0DF74451002DB57D /* CoreGraphics.framework */,
  93. 407EE18912F04CF900D0F171 /* AudioToolbox.framework */,
  94. 40803703158A894A00EC5CA7 /* CoreText.framework */,
  95. );
  96. name = Frameworks;
  97. sourceTree = "<group>";
  98. };
  99. 404BECC610EBDB420080E2B8 /* Products */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */,
  103. );
  104. name = Products;
  105. sourceTree = "<group>";
  106. };
  107. 404BECD110EBDC6F0080E2B8 /* src */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 407A98E01370835D00E92356 /* minimal.cpp */,
  111. );
  112. name = src;
  113. sourceTree = "<group>";
  114. };
  115. /* End PBXGroup section */
  116. /* Begin PBXNativeTarget section */
  117. 1D6058900D05DD3D006BFB54 /* static */ = {
  118. isa = PBXNativeTarget;
  119. buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "static" */;
  120. buildPhases = (
  121. 1D60588D0D05DD3D006BFB54 /* Resources */,
  122. 1D60588E0D05DD3D006BFB54 /* Sources */,
  123. 1D60588F0D05DD3D006BFB54 /* Frameworks */,
  124. );
  125. buildRules = (
  126. );
  127. dependencies = (
  128. );
  129. name = static;
  130. productName = minimal_iphone;
  131. productReference = 1D6058910D05DD3D006BFB54 /* minimal_iphone.app */;
  132. productType = "com.apple.product-type.application";
  133. };
  134. /* End PBXNativeTarget section */
  135. /* Begin PBXProject section */
  136. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  137. isa = PBXProject;
  138. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "minimal_iphone" */;
  139. compatibilityVersion = "Xcode 3.1";
  140. developmentRegion = English;
  141. hasScannedForEncodings = 1;
  142. knownRegions = (
  143. English,
  144. Japanese,
  145. French,
  146. German,
  147. );
  148. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  149. projectDirPath = "";
  150. projectReferences = (
  151. {
  152. ProductGroup = 404BECC610EBDB420080E2B8 /* Products */;
  153. ProjectRef = 404BECC510EBDB420080E2B8 /* wxiphone.xcodeproj */;
  154. },
  155. );
  156. projectRoot = "";
  157. targets = (
  158. 1D6058900D05DD3D006BFB54 /* static */,
  159. );
  160. };
  161. /* End PBXProject section */
  162. /* Begin PBXReferenceProxy section */
  163. 4074F5E912ED969C00693A3F /* libwx_osx_iphone.a */ = {
  164. isa = PBXReferenceProxy;
  165. fileType = archive.ar;
  166. path = libwx_osx_iphone.a;
  167. remoteRef = 4074F5E812ED969C00693A3F /* PBXContainerItemProxy */;
  168. sourceTree = BUILT_PRODUCTS_DIR;
  169. };
  170. /* End PBXReferenceProxy section */
  171. /* Begin PBXResourcesBuildPhase section */
  172. 1D60588D0D05DD3D006BFB54 /* Resources */ = {
  173. isa = PBXResourcesBuildPhase;
  174. buildActionMask = 2147483647;
  175. files = (
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. };
  179. /* End PBXResourcesBuildPhase section */
  180. /* Begin PBXSourcesBuildPhase section */
  181. 1D60588E0D05DD3D006BFB54 /* Sources */ = {
  182. isa = PBXSourcesBuildPhase;
  183. buildActionMask = 2147483647;
  184. files = (
  185. 407A98E11370835D00E92356 /* minimal.cpp in Sources */,
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. };
  189. /* End PBXSourcesBuildPhase section */
  190. /* Begin XCBuildConfiguration section */
  191. 1D6058940D05DD3E006BFB54 /* Debug */ = {
  192. isa = XCBuildConfiguration;
  193. baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
  194. buildSettings = {
  195. OTHER_LDFLAGS = "";
  196. PRODUCT_NAME = minimal_iphone;
  197. };
  198. name = Debug;
  199. };
  200. 1D6058950D05DD3E006BFB54 /* Release */ = {
  201. isa = XCBuildConfiguration;
  202. baseConfigurationReference = 404BEE0510EC7BF20080E2B8 /* wxiphone.xcconfig */;
  203. buildSettings = {
  204. PRODUCT_NAME = minimal_iphone;
  205. };
  206. name = Release;
  207. };
  208. C01FCF4F08A954540054247B /* Debug */ = {
  209. isa = XCBuildConfiguration;
  210. baseConfigurationReference = 409CBDC913B13C7100AB1F39 /* wxdebug.xcconfig */;
  211. buildSettings = {
  212. CODE_SIGN_IDENTITY = "iPhone Developer";
  213. INFOPLIST_FILE = Info_iphone.plist;
  214. PROVISIONING_PROFILE = "";
  215. WXROOT = "$(PROJECT_DIR)/../..";
  216. };
  217. name = Debug;
  218. };
  219. C01FCF5008A954540054247B /* Release */ = {
  220. isa = XCBuildConfiguration;
  221. baseConfigurationReference = 409CBDCA13B13C7100AB1F39 /* wxrelease.xcconfig */;
  222. buildSettings = {
  223. CODE_SIGN_IDENTITY = "iPhone Distribution";
  224. INFOPLIST_FILE = Info_iphone.plist;
  225. PROVISIONING_PROFILE = "";
  226. WXROOT = "$(PROJECT_DIR)/../..";
  227. };
  228. name = Release;
  229. };
  230. /* End XCBuildConfiguration section */
  231. /* Begin XCConfigurationList section */
  232. 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "static" */ = {
  233. isa = XCConfigurationList;
  234. buildConfigurations = (
  235. 1D6058940D05DD3E006BFB54 /* Debug */,
  236. 1D6058950D05DD3E006BFB54 /* Release */,
  237. );
  238. defaultConfigurationIsVisible = 0;
  239. defaultConfigurationName = Release;
  240. };
  241. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "minimal_iphone" */ = {
  242. isa = XCConfigurationList;
  243. buildConfigurations = (
  244. C01FCF4F08A954540054247B /* Debug */,
  245. C01FCF5008A954540054247B /* Release */,
  246. );
  247. defaultConfigurationIsVisible = 0;
  248. defaultConfigurationName = Release;
  249. };
  250. /* End XCConfigurationList section */
  251. };
  252. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  253. }