project.pbxproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AACBBE490F95108600F1A2B1 /* Foundation.framework */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXFileReference section */
  12. 404BECEE10EBF6330080E2B8 /* wxiphone.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxiphone.xcconfig; sourceTree = "<group>"; };
  13. 409120DB13B24EC2004109E0 /* wxdebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxdebug.xcconfig; sourceTree = "<group>"; };
  14. 409120DC13B24EC2004109E0 /* wxrelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = wxrelease.xcconfig; sourceTree = "<group>"; };
  15. AACBBE490F95108600F1A2B1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  16. D2AAC07E0554694100DB518D /* libwx_osx_iphone.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwx_osx_iphone.a; sourceTree = BUILT_PRODUCTS_DIR; };
  17. /* End PBXFileReference section */
  18. /* Begin PBXFrameworksBuildPhase section */
  19. D2AAC07C0554694100DB518D /* Frameworks */ = {
  20. isa = PBXFrameworksBuildPhase;
  21. buildActionMask = 2147483647;
  22. files = (
  23. AACBBE4A0F95108600F1A2B1 /* Foundation.framework in Frameworks */,
  24. );
  25. runOnlyForDeploymentPostprocessing = 0;
  26. };
  27. /* End PBXFrameworksBuildPhase section */
  28. /* Begin PBXGroup section */
  29. 034768DFFF38A50411DB9C8B /* Products */ = {
  30. isa = PBXGroup;
  31. children = (
  32. D2AAC07E0554694100DB518D /* libwx_osx_iphone.a */,
  33. );
  34. name = Products;
  35. sourceTree = "<group>";
  36. };
  37. 0867D691FE84028FC02AAC07 /* wxiPhone */ = {
  38. isa = PBXGroup;
  39. children = (
  40. 0867D69AFE84028FC02AAC07 /* Frameworks */,
  41. 034768DFFF38A50411DB9C8B /* Products */,
  42. 404BECEE10EBF6330080E2B8 /* wxiphone.xcconfig */,
  43. 409120DB13B24EC2004109E0 /* wxdebug.xcconfig */,
  44. 409120DC13B24EC2004109E0 /* wxrelease.xcconfig */,
  45. );
  46. name = wxiPhone;
  47. sourceTree = "<group>";
  48. };
  49. 0867D69AFE84028FC02AAC07 /* Frameworks */ = {
  50. isa = PBXGroup;
  51. children = (
  52. AACBBE490F95108600F1A2B1 /* Foundation.framework */,
  53. );
  54. name = Frameworks;
  55. sourceTree = "<group>";
  56. };
  57. /* End PBXGroup section */
  58. /* Begin PBXHeadersBuildPhase section */
  59. D2AAC07A0554694100DB518D /* Headers */ = {
  60. isa = PBXHeadersBuildPhase;
  61. buildActionMask = 2147483647;
  62. files = (
  63. );
  64. runOnlyForDeploymentPostprocessing = 0;
  65. };
  66. /* End PBXHeadersBuildPhase section */
  67. /* Begin PBXNativeTarget section */
  68. D2AAC07D0554694100DB518D /* static */ = {
  69. isa = PBXNativeTarget;
  70. buildConfigurationList = 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "static" */;
  71. buildPhases = (
  72. 4095368310EBBDC800857D4F /* ShellScript */,
  73. D2AAC07A0554694100DB518D /* Headers */,
  74. D2AAC07B0554694100DB518D /* Sources */,
  75. D2AAC07C0554694100DB518D /* Frameworks */,
  76. );
  77. buildRules = (
  78. );
  79. dependencies = (
  80. );
  81. name = static;
  82. productName = wxiPhone;
  83. productReference = D2AAC07E0554694100DB518D /* libwx_osx_iphone.a */;
  84. productType = "com.apple.product-type.library.static";
  85. };
  86. /* End PBXNativeTarget section */
  87. /* Begin PBXProject section */
  88. 0867D690FE84028FC02AAC07 /* Project object */ = {
  89. isa = PBXProject;
  90. buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "wxiphone_in" */;
  91. compatibilityVersion = "Xcode 3.2";
  92. developmentRegion = English;
  93. hasScannedForEncodings = 1;
  94. knownRegions = (
  95. English,
  96. Japanese,
  97. French,
  98. German,
  99. );
  100. mainGroup = 0867D691FE84028FC02AAC07 /* wxiPhone */;
  101. productRefGroup = 034768DFFF38A50411DB9C8B /* Products */;
  102. projectDirPath = "";
  103. projectRoot = "";
  104. targets = (
  105. D2AAC07D0554694100DB518D /* static */,
  106. );
  107. };
  108. /* End PBXProject section */
  109. /* Begin PBXShellScriptBuildPhase section */
  110. 4095368310EBBDC800857D4F /* ShellScript */ = {
  111. isa = PBXShellScriptBuildPhase;
  112. buildActionMask = 2147483647;
  113. files = (
  114. );
  115. inputPaths = (
  116. );
  117. outputPaths = (
  118. );
  119. runOnlyForDeploymentPostprocessing = 0;
  120. shellPath = /bin/sh;
  121. shellScript = "\"${WXROOT}/distrib/mac/pbsetup-sh\" \"${WXROOT}/src\" \"${WXROOT}/build/osx/setup/${WXTOOLKIT}\"";
  122. };
  123. /* End PBXShellScriptBuildPhase section */
  124. /* Begin PBXSourcesBuildPhase section */
  125. D2AAC07B0554694100DB518D /* Sources */ = {
  126. isa = PBXSourcesBuildPhase;
  127. buildActionMask = 2147483647;
  128. files = (
  129. );
  130. runOnlyForDeploymentPostprocessing = 0;
  131. };
  132. /* End PBXSourcesBuildPhase section */
  133. /* Begin XCBuildConfiguration section */
  134. 1DEB921F08733DC00010E9CD /* Debug */ = {
  135. isa = XCBuildConfiguration;
  136. baseConfigurationReference = 404BECEE10EBF6330080E2B8 /* wxiphone.xcconfig */;
  137. buildSettings = {
  138. };
  139. name = Debug;
  140. };
  141. 1DEB922008733DC00010E9CD /* Release */ = {
  142. isa = XCBuildConfiguration;
  143. baseConfigurationReference = 404BECEE10EBF6330080E2B8 /* wxiphone.xcconfig */;
  144. buildSettings = {
  145. };
  146. name = Release;
  147. };
  148. 1DEB922308733DC00010E9CD /* Debug */ = {
  149. isa = XCBuildConfiguration;
  150. baseConfigurationReference = 409120DB13B24EC2004109E0 /* wxdebug.xcconfig */;
  151. buildSettings = {
  152. WXROOT = "$(PROJECT_DIR)/../..";
  153. };
  154. name = Debug;
  155. };
  156. 1DEB922408733DC00010E9CD /* Release */ = {
  157. isa = XCBuildConfiguration;
  158. baseConfigurationReference = 409120DC13B24EC2004109E0 /* wxrelease.xcconfig */;
  159. buildSettings = {
  160. WXROOT = "$(PROJECT_DIR)/../..";
  161. };
  162. name = Release;
  163. };
  164. /* End XCBuildConfiguration section */
  165. /* Begin XCConfigurationList section */
  166. 1DEB921E08733DC00010E9CD /* Build configuration list for PBXNativeTarget "static" */ = {
  167. isa = XCConfigurationList;
  168. buildConfigurations = (
  169. 1DEB921F08733DC00010E9CD /* Debug */,
  170. 1DEB922008733DC00010E9CD /* Release */,
  171. );
  172. defaultConfigurationIsVisible = 0;
  173. defaultConfigurationName = Release;
  174. };
  175. 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "wxiphone_in" */ = {
  176. isa = XCConfigurationList;
  177. buildConfigurations = (
  178. 1DEB922308733DC00010E9CD /* Debug */,
  179. 1DEB922408733DC00010E9CD /* Release */,
  180. );
  181. defaultConfigurationIsVisible = 0;
  182. defaultConfigurationName = Release;
  183. };
  184. /* End XCConfigurationList section */
  185. };
  186. rootObject = 0867D690FE84028FC02AAC07 /* Project object */;
  187. }