Mac OS X gamepad emulator for serial RC transmitters
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

project.pbxproj 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E9B6A1D21C1F623B00DA3C80 /* MainWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B6A1D11C1F623B00DA3C80 /* MainWindow.m */; };
  10. E9B6A1D61C1F683300DA3C80 /* Serial.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B6A1D51C1F683300DA3C80 /* Serial.m */; };
  11. E9B6A1D91C1F7E0200DA3C80 /* fooHID.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B6A1D81C1F7E0200DA3C80 /* fooHID.m */; };
  12. E9B6A1DC1C20C0F200DA3C80 /* Thread.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B6A1DB1C20C0F200DA3C80 /* Thread.m */; };
  13. E9F5FFB21C1F5E2B00AA4E3B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F5FFB11C1F5E2B00AA4E3B /* AppDelegate.m */; };
  14. E9F5FFB51C1F5E2B00AA4E3B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F5FFB41C1F5E2B00AA4E3B /* main.m */; };
  15. E9F5FFB71C1F5E2B00AA4E3B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9F5FFB61C1F5E2B00AA4E3B /* Assets.xcassets */; };
  16. E9F5FFBA1C1F5E2B00AA4E3B /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9F5FFB81C1F5E2B00AA4E3B /* MainMenu.xib */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXFileReference section */
  19. E9B6A1D01C1F623B00DA3C80 /* MainWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainWindow.h; sourceTree = "<group>"; };
  20. E9B6A1D11C1F623B00DA3C80 /* MainWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainWindow.m; sourceTree = "<group>"; };
  21. E9B6A1D41C1F683300DA3C80 /* Serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Serial.h; sourceTree = "<group>"; };
  22. E9B6A1D51C1F683300DA3C80 /* Serial.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Serial.m; sourceTree = "<group>"; };
  23. E9B6A1D71C1F7E0200DA3C80 /* fooHID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fooHID.h; sourceTree = "<group>"; };
  24. E9B6A1D81C1F7E0200DA3C80 /* fooHID.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = fooHID.m; sourceTree = "<group>"; };
  25. E9B6A1DA1C20C0F200DA3C80 /* Thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Thread.h; sourceTree = "<group>"; };
  26. E9B6A1DB1C20C0F200DA3C80 /* Thread.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Thread.m; sourceTree = "<group>"; };
  27. E9F5FFAD1C1F5E2B00AA4E3B /* SerialGamepad.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SerialGamepad.app; sourceTree = BUILT_PRODUCTS_DIR; };
  28. E9F5FFB01C1F5E2B00AA4E3B /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  29. E9F5FFB11C1F5E2B00AA4E3B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  30. E9F5FFB41C1F5E2B00AA4E3B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  31. E9F5FFB61C1F5E2B00AA4E3B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  32. E9F5FFB91C1F5E2B00AA4E3B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  33. E9F5FFBB1C1F5E2B00AA4E3B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. E9F5FFAA1C1F5E2B00AA4E3B /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. );
  41. runOnlyForDeploymentPostprocessing = 0;
  42. };
  43. /* End PBXFrameworksBuildPhase section */
  44. /* Begin PBXGroup section */
  45. E9F5FFA41C1F5E2B00AA4E3B = {
  46. isa = PBXGroup;
  47. children = (
  48. E9F5FFAF1C1F5E2B00AA4E3B /* SerialGamepad */,
  49. E9F5FFAE1C1F5E2B00AA4E3B /* Products */,
  50. );
  51. sourceTree = "<group>";
  52. };
  53. E9F5FFAE1C1F5E2B00AA4E3B /* Products */ = {
  54. isa = PBXGroup;
  55. children = (
  56. E9F5FFAD1C1F5E2B00AA4E3B /* SerialGamepad.app */,
  57. );
  58. name = Products;
  59. sourceTree = "<group>";
  60. };
  61. E9F5FFAF1C1F5E2B00AA4E3B /* SerialGamepad */ = {
  62. isa = PBXGroup;
  63. children = (
  64. E9F5FFB01C1F5E2B00AA4E3B /* AppDelegate.h */,
  65. E9F5FFB11C1F5E2B00AA4E3B /* AppDelegate.m */,
  66. E9F5FFB61C1F5E2B00AA4E3B /* Assets.xcassets */,
  67. E9F5FFB81C1F5E2B00AA4E3B /* MainMenu.xib */,
  68. E9B6A1D01C1F623B00DA3C80 /* MainWindow.h */,
  69. E9B6A1D11C1F623B00DA3C80 /* MainWindow.m */,
  70. E9B6A1D41C1F683300DA3C80 /* Serial.h */,
  71. E9B6A1D51C1F683300DA3C80 /* Serial.m */,
  72. E9B6A1D71C1F7E0200DA3C80 /* fooHID.h */,
  73. E9B6A1D81C1F7E0200DA3C80 /* fooHID.m */,
  74. E9B6A1DA1C20C0F200DA3C80 /* Thread.h */,
  75. E9B6A1DB1C20C0F200DA3C80 /* Thread.m */,
  76. E9F5FFBB1C1F5E2B00AA4E3B /* Info.plist */,
  77. E9F5FFB31C1F5E2B00AA4E3B /* Supporting Files */,
  78. );
  79. path = SerialGamepad;
  80. sourceTree = "<group>";
  81. };
  82. E9F5FFB31C1F5E2B00AA4E3B /* Supporting Files */ = {
  83. isa = PBXGroup;
  84. children = (
  85. E9F5FFB41C1F5E2B00AA4E3B /* main.m */,
  86. );
  87. name = "Supporting Files";
  88. sourceTree = "<group>";
  89. };
  90. /* End PBXGroup section */
  91. /* Begin PBXNativeTarget section */
  92. E9F5FFAC1C1F5E2B00AA4E3B /* SerialGamepad */ = {
  93. isa = PBXNativeTarget;
  94. buildConfigurationList = E9F5FFBE1C1F5E2B00AA4E3B /* Build configuration list for PBXNativeTarget "SerialGamepad" */;
  95. buildPhases = (
  96. E9B6A1D31C1F653500DA3C80 /* Increment build number */,
  97. E9F5FFA91C1F5E2B00AA4E3B /* Sources */,
  98. E9F5FFAA1C1F5E2B00AA4E3B /* Frameworks */,
  99. E9F5FFAB1C1F5E2B00AA4E3B /* Resources */,
  100. );
  101. buildRules = (
  102. );
  103. dependencies = (
  104. );
  105. name = SerialGamepad;
  106. productName = SerialGamepad;
  107. productReference = E9F5FFAD1C1F5E2B00AA4E3B /* SerialGamepad.app */;
  108. productType = "com.apple.product-type.application";
  109. };
  110. /* End PBXNativeTarget section */
  111. /* Begin PBXProject section */
  112. E9F5FFA51C1F5E2B00AA4E3B /* Project object */ = {
  113. isa = PBXProject;
  114. attributes = {
  115. LastUpgradeCheck = 0720;
  116. ORGANIZATIONNAME = xythobuz;
  117. TargetAttributes = {
  118. E9F5FFAC1C1F5E2B00AA4E3B = {
  119. CreatedOnToolsVersion = 7.2;
  120. };
  121. };
  122. };
  123. buildConfigurationList = E9F5FFA81C1F5E2B00AA4E3B /* Build configuration list for PBXProject "SerialGamepad" */;
  124. compatibilityVersion = "Xcode 3.2";
  125. developmentRegion = English;
  126. hasScannedForEncodings = 0;
  127. knownRegions = (
  128. en,
  129. Base,
  130. );
  131. mainGroup = E9F5FFA41C1F5E2B00AA4E3B;
  132. productRefGroup = E9F5FFAE1C1F5E2B00AA4E3B /* Products */;
  133. projectDirPath = "";
  134. projectRoot = "";
  135. targets = (
  136. E9F5FFAC1C1F5E2B00AA4E3B /* SerialGamepad */,
  137. );
  138. };
  139. /* End PBXProject section */
  140. /* Begin PBXResourcesBuildPhase section */
  141. E9F5FFAB1C1F5E2B00AA4E3B /* Resources */ = {
  142. isa = PBXResourcesBuildPhase;
  143. buildActionMask = 2147483647;
  144. files = (
  145. E9F5FFB71C1F5E2B00AA4E3B /* Assets.xcassets in Resources */,
  146. E9F5FFBA1C1F5E2B00AA4E3B /* MainMenu.xib in Resources */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXResourcesBuildPhase section */
  151. /* Begin PBXShellScriptBuildPhase section */
  152. E9B6A1D31C1F653500DA3C80 /* Increment build number */ = {
  153. isa = PBXShellScriptBuildPhase;
  154. buildActionMask = 2147483647;
  155. files = (
  156. );
  157. inputPaths = (
  158. );
  159. name = "Increment build number";
  160. outputPaths = (
  161. );
  162. runOnlyForDeploymentPostprocessing = 0;
  163. shellPath = /bin/sh;
  164. shellScript = "#!/bin/sh\n\nplist=\"${PROJECT_DIR}/${INFOPLIST_FILE}\"\ndir=\"$(dirname \"$plist\")\"\n\n# Only increment the build number if source files have changed\nif [ -n \"$(find \"$dir\" \\! -path \"*xcuserdata*\" \\! -path \"*.git*\" \\! -name .DS_Store \\! -path \"*Website*\" -newer \"$plist\")\" ]; then\nbuildnum=$(/usr/libexec/Plistbuddy -c \"Print CFBundleVersion\" \"$plist\")\nif [ -z \"$buildnum\" ]; then\necho \"No build number in $plist\"\nexit 2\nfi\nbuildnum=$(expr $buildnum + 1)\n/usr/libexec/Plistbuddy -c \"Set CFBundleVersion $buildnum\" \"$plist\"\necho \"Incremented build number to $buildnum\"\nelse\necho \"Not incrementing build number as source files have not changed\"\nfi\n";
  165. };
  166. /* End PBXShellScriptBuildPhase section */
  167. /* Begin PBXSourcesBuildPhase section */
  168. E9F5FFA91C1F5E2B00AA4E3B /* Sources */ = {
  169. isa = PBXSourcesBuildPhase;
  170. buildActionMask = 2147483647;
  171. files = (
  172. E9F5FFB51C1F5E2B00AA4E3B /* main.m in Sources */,
  173. E9F5FFB21C1F5E2B00AA4E3B /* AppDelegate.m in Sources */,
  174. E9B6A1D91C1F7E0200DA3C80 /* fooHID.m in Sources */,
  175. E9B6A1D21C1F623B00DA3C80 /* MainWindow.m in Sources */,
  176. E9B6A1D61C1F683300DA3C80 /* Serial.m in Sources */,
  177. E9B6A1DC1C20C0F200DA3C80 /* Thread.m in Sources */,
  178. );
  179. runOnlyForDeploymentPostprocessing = 0;
  180. };
  181. /* End PBXSourcesBuildPhase section */
  182. /* Begin PBXVariantGroup section */
  183. E9F5FFB81C1F5E2B00AA4E3B /* MainMenu.xib */ = {
  184. isa = PBXVariantGroup;
  185. children = (
  186. E9F5FFB91C1F5E2B00AA4E3B /* Base */,
  187. );
  188. name = MainMenu.xib;
  189. sourceTree = "<group>";
  190. };
  191. /* End PBXVariantGroup section */
  192. /* Begin XCBuildConfiguration section */
  193. E9F5FFBC1C1F5E2B00AA4E3B /* Debug */ = {
  194. isa = XCBuildConfiguration;
  195. buildSettings = {
  196. ALWAYS_SEARCH_USER_PATHS = NO;
  197. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  198. CLANG_CXX_LIBRARY = "libc++";
  199. CLANG_ENABLE_MODULES = YES;
  200. CLANG_ENABLE_OBJC_ARC = YES;
  201. CLANG_WARN_BOOL_CONVERSION = YES;
  202. CLANG_WARN_CONSTANT_CONVERSION = YES;
  203. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  204. CLANG_WARN_EMPTY_BODY = YES;
  205. CLANG_WARN_ENUM_CONVERSION = YES;
  206. CLANG_WARN_INT_CONVERSION = YES;
  207. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  208. CLANG_WARN_UNREACHABLE_CODE = YES;
  209. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  210. CODE_SIGN_IDENTITY = "-";
  211. COPY_PHASE_STRIP = NO;
  212. DEBUG_INFORMATION_FORMAT = dwarf;
  213. ENABLE_STRICT_OBJC_MSGSEND = YES;
  214. ENABLE_TESTABILITY = YES;
  215. GCC_C_LANGUAGE_STANDARD = gnu99;
  216. GCC_DYNAMIC_NO_PIC = NO;
  217. GCC_NO_COMMON_BLOCKS = YES;
  218. GCC_OPTIMIZATION_LEVEL = 0;
  219. GCC_PREPROCESSOR_DEFINITIONS = (
  220. "DEBUG=1",
  221. "$(inherited)",
  222. );
  223. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  224. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  225. GCC_WARN_UNDECLARED_SELECTOR = YES;
  226. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  227. GCC_WARN_UNUSED_FUNCTION = YES;
  228. GCC_WARN_UNUSED_VARIABLE = YES;
  229. MACOSX_DEPLOYMENT_TARGET = 10.8;
  230. MTL_ENABLE_DEBUG_INFO = YES;
  231. ONLY_ACTIVE_ARCH = YES;
  232. SDKROOT = macosx;
  233. };
  234. name = Debug;
  235. };
  236. E9F5FFBD1C1F5E2B00AA4E3B /* Release */ = {
  237. isa = XCBuildConfiguration;
  238. buildSettings = {
  239. ALWAYS_SEARCH_USER_PATHS = NO;
  240. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  241. CLANG_CXX_LIBRARY = "libc++";
  242. CLANG_ENABLE_MODULES = YES;
  243. CLANG_ENABLE_OBJC_ARC = YES;
  244. CLANG_WARN_BOOL_CONVERSION = YES;
  245. CLANG_WARN_CONSTANT_CONVERSION = YES;
  246. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  247. CLANG_WARN_EMPTY_BODY = YES;
  248. CLANG_WARN_ENUM_CONVERSION = YES;
  249. CLANG_WARN_INT_CONVERSION = YES;
  250. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  251. CLANG_WARN_UNREACHABLE_CODE = YES;
  252. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  253. CODE_SIGN_IDENTITY = "-";
  254. COPY_PHASE_STRIP = NO;
  255. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  256. ENABLE_NS_ASSERTIONS = NO;
  257. ENABLE_STRICT_OBJC_MSGSEND = YES;
  258. GCC_C_LANGUAGE_STANDARD = gnu99;
  259. GCC_NO_COMMON_BLOCKS = YES;
  260. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  261. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  262. GCC_WARN_UNDECLARED_SELECTOR = YES;
  263. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  264. GCC_WARN_UNUSED_FUNCTION = YES;
  265. GCC_WARN_UNUSED_VARIABLE = YES;
  266. MACOSX_DEPLOYMENT_TARGET = 10.8;
  267. MTL_ENABLE_DEBUG_INFO = NO;
  268. SDKROOT = macosx;
  269. };
  270. name = Release;
  271. };
  272. E9F5FFBF1C1F5E2B00AA4E3B /* Debug */ = {
  273. isa = XCBuildConfiguration;
  274. buildSettings = {
  275. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  276. COMBINE_HIDPI_IMAGES = YES;
  277. INFOPLIST_FILE = SerialGamepad/Info.plist;
  278. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  279. MACOSX_DEPLOYMENT_TARGET = 10.8;
  280. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.SerialGamepad;
  281. PRODUCT_NAME = "$(TARGET_NAME)";
  282. };
  283. name = Debug;
  284. };
  285. E9F5FFC01C1F5E2B00AA4E3B /* Release */ = {
  286. isa = XCBuildConfiguration;
  287. buildSettings = {
  288. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  289. COMBINE_HIDPI_IMAGES = YES;
  290. INFOPLIST_FILE = SerialGamepad/Info.plist;
  291. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  292. MACOSX_DEPLOYMENT_TARGET = 10.8;
  293. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.SerialGamepad;
  294. PRODUCT_NAME = "$(TARGET_NAME)";
  295. };
  296. name = Release;
  297. };
  298. /* End XCBuildConfiguration section */
  299. /* Begin XCConfigurationList section */
  300. E9F5FFA81C1F5E2B00AA4E3B /* Build configuration list for PBXProject "SerialGamepad" */ = {
  301. isa = XCConfigurationList;
  302. buildConfigurations = (
  303. E9F5FFBC1C1F5E2B00AA4E3B /* Debug */,
  304. E9F5FFBD1C1F5E2B00AA4E3B /* Release */,
  305. );
  306. defaultConfigurationIsVisible = 0;
  307. defaultConfigurationName = Release;
  308. };
  309. E9F5FFBE1C1F5E2B00AA4E3B /* Build configuration list for PBXNativeTarget "SerialGamepad" */ = {
  310. isa = XCConfigurationList;
  311. buildConfigurations = (
  312. E9F5FFBF1C1F5E2B00AA4E3B /* Debug */,
  313. E9F5FFC01C1F5E2B00AA4E3B /* Release */,
  314. );
  315. defaultConfigurationIsVisible = 0;
  316. defaultConfigurationName = Release;
  317. };
  318. /* End XCConfigurationList section */
  319. };
  320. rootObject = E9F5FFA51C1F5E2B00AA4E3B /* Project object */;
  321. }