Mac OS X gamepad emulator for serial RC transmitters
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.

project.pbxproj 12KB

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