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

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