project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 078E8E2A25EF6C0F00757A95 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 078E8E2925EF6C0F00757A95 /* AppDelegate.swift */; };
  10. 078E8E2E25EF6C0F00757A95 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 078E8E2D25EF6C0F00757A95 /* ViewController.swift */; };
  11. 078E8E3125EF6C0F00757A95 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 078E8E2F25EF6C0F00757A95 /* Main.storyboard */; };
  12. 078E8E3325EF6C0F00757A95 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 078E8E3225EF6C0F00757A95 /* Assets.xcassets */; };
  13. 078E8E3625EF6C0F00757A95 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 078E8E3425EF6C0F00757A95 /* LaunchScreen.storyboard */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXFileReference section */
  16. 078E8E2625EF6C0F00757A95 /* swiftDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = swiftDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  17. 078E8E2925EF6C0F00757A95 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  18. 078E8E2D25EF6C0F00757A95 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  19. 078E8E3025EF6C0F00757A95 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  20. 078E8E3225EF6C0F00757A95 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  21. 078E8E3525EF6C0F00757A95 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  22. 078E8E3725EF6C0F00757A95 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  23. /* End PBXFileReference section */
  24. /* Begin PBXFrameworksBuildPhase section */
  25. 078E8E2325EF6C0F00757A95 /* Frameworks */ = {
  26. isa = PBXFrameworksBuildPhase;
  27. buildActionMask = 2147483647;
  28. files = (
  29. );
  30. runOnlyForDeploymentPostprocessing = 0;
  31. };
  32. /* End PBXFrameworksBuildPhase section */
  33. /* Begin PBXGroup section */
  34. 078E8E1D25EF6C0F00757A95 = {
  35. isa = PBXGroup;
  36. children = (
  37. 078E8E2825EF6C0F00757A95 /* swiftDemo */,
  38. 078E8E2725EF6C0F00757A95 /* Products */,
  39. );
  40. sourceTree = "<group>";
  41. };
  42. 078E8E2725EF6C0F00757A95 /* Products */ = {
  43. isa = PBXGroup;
  44. children = (
  45. 078E8E2625EF6C0F00757A95 /* swiftDemo.app */,
  46. );
  47. name = Products;
  48. sourceTree = "<group>";
  49. };
  50. 078E8E2825EF6C0F00757A95 /* swiftDemo */ = {
  51. isa = PBXGroup;
  52. children = (
  53. 078E8E2925EF6C0F00757A95 /* AppDelegate.swift */,
  54. 078E8E2D25EF6C0F00757A95 /* ViewController.swift */,
  55. 078E8E2F25EF6C0F00757A95 /* Main.storyboard */,
  56. 078E8E3225EF6C0F00757A95 /* Assets.xcassets */,
  57. 078E8E3425EF6C0F00757A95 /* LaunchScreen.storyboard */,
  58. 078E8E3725EF6C0F00757A95 /* Info.plist */,
  59. );
  60. path = swiftDemo;
  61. sourceTree = "<group>";
  62. };
  63. /* End PBXGroup section */
  64. /* Begin PBXNativeTarget section */
  65. 078E8E2525EF6C0F00757A95 /* swiftDemo */ = {
  66. isa = PBXNativeTarget;
  67. buildConfigurationList = 078E8E3A25EF6C0F00757A95 /* Build configuration list for PBXNativeTarget "swiftDemo" */;
  68. buildPhases = (
  69. 078E8E2225EF6C0F00757A95 /* Sources */,
  70. 078E8E2325EF6C0F00757A95 /* Frameworks */,
  71. 078E8E2425EF6C0F00757A95 /* Resources */,
  72. );
  73. buildRules = (
  74. );
  75. dependencies = (
  76. );
  77. name = swiftDemo;
  78. productName = swiftDemo;
  79. productReference = 078E8E2625EF6C0F00757A95 /* swiftDemo.app */;
  80. productType = "com.apple.product-type.application";
  81. };
  82. /* End PBXNativeTarget section */
  83. /* Begin PBXProject section */
  84. 078E8E1E25EF6C0F00757A95 /* Project object */ = {
  85. isa = PBXProject;
  86. attributes = {
  87. LastSwiftUpdateCheck = 1240;
  88. LastUpgradeCheck = 1240;
  89. TargetAttributes = {
  90. 078E8E2525EF6C0F00757A95 = {
  91. CreatedOnToolsVersion = 12.4;
  92. };
  93. };
  94. };
  95. buildConfigurationList = 078E8E2125EF6C0F00757A95 /* Build configuration list for PBXProject "swiftDemo" */;
  96. compatibilityVersion = "Xcode 9.3";
  97. developmentRegion = en;
  98. hasScannedForEncodings = 0;
  99. knownRegions = (
  100. en,
  101. Base,
  102. );
  103. mainGroup = 078E8E1D25EF6C0F00757A95;
  104. productRefGroup = 078E8E2725EF6C0F00757A95 /* Products */;
  105. projectDirPath = "";
  106. projectRoot = "";
  107. targets = (
  108. 078E8E2525EF6C0F00757A95 /* swiftDemo */,
  109. );
  110. };
  111. /* End PBXProject section */
  112. /* Begin PBXResourcesBuildPhase section */
  113. 078E8E2425EF6C0F00757A95 /* Resources */ = {
  114. isa = PBXResourcesBuildPhase;
  115. buildActionMask = 2147483647;
  116. files = (
  117. 078E8E3625EF6C0F00757A95 /* LaunchScreen.storyboard in Resources */,
  118. 078E8E3325EF6C0F00757A95 /* Assets.xcassets in Resources */,
  119. 078E8E3125EF6C0F00757A95 /* Main.storyboard in Resources */,
  120. );
  121. runOnlyForDeploymentPostprocessing = 0;
  122. };
  123. /* End PBXResourcesBuildPhase section */
  124. /* Begin PBXSourcesBuildPhase section */
  125. 078E8E2225EF6C0F00757A95 /* Sources */ = {
  126. isa = PBXSourcesBuildPhase;
  127. buildActionMask = 2147483647;
  128. files = (
  129. 078E8E2E25EF6C0F00757A95 /* ViewController.swift in Sources */,
  130. 078E8E2A25EF6C0F00757A95 /* AppDelegate.swift in Sources */,
  131. );
  132. runOnlyForDeploymentPostprocessing = 0;
  133. };
  134. /* End PBXSourcesBuildPhase section */
  135. /* Begin PBXVariantGroup section */
  136. 078E8E2F25EF6C0F00757A95 /* Main.storyboard */ = {
  137. isa = PBXVariantGroup;
  138. children = (
  139. 078E8E3025EF6C0F00757A95 /* Base */,
  140. );
  141. name = Main.storyboard;
  142. sourceTree = "<group>";
  143. };
  144. 078E8E3425EF6C0F00757A95 /* LaunchScreen.storyboard */ = {
  145. isa = PBXVariantGroup;
  146. children = (
  147. 078E8E3525EF6C0F00757A95 /* Base */,
  148. );
  149. name = LaunchScreen.storyboard;
  150. sourceTree = "<group>";
  151. };
  152. /* End PBXVariantGroup section */
  153. /* Begin XCBuildConfiguration section */
  154. 078E8E3825EF6C0F00757A95 /* Debug */ = {
  155. isa = XCBuildConfiguration;
  156. buildSettings = {
  157. ALWAYS_SEARCH_USER_PATHS = NO;
  158. CLANG_ANALYZER_NONNULL = YES;
  159. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  160. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  161. CLANG_CXX_LIBRARY = "libc++";
  162. CLANG_ENABLE_MODULES = YES;
  163. CLANG_ENABLE_OBJC_ARC = YES;
  164. CLANG_ENABLE_OBJC_WEAK = YES;
  165. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  166. CLANG_WARN_BOOL_CONVERSION = YES;
  167. CLANG_WARN_COMMA = YES;
  168. CLANG_WARN_CONSTANT_CONVERSION = YES;
  169. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  170. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  171. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  172. CLANG_WARN_EMPTY_BODY = YES;
  173. CLANG_WARN_ENUM_CONVERSION = YES;
  174. CLANG_WARN_INFINITE_RECURSION = YES;
  175. CLANG_WARN_INT_CONVERSION = YES;
  176. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  177. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  178. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  179. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  180. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  181. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  182. CLANG_WARN_STRICT_PROTOTYPES = YES;
  183. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  184. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  185. CLANG_WARN_UNREACHABLE_CODE = YES;
  186. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  187. COPY_PHASE_STRIP = NO;
  188. DEBUG_INFORMATION_FORMAT = dwarf;
  189. ENABLE_STRICT_OBJC_MSGSEND = YES;
  190. ENABLE_TESTABILITY = YES;
  191. GCC_C_LANGUAGE_STANDARD = gnu11;
  192. GCC_DYNAMIC_NO_PIC = NO;
  193. GCC_NO_COMMON_BLOCKS = YES;
  194. GCC_OPTIMIZATION_LEVEL = 0;
  195. GCC_PREPROCESSOR_DEFINITIONS = (
  196. "DEBUG=1",
  197. "$(inherited)",
  198. );
  199. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  200. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  201. GCC_WARN_UNDECLARED_SELECTOR = YES;
  202. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  203. GCC_WARN_UNUSED_FUNCTION = YES;
  204. GCC_WARN_UNUSED_VARIABLE = YES;
  205. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  206. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  207. MTL_FAST_MATH = YES;
  208. ONLY_ACTIVE_ARCH = YES;
  209. SDKROOT = iphoneos;
  210. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  211. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  212. };
  213. name = Debug;
  214. };
  215. 078E8E3925EF6C0F00757A95 /* Release */ = {
  216. isa = XCBuildConfiguration;
  217. buildSettings = {
  218. ALWAYS_SEARCH_USER_PATHS = NO;
  219. CLANG_ANALYZER_NONNULL = YES;
  220. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  221. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  222. CLANG_CXX_LIBRARY = "libc++";
  223. CLANG_ENABLE_MODULES = YES;
  224. CLANG_ENABLE_OBJC_ARC = YES;
  225. CLANG_ENABLE_OBJC_WEAK = YES;
  226. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  227. CLANG_WARN_BOOL_CONVERSION = YES;
  228. CLANG_WARN_COMMA = YES;
  229. CLANG_WARN_CONSTANT_CONVERSION = YES;
  230. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  231. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  232. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  233. CLANG_WARN_EMPTY_BODY = YES;
  234. CLANG_WARN_ENUM_CONVERSION = YES;
  235. CLANG_WARN_INFINITE_RECURSION = YES;
  236. CLANG_WARN_INT_CONVERSION = YES;
  237. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  238. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  239. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  240. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  241. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  242. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  243. CLANG_WARN_STRICT_PROTOTYPES = YES;
  244. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  245. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  246. CLANG_WARN_UNREACHABLE_CODE = YES;
  247. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  248. COPY_PHASE_STRIP = NO;
  249. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  250. ENABLE_NS_ASSERTIONS = NO;
  251. ENABLE_STRICT_OBJC_MSGSEND = YES;
  252. GCC_C_LANGUAGE_STANDARD = gnu11;
  253. GCC_NO_COMMON_BLOCKS = YES;
  254. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  255. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  256. GCC_WARN_UNDECLARED_SELECTOR = YES;
  257. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  258. GCC_WARN_UNUSED_FUNCTION = YES;
  259. GCC_WARN_UNUSED_VARIABLE = YES;
  260. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  261. MTL_ENABLE_DEBUG_INFO = NO;
  262. MTL_FAST_MATH = YES;
  263. SDKROOT = iphoneos;
  264. SWIFT_COMPILATION_MODE = wholemodule;
  265. SWIFT_OPTIMIZATION_LEVEL = "-O";
  266. VALIDATE_PRODUCT = YES;
  267. };
  268. name = Release;
  269. };
  270. 078E8E3B25EF6C0F00757A95 /* Debug */ = {
  271. isa = XCBuildConfiguration;
  272. buildSettings = {
  273. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  274. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  275. CODE_SIGN_IDENTITY = "Apple Development";
  276. CODE_SIGN_STYLE = Automatic;
  277. DEVELOPMENT_TEAM = 59V9YSP2H7;
  278. INFOPLIST_FILE = swiftDemo/Info.plist;
  279. LD_RUNPATH_SEARCH_PATHS = (
  280. "$(inherited)",
  281. "@executable_path/Frameworks",
  282. );
  283. PRODUCT_BUNDLE_IDENTIFIER = com.funqueue.swiftDemo;
  284. PRODUCT_NAME = "$(TARGET_NAME)";
  285. PROVISIONING_PROFILE_SPECIFIER = "";
  286. SWIFT_VERSION = 5.0;
  287. TARGETED_DEVICE_FAMILY = "1,2";
  288. };
  289. name = Debug;
  290. };
  291. 078E8E3C25EF6C0F00757A95 /* Release */ = {
  292. isa = XCBuildConfiguration;
  293. buildSettings = {
  294. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  295. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  296. CODE_SIGN_STYLE = Manual;
  297. DEVELOPMENT_TEAM = "";
  298. INFOPLIST_FILE = swiftDemo/Info.plist;
  299. LD_RUNPATH_SEARCH_PATHS = (
  300. "$(inherited)",
  301. "@executable_path/Frameworks",
  302. );
  303. PRODUCT_BUNDLE_IDENTIFIER = com.funqueue.ios.xsdmx;
  304. PRODUCT_NAME = "$(TARGET_NAME)";
  305. PROVISIONING_PROFILE_SPECIFIER = "";
  306. SWIFT_VERSION = 5.0;
  307. TARGETED_DEVICE_FAMILY = "1,2";
  308. };
  309. name = Release;
  310. };
  311. /* End XCBuildConfiguration section */
  312. /* Begin XCConfigurationList section */
  313. 078E8E2125EF6C0F00757A95 /* Build configuration list for PBXProject "swiftDemo" */ = {
  314. isa = XCConfigurationList;
  315. buildConfigurations = (
  316. 078E8E3825EF6C0F00757A95 /* Debug */,
  317. 078E8E3925EF6C0F00757A95 /* Release */,
  318. );
  319. defaultConfigurationIsVisible = 0;
  320. defaultConfigurationName = Release;
  321. };
  322. 078E8E3A25EF6C0F00757A95 /* Build configuration list for PBXNativeTarget "swiftDemo" */ = {
  323. isa = XCConfigurationList;
  324. buildConfigurations = (
  325. 078E8E3B25EF6C0F00757A95 /* Debug */,
  326. 078E8E3C25EF6C0F00757A95 /* Release */,
  327. );
  328. defaultConfigurationIsVisible = 0;
  329. defaultConfigurationName = Release;
  330. };
  331. /* End XCConfigurationList section */
  332. };
  333. rootObject = 078E8E1E25EF6C0F00757A95 /* Project object */;
  334. }