暫無描述
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 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. E08E02FF236392D000A4B1BE /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = E08E02FE236392D000A4B1BE /* main.mm */; };
  10. E08E03022363933B00A4B1BE /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E08E03012363933B00A4B1BE /* AppKit.framework */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXFileReference section */
  13. E08E02F5236392A300A4B1BE /* AppleEventIntegration.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AppleEventIntegration.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
  14. E08E02F8236392A300A4B1BE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  15. E08E02FE236392D000A4B1BE /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
  16. E08E03012363933B00A4B1BE /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  17. /* End PBXFileReference section */
  18. /* Begin PBXFrameworksBuildPhase section */
  19. E08E02F2236392A300A4B1BE /* Frameworks */ = {
  20. isa = PBXFrameworksBuildPhase;
  21. buildActionMask = 2147483647;
  22. files = (
  23. E08E03022363933B00A4B1BE /* AppKit.framework in Frameworks */,
  24. );
  25. runOnlyForDeploymentPostprocessing = 0;
  26. };
  27. /* End PBXFrameworksBuildPhase section */
  28. /* Begin PBXGroup section */
  29. E08E02EC236392A300A4B1BE = {
  30. isa = PBXGroup;
  31. children = (
  32. E08E02F7236392A300A4B1BE /* AppleEventIntegration */,
  33. E08E02F6236392A300A4B1BE /* Products */,
  34. E08E03002363933B00A4B1BE /* Frameworks */,
  35. );
  36. sourceTree = "<group>";
  37. };
  38. E08E02F6236392A300A4B1BE /* Products */ = {
  39. isa = PBXGroup;
  40. children = (
  41. E08E02F5236392A300A4B1BE /* AppleEventIntegration.bundle */,
  42. );
  43. name = Products;
  44. sourceTree = "<group>";
  45. };
  46. E08E02F7236392A300A4B1BE /* AppleEventIntegration */ = {
  47. isa = PBXGroup;
  48. children = (
  49. E08E02F8236392A300A4B1BE /* Info.plist */,
  50. E08E02FE236392D000A4B1BE /* main.mm */,
  51. );
  52. path = AppleEventIntegration;
  53. sourceTree = "<group>";
  54. };
  55. E08E03002363933B00A4B1BE /* Frameworks */ = {
  56. isa = PBXGroup;
  57. children = (
  58. E08E03012363933B00A4B1BE /* AppKit.framework */,
  59. );
  60. name = Frameworks;
  61. sourceTree = "<group>";
  62. };
  63. /* End PBXGroup section */
  64. /* Begin PBXNativeTarget section */
  65. E08E02F4236392A300A4B1BE /* AppleEventIntegration */ = {
  66. isa = PBXNativeTarget;
  67. buildConfigurationList = E08E02FB236392A300A4B1BE /* Build configuration list for PBXNativeTarget "AppleEventIntegration" */;
  68. buildPhases = (
  69. E08E02F1236392A300A4B1BE /* Sources */,
  70. E08E02F2236392A300A4B1BE /* Frameworks */,
  71. E08E02F3236392A300A4B1BE /* Resources */,
  72. );
  73. buildRules = (
  74. );
  75. dependencies = (
  76. );
  77. name = AppleEventIntegration;
  78. productName = AppleEventIntegration;
  79. productReference = E08E02F5236392A300A4B1BE /* AppleEventIntegration.bundle */;
  80. productType = "com.apple.product-type.bundle";
  81. };
  82. /* End PBXNativeTarget section */
  83. /* Begin PBXProject section */
  84. E08E02ED236392A300A4B1BE /* Project object */ = {
  85. isa = PBXProject;
  86. attributes = {
  87. LastUpgradeCheck = 1200;
  88. ORGANIZATIONNAME = Unity;
  89. TargetAttributes = {
  90. E08E02F4236392A300A4B1BE = {
  91. CreatedOnToolsVersion = 11.1;
  92. };
  93. };
  94. };
  95. buildConfigurationList = E08E02F0236392A300A4B1BE /* Build configuration list for PBXProject "AppleEventIntegration" */;
  96. compatibilityVersion = "Xcode 9.3";
  97. developmentRegion = en;
  98. hasScannedForEncodings = 0;
  99. knownRegions = (
  100. en,
  101. Base,
  102. );
  103. mainGroup = E08E02EC236392A300A4B1BE;
  104. productRefGroup = E08E02F6236392A300A4B1BE /* Products */;
  105. projectDirPath = "";
  106. projectRoot = "";
  107. targets = (
  108. E08E02F4236392A300A4B1BE /* AppleEventIntegration */,
  109. );
  110. };
  111. /* End PBXProject section */
  112. /* Begin PBXResourcesBuildPhase section */
  113. E08E02F3236392A300A4B1BE /* Resources */ = {
  114. isa = PBXResourcesBuildPhase;
  115. buildActionMask = 2147483647;
  116. files = (
  117. );
  118. runOnlyForDeploymentPostprocessing = 0;
  119. };
  120. /* End PBXResourcesBuildPhase section */
  121. /* Begin PBXSourcesBuildPhase section */
  122. E08E02F1236392A300A4B1BE /* Sources */ = {
  123. isa = PBXSourcesBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. E08E02FF236392D000A4B1BE /* main.mm in Sources */,
  127. );
  128. runOnlyForDeploymentPostprocessing = 0;
  129. };
  130. /* End PBXSourcesBuildPhase section */
  131. /* Begin XCBuildConfiguration section */
  132. E08E02F9236392A300A4B1BE /* Debug */ = {
  133. isa = XCBuildConfiguration;
  134. buildSettings = {
  135. ALWAYS_SEARCH_USER_PATHS = NO;
  136. CLANG_ANALYZER_NONNULL = YES;
  137. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  138. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  139. CLANG_CXX_LIBRARY = "libc++";
  140. CLANG_ENABLE_MODULES = YES;
  141. CLANG_ENABLE_OBJC_ARC = YES;
  142. CLANG_ENABLE_OBJC_WEAK = YES;
  143. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  144. CLANG_WARN_BOOL_CONVERSION = YES;
  145. CLANG_WARN_COMMA = YES;
  146. CLANG_WARN_CONSTANT_CONVERSION = YES;
  147. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  148. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  149. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  150. CLANG_WARN_EMPTY_BODY = YES;
  151. CLANG_WARN_ENUM_CONVERSION = YES;
  152. CLANG_WARN_INFINITE_RECURSION = YES;
  153. CLANG_WARN_INT_CONVERSION = YES;
  154. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  155. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  156. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  157. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  158. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  159. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  160. CLANG_WARN_STRICT_PROTOTYPES = YES;
  161. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  162. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  163. CLANG_WARN_UNREACHABLE_CODE = YES;
  164. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  165. COPY_PHASE_STRIP = NO;
  166. DEBUG_INFORMATION_FORMAT = dwarf;
  167. ENABLE_STRICT_OBJC_MSGSEND = YES;
  168. ENABLE_TESTABILITY = YES;
  169. GCC_C_LANGUAGE_STANDARD = gnu11;
  170. GCC_DYNAMIC_NO_PIC = NO;
  171. GCC_NO_COMMON_BLOCKS = YES;
  172. GCC_OPTIMIZATION_LEVEL = 0;
  173. GCC_PREPROCESSOR_DEFINITIONS = (
  174. "DEBUG=1",
  175. "$(inherited)",
  176. );
  177. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  178. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  179. GCC_WARN_UNDECLARED_SELECTOR = YES;
  180. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  181. GCC_WARN_UNUSED_FUNCTION = YES;
  182. GCC_WARN_UNUSED_VARIABLE = YES;
  183. MACOSX_DEPLOYMENT_TARGET = 10.13;
  184. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  185. MTL_FAST_MATH = YES;
  186. ONLY_ACTIVE_ARCH = YES;
  187. SDKROOT = macosx;
  188. };
  189. name = Debug;
  190. };
  191. E08E02FA236392A300A4B1BE /* Release */ = {
  192. isa = XCBuildConfiguration;
  193. buildSettings = {
  194. ALWAYS_SEARCH_USER_PATHS = NO;
  195. CLANG_ANALYZER_NONNULL = YES;
  196. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  197. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  198. CLANG_CXX_LIBRARY = "libc++";
  199. CLANG_ENABLE_MODULES = YES;
  200. CLANG_ENABLE_OBJC_ARC = YES;
  201. CLANG_ENABLE_OBJC_WEAK = YES;
  202. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  203. CLANG_WARN_BOOL_CONVERSION = YES;
  204. CLANG_WARN_COMMA = YES;
  205. CLANG_WARN_CONSTANT_CONVERSION = YES;
  206. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  207. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  208. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  209. CLANG_WARN_EMPTY_BODY = YES;
  210. CLANG_WARN_ENUM_CONVERSION = YES;
  211. CLANG_WARN_INFINITE_RECURSION = YES;
  212. CLANG_WARN_INT_CONVERSION = YES;
  213. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  214. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  215. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  216. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  217. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  218. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  219. CLANG_WARN_STRICT_PROTOTYPES = YES;
  220. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  221. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  222. CLANG_WARN_UNREACHABLE_CODE = YES;
  223. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  224. COPY_PHASE_STRIP = NO;
  225. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  226. ENABLE_NS_ASSERTIONS = NO;
  227. ENABLE_STRICT_OBJC_MSGSEND = YES;
  228. GCC_C_LANGUAGE_STANDARD = gnu11;
  229. GCC_NO_COMMON_BLOCKS = YES;
  230. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  231. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  232. GCC_WARN_UNDECLARED_SELECTOR = YES;
  233. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  234. GCC_WARN_UNUSED_FUNCTION = YES;
  235. GCC_WARN_UNUSED_VARIABLE = YES;
  236. MACOSX_DEPLOYMENT_TARGET = 10.13;
  237. MTL_ENABLE_DEBUG_INFO = NO;
  238. MTL_FAST_MATH = YES;
  239. SDKROOT = macosx;
  240. };
  241. name = Release;
  242. };
  243. E08E02FC236392A300A4B1BE /* Debug */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. CODE_SIGN_STYLE = Automatic;
  247. COMBINE_HIDPI_IMAGES = YES;
  248. DEVELOPMENT_TEAM = "";
  249. INFOPLIST_FILE = AppleEventIntegration/Info.plist;
  250. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
  251. MACOSX_DEPLOYMENT_TARGET = 10.13;
  252. PRODUCT_BUNDLE_IDENTIFIER = com.unity.visualstudio.AppleEventIntegration;
  253. PRODUCT_NAME = "$(TARGET_NAME)";
  254. SKIP_INSTALL = YES;
  255. WRAPPER_EXTENSION = bundle;
  256. };
  257. name = Debug;
  258. };
  259. E08E02FD236392A300A4B1BE /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. CODE_SIGN_STYLE = Automatic;
  263. COMBINE_HIDPI_IMAGES = YES;
  264. DEVELOPMENT_TEAM = "";
  265. INFOPLIST_FILE = AppleEventIntegration/Info.plist;
  266. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
  267. MACOSX_DEPLOYMENT_TARGET = 10.13;
  268. PRODUCT_BUNDLE_IDENTIFIER = com.unity.visualstudio.AppleEventIntegration;
  269. PRODUCT_NAME = "$(TARGET_NAME)";
  270. SKIP_INSTALL = YES;
  271. WRAPPER_EXTENSION = bundle;
  272. };
  273. name = Release;
  274. };
  275. /* End XCBuildConfiguration section */
  276. /* Begin XCConfigurationList section */
  277. E08E02F0236392A300A4B1BE /* Build configuration list for PBXProject "AppleEventIntegration" */ = {
  278. isa = XCConfigurationList;
  279. buildConfigurations = (
  280. E08E02F9236392A300A4B1BE /* Debug */,
  281. E08E02FA236392A300A4B1BE /* Release */,
  282. );
  283. defaultConfigurationIsVisible = 0;
  284. defaultConfigurationName = Release;
  285. };
  286. E08E02FB236392A300A4B1BE /* Build configuration list for PBXNativeTarget "AppleEventIntegration" */ = {
  287. isa = XCConfigurationList;
  288. buildConfigurations = (
  289. E08E02FC236392A300A4B1BE /* Debug */,
  290. E08E02FD236392A300A4B1BE /* Release */,
  291. );
  292. defaultConfigurationIsVisible = 0;
  293. defaultConfigurationName = Release;
  294. };
  295. /* End XCConfigurationList section */
  296. };
  297. rootObject = E08E02ED236392A300A4B1BE /* Project object */;
  298. }