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 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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. E9F5FFA91C1F5E2B00AA4E3B /* Sources */,
  82. E9F5FFAA1C1F5E2B00AA4E3B /* Frameworks */,
  83. E9F5FFAB1C1F5E2B00AA4E3B /* Resources */,
  84. );
  85. buildRules = (
  86. );
  87. dependencies = (
  88. );
  89. name = SerialGamepad;
  90. productName = SerialGamepad;
  91. productReference = E9F5FFAD1C1F5E2B00AA4E3B /* SerialGamepad.app */;
  92. productType = "com.apple.product-type.application";
  93. };
  94. /* End PBXNativeTarget section */
  95. /* Begin PBXProject section */
  96. E9F5FFA51C1F5E2B00AA4E3B /* Project object */ = {
  97. isa = PBXProject;
  98. attributes = {
  99. LastUpgradeCheck = 0720;
  100. ORGANIZATIONNAME = xythobuz;
  101. TargetAttributes = {
  102. E9F5FFAC1C1F5E2B00AA4E3B = {
  103. CreatedOnToolsVersion = 7.2;
  104. };
  105. };
  106. };
  107. buildConfigurationList = E9F5FFA81C1F5E2B00AA4E3B /* Build configuration list for PBXProject "SerialGamepad" */;
  108. compatibilityVersion = "Xcode 3.2";
  109. developmentRegion = English;
  110. hasScannedForEncodings = 0;
  111. knownRegions = (
  112. en,
  113. Base,
  114. );
  115. mainGroup = E9F5FFA41C1F5E2B00AA4E3B;
  116. productRefGroup = E9F5FFAE1C1F5E2B00AA4E3B /* Products */;
  117. projectDirPath = "";
  118. projectRoot = "";
  119. targets = (
  120. E9F5FFAC1C1F5E2B00AA4E3B /* SerialGamepad */,
  121. );
  122. };
  123. /* End PBXProject section */
  124. /* Begin PBXResourcesBuildPhase section */
  125. E9F5FFAB1C1F5E2B00AA4E3B /* Resources */ = {
  126. isa = PBXResourcesBuildPhase;
  127. buildActionMask = 2147483647;
  128. files = (
  129. E9F5FFB71C1F5E2B00AA4E3B /* Assets.xcassets in Resources */,
  130. E9F5FFBA1C1F5E2B00AA4E3B /* MainMenu.xib in Resources */,
  131. );
  132. runOnlyForDeploymentPostprocessing = 0;
  133. };
  134. /* End PBXResourcesBuildPhase section */
  135. /* Begin PBXSourcesBuildPhase section */
  136. E9F5FFA91C1F5E2B00AA4E3B /* Sources */ = {
  137. isa = PBXSourcesBuildPhase;
  138. buildActionMask = 2147483647;
  139. files = (
  140. E9F5FFB51C1F5E2B00AA4E3B /* main.m in Sources */,
  141. E9F5FFB21C1F5E2B00AA4E3B /* AppDelegate.m in Sources */,
  142. E9B6A1D21C1F623B00DA3C80 /* MainWindow.m in Sources */,
  143. );
  144. runOnlyForDeploymentPostprocessing = 0;
  145. };
  146. /* End PBXSourcesBuildPhase section */
  147. /* Begin PBXVariantGroup section */
  148. E9F5FFB81C1F5E2B00AA4E3B /* MainMenu.xib */ = {
  149. isa = PBXVariantGroup;
  150. children = (
  151. E9F5FFB91C1F5E2B00AA4E3B /* Base */,
  152. );
  153. name = MainMenu.xib;
  154. sourceTree = "<group>";
  155. };
  156. /* End PBXVariantGroup section */
  157. /* Begin XCBuildConfiguration section */
  158. E9F5FFBC1C1F5E2B00AA4E3B /* Debug */ = {
  159. isa = XCBuildConfiguration;
  160. buildSettings = {
  161. ALWAYS_SEARCH_USER_PATHS = NO;
  162. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  163. CLANG_CXX_LIBRARY = "libc++";
  164. CLANG_ENABLE_MODULES = YES;
  165. CLANG_ENABLE_OBJC_ARC = YES;
  166. CLANG_WARN_BOOL_CONVERSION = YES;
  167. CLANG_WARN_CONSTANT_CONVERSION = YES;
  168. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  169. CLANG_WARN_EMPTY_BODY = YES;
  170. CLANG_WARN_ENUM_CONVERSION = YES;
  171. CLANG_WARN_INT_CONVERSION = YES;
  172. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  173. CLANG_WARN_UNREACHABLE_CODE = YES;
  174. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  175. CODE_SIGN_IDENTITY = "-";
  176. COPY_PHASE_STRIP = NO;
  177. DEBUG_INFORMATION_FORMAT = dwarf;
  178. ENABLE_STRICT_OBJC_MSGSEND = YES;
  179. ENABLE_TESTABILITY = YES;
  180. GCC_C_LANGUAGE_STANDARD = gnu99;
  181. GCC_DYNAMIC_NO_PIC = NO;
  182. GCC_NO_COMMON_BLOCKS = YES;
  183. GCC_OPTIMIZATION_LEVEL = 0;
  184. GCC_PREPROCESSOR_DEFINITIONS = (
  185. "DEBUG=1",
  186. "$(inherited)",
  187. );
  188. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  189. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  190. GCC_WARN_UNDECLARED_SELECTOR = YES;
  191. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  192. GCC_WARN_UNUSED_FUNCTION = YES;
  193. GCC_WARN_UNUSED_VARIABLE = YES;
  194. MACOSX_DEPLOYMENT_TARGET = 10.10;
  195. MTL_ENABLE_DEBUG_INFO = YES;
  196. ONLY_ACTIVE_ARCH = YES;
  197. SDKROOT = macosx;
  198. };
  199. name = Debug;
  200. };
  201. E9F5FFBD1C1F5E2B00AA4E3B /* Release */ = {
  202. isa = XCBuildConfiguration;
  203. buildSettings = {
  204. ALWAYS_SEARCH_USER_PATHS = NO;
  205. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  206. CLANG_CXX_LIBRARY = "libc++";
  207. CLANG_ENABLE_MODULES = YES;
  208. CLANG_ENABLE_OBJC_ARC = YES;
  209. CLANG_WARN_BOOL_CONVERSION = YES;
  210. CLANG_WARN_CONSTANT_CONVERSION = YES;
  211. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  212. CLANG_WARN_EMPTY_BODY = YES;
  213. CLANG_WARN_ENUM_CONVERSION = YES;
  214. CLANG_WARN_INT_CONVERSION = YES;
  215. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  216. CLANG_WARN_UNREACHABLE_CODE = YES;
  217. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  218. CODE_SIGN_IDENTITY = "-";
  219. COPY_PHASE_STRIP = NO;
  220. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  221. ENABLE_NS_ASSERTIONS = NO;
  222. ENABLE_STRICT_OBJC_MSGSEND = YES;
  223. GCC_C_LANGUAGE_STANDARD = gnu99;
  224. GCC_NO_COMMON_BLOCKS = YES;
  225. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  226. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  227. GCC_WARN_UNDECLARED_SELECTOR = YES;
  228. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  229. GCC_WARN_UNUSED_FUNCTION = YES;
  230. GCC_WARN_UNUSED_VARIABLE = YES;
  231. MACOSX_DEPLOYMENT_TARGET = 10.10;
  232. MTL_ENABLE_DEBUG_INFO = NO;
  233. SDKROOT = macosx;
  234. };
  235. name = Release;
  236. };
  237. E9F5FFBF1C1F5E2B00AA4E3B /* Debug */ = {
  238. isa = XCBuildConfiguration;
  239. buildSettings = {
  240. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  241. COMBINE_HIDPI_IMAGES = YES;
  242. INFOPLIST_FILE = SerialGamepad/Info.plist;
  243. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  244. MACOSX_DEPLOYMENT_TARGET = 10.8;
  245. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.SerialGamepad;
  246. PRODUCT_NAME = "$(TARGET_NAME)";
  247. };
  248. name = Debug;
  249. };
  250. E9F5FFC01C1F5E2B00AA4E3B /* Release */ = {
  251. isa = XCBuildConfiguration;
  252. buildSettings = {
  253. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  254. COMBINE_HIDPI_IMAGES = YES;
  255. INFOPLIST_FILE = SerialGamepad/Info.plist;
  256. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  257. MACOSX_DEPLOYMENT_TARGET = 10.8;
  258. PRODUCT_BUNDLE_IDENTIFIER = de.xythobuz.SerialGamepad;
  259. PRODUCT_NAME = "$(TARGET_NAME)";
  260. };
  261. name = Release;
  262. };
  263. /* End XCBuildConfiguration section */
  264. /* Begin XCConfigurationList section */
  265. E9F5FFA81C1F5E2B00AA4E3B /* Build configuration list for PBXProject "SerialGamepad" */ = {
  266. isa = XCConfigurationList;
  267. buildConfigurations = (
  268. E9F5FFBC1C1F5E2B00AA4E3B /* Debug */,
  269. E9F5FFBD1C1F5E2B00AA4E3B /* Release */,
  270. );
  271. defaultConfigurationIsVisible = 0;
  272. defaultConfigurationName = Release;
  273. };
  274. E9F5FFBE1C1F5E2B00AA4E3B /* Build configuration list for PBXNativeTarget "SerialGamepad" */ = {
  275. isa = XCConfigurationList;
  276. buildConfigurations = (
  277. E9F5FFBF1C1F5E2B00AA4E3B /* Debug */,
  278. E9F5FFC01C1F5E2B00AA4E3B /* Release */,
  279. );
  280. defaultConfigurationIsVisible = 0;
  281. defaultConfigurationName = Release;
  282. };
  283. /* End XCConfigurationList section */
  284. };
  285. rootObject = E9F5FFA51C1F5E2B00AA4E3B /* Project object */;
  286. }