No Description

project.pbxproj 8.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 844A9A4C1DD0BCFD007DCC89 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 844A9A4B1DD0BCFD007DCC89 /* main.cpp */; };
  10. 844A9A4E1DD0BCFD007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A4D1DD0BCFD007DCC89 /* Assets.xcassets */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXFileReference section */
  13. 844A9A441DD0BCFD007DCC89 /* TestApp1.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApp1.app; sourceTree = BUILT_PRODUCTS_DIR; };
  14. 844A9A4B1DD0BCFD007DCC89 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
  15. 844A9A4D1DD0BCFD007DCC89 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  16. 844A9A521DD0BCFD007DCC89 /* macOS-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "macOS-Info.plist"; sourceTree = "<group>"; };
  17. /* End PBXFileReference section */
  18. /* Begin PBXFrameworksBuildPhase section */
  19. 844A9A411DD0BCFD007DCC89 /* Frameworks */ = {
  20. isa = PBXFrameworksBuildPhase;
  21. buildActionMask = 2147483647;
  22. files = (
  23. );
  24. runOnlyForDeploymentPostprocessing = 0;
  25. };
  26. /* End PBXFrameworksBuildPhase section */
  27. /* Begin PBXGroup section */
  28. 844A9A3B1DD0BCFD007DCC89 = {
  29. isa = PBXGroup;
  30. children = (
  31. 844A9A461DD0BCFD007DCC89 /* TestApp1 */,
  32. 844A9A451DD0BCFD007DCC89 /* Products */,
  33. );
  34. sourceTree = "<group>";
  35. };
  36. 844A9A451DD0BCFD007DCC89 /* Products */ = {
  37. isa = PBXGroup;
  38. children = (
  39. 844A9A441DD0BCFD007DCC89 /* TestApp1.app */,
  40. );
  41. name = Products;
  42. sourceTree = "<group>";
  43. };
  44. 844A9A461DD0BCFD007DCC89 /* TestApp1 */ = {
  45. isa = PBXGroup;
  46. children = (
  47. 844A9A4D1DD0BCFD007DCC89 /* Assets.xcassets */,
  48. 844A9A521DD0BCFD007DCC89 /* macOS-Info.plist */,
  49. 844A9A4B1DD0BCFD007DCC89 /* main.cpp */,
  50. );
  51. path = TestApp1;
  52. sourceTree = "<group>";
  53. };
  54. /* End PBXGroup section */
  55. /* Begin PBXNativeTarget section */
  56. 844A9A431DD0BCFD007DCC89 /* TestApp1 */ = {
  57. isa = PBXNativeTarget;
  58. buildConfigurationList = 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1" */;
  59. buildPhases = (
  60. 844A9A401DD0BCFD007DCC89 /* Sources */,
  61. 844A9A411DD0BCFD007DCC89 /* Frameworks */,
  62. 844A9A421DD0BCFD007DCC89 /* Resources */,
  63. );
  64. buildRules = (
  65. );
  66. dependencies = (
  67. );
  68. name = TestApp1;
  69. productName = TestApp1;
  70. productReference = 844A9A441DD0BCFD007DCC89 /* TestApp1.app */;
  71. productType = "com.apple.product-type.application";
  72. };
  73. /* End PBXNativeTarget section */
  74. /* Begin PBXProject section */
  75. 844A9A3C1DD0BCFD007DCC89 /* Project object */ = {
  76. isa = PBXProject;
  77. attributes = {
  78. LastUpgradeCheck = 0810;
  79. ORGANIZATIONNAME = icondb;
  80. TargetAttributes = {
  81. 844A9A431DD0BCFD007DCC89 = {
  82. CreatedOnToolsVersion = 8.1;
  83. ProvisioningStyle = Automatic;
  84. };
  85. };
  86. };
  87. buildConfigurationList = 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "TestApp1" */;
  88. compatibilityVersion = "Xcode 3.2";
  89. developmentRegion = English;
  90. hasScannedForEncodings = 0;
  91. knownRegions = (
  92. en,
  93. Base,
  94. );
  95. mainGroup = 844A9A3B1DD0BCFD007DCC89;
  96. productRefGroup = 844A9A451DD0BCFD007DCC89 /* Products */;
  97. projectDirPath = "";
  98. projectRoot = "";
  99. targets = (
  100. 844A9A431DD0BCFD007DCC89 /* TestApp1 */,
  101. );
  102. };
  103. /* End PBXProject section */
  104. /* Begin PBXResourcesBuildPhase section */
  105. 844A9A421DD0BCFD007DCC89 /* Resources */ = {
  106. isa = PBXResourcesBuildPhase;
  107. buildActionMask = 2147483647;
  108. files = (
  109. 844A9A4E1DD0BCFD007DCC89 /* Assets.xcassets in Resources */,
  110. );
  111. runOnlyForDeploymentPostprocessing = 0;
  112. };
  113. /* End PBXResourcesBuildPhase section */
  114. /* Begin PBXSourcesBuildPhase section */
  115. 844A9A401DD0BCFD007DCC89 /* Sources */ = {
  116. isa = PBXSourcesBuildPhase;
  117. buildActionMask = 2147483647;
  118. files = (
  119. 844A9A4C1DD0BCFD007DCC89 /* main.cpp in Sources */,
  120. );
  121. runOnlyForDeploymentPostprocessing = 0;
  122. };
  123. /* End PBXSourcesBuildPhase section */
  124. /* Begin XCBuildConfiguration section */
  125. 844A9A531DD0BCFD007DCC89 /* Debug */ = {
  126. isa = XCBuildConfiguration;
  127. buildSettings = {
  128. ALWAYS_SEARCH_USER_PATHS = NO;
  129. CLANG_ANALYZER_NONNULL = YES;
  130. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  131. CLANG_CXX_LIBRARY = "libc++";
  132. CLANG_ENABLE_MODULES = YES;
  133. CLANG_ENABLE_OBJC_ARC = YES;
  134. CLANG_WARN_BOOL_CONVERSION = YES;
  135. CLANG_WARN_CONSTANT_CONVERSION = YES;
  136. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  137. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  138. CLANG_WARN_EMPTY_BODY = YES;
  139. CLANG_WARN_ENUM_CONVERSION = YES;
  140. CLANG_WARN_INFINITE_RECURSION = YES;
  141. CLANG_WARN_INT_CONVERSION = YES;
  142. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  143. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  144. CLANG_WARN_UNREACHABLE_CODE = YES;
  145. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  146. CODE_SIGN_IDENTITY = "-";
  147. COPY_PHASE_STRIP = NO;
  148. DEBUG_INFORMATION_FORMAT = dwarf;
  149. ENABLE_STRICT_OBJC_MSGSEND = YES;
  150. ENABLE_TESTABILITY = YES;
  151. GCC_C_LANGUAGE_STANDARD = gnu99;
  152. GCC_DYNAMIC_NO_PIC = NO;
  153. GCC_NO_COMMON_BLOCKS = YES;
  154. GCC_OPTIMIZATION_LEVEL = 0;
  155. GCC_PREPROCESSOR_DEFINITIONS = (
  156. "DEBUG=1",
  157. "$(inherited)",
  158. );
  159. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  160. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  161. GCC_WARN_UNDECLARED_SELECTOR = YES;
  162. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  163. GCC_WARN_UNUSED_FUNCTION = YES;
  164. GCC_WARN_UNUSED_VARIABLE = YES;
  165. MACOSX_DEPLOYMENT_TARGET = 10.12;
  166. MTL_ENABLE_DEBUG_INFO = YES;
  167. ONLY_ACTIVE_ARCH = YES;
  168. SDKROOT = macosx;
  169. };
  170. name = Debug;
  171. };
  172. 844A9A541DD0BCFD007DCC89 /* Release */ = {
  173. isa = XCBuildConfiguration;
  174. buildSettings = {
  175. ALWAYS_SEARCH_USER_PATHS = NO;
  176. CLANG_ANALYZER_NONNULL = YES;
  177. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  178. CLANG_CXX_LIBRARY = "libc++";
  179. CLANG_ENABLE_MODULES = YES;
  180. CLANG_ENABLE_OBJC_ARC = YES;
  181. CLANG_WARN_BOOL_CONVERSION = YES;
  182. CLANG_WARN_CONSTANT_CONVERSION = YES;
  183. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  184. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  185. CLANG_WARN_EMPTY_BODY = YES;
  186. CLANG_WARN_ENUM_CONVERSION = YES;
  187. CLANG_WARN_INFINITE_RECURSION = YES;
  188. CLANG_WARN_INT_CONVERSION = YES;
  189. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  190. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  191. CLANG_WARN_UNREACHABLE_CODE = YES;
  192. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  193. CODE_SIGN_IDENTITY = "-";
  194. COPY_PHASE_STRIP = NO;
  195. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  196. ENABLE_NS_ASSERTIONS = NO;
  197. ENABLE_STRICT_OBJC_MSGSEND = YES;
  198. GCC_C_LANGUAGE_STANDARD = gnu99;
  199. GCC_NO_COMMON_BLOCKS = YES;
  200. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  201. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  202. GCC_WARN_UNDECLARED_SELECTOR = YES;
  203. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  204. GCC_WARN_UNUSED_FUNCTION = YES;
  205. GCC_WARN_UNUSED_VARIABLE = YES;
  206. MACOSX_DEPLOYMENT_TARGET = 10.12;
  207. MTL_ENABLE_DEBUG_INFO = NO;
  208. SDKROOT = macosx;
  209. };
  210. name = Release;
  211. };
  212. 844A9A561DD0BCFD007DCC89 /* Debug */ = {
  213. isa = XCBuildConfiguration;
  214. buildSettings = {
  215. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  216. COMBINE_HIDPI_IMAGES = YES;
  217. INFOPLIST_FILE = "$(SRCROOT)/TestApp1/macOS-Info.plist";
  218. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  219. PRODUCT_BUNDLE_IDENTIFIER = com.icondb.TestApp1;
  220. PRODUCT_NAME = "$(TARGET_NAME)";
  221. };
  222. name = Debug;
  223. };
  224. 844A9A571DD0BCFD007DCC89 /* Release */ = {
  225. isa = XCBuildConfiguration;
  226. buildSettings = {
  227. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  228. COMBINE_HIDPI_IMAGES = YES;
  229. INFOPLIST_FILE = "$(SRCROOT)/TestApp1/macOS-Info.plist";
  230. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  231. PRODUCT_BUNDLE_IDENTIFIER = com.icondb.TestApp1;
  232. PRODUCT_NAME = "$(TARGET_NAME)";
  233. };
  234. name = Release;
  235. };
  236. /* End XCBuildConfiguration section */
  237. /* Begin XCConfigurationList section */
  238. 844A9A3F1DD0BCFD007DCC89 /* Build configuration list for PBXProject "TestApp1" */ = {
  239. isa = XCConfigurationList;
  240. buildConfigurations = (
  241. 844A9A531DD0BCFD007DCC89 /* Debug */,
  242. 844A9A541DD0BCFD007DCC89 /* Release */,
  243. );
  244. defaultConfigurationIsVisible = 0;
  245. defaultConfigurationName = Release;
  246. };
  247. 844A9A551DD0BCFD007DCC89 /* Build configuration list for PBXNativeTarget "TestApp1" */ = {
  248. isa = XCConfigurationList;
  249. buildConfigurations = (
  250. 844A9A561DD0BCFD007DCC89 /* Debug */,
  251. 844A9A571DD0BCFD007DCC89 /* Release */,
  252. );
  253. defaultConfigurationIsVisible = 0;
  254. defaultConfigurationName = Release;
  255. };
  256. /* End XCConfigurationList section */
  257. };
  258. rootObject = 844A9A3C1DD0BCFD007DCC89 /* Project object */;
  259. }