project.pbxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A97E75DD2893B2B700005233 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97E75DC2893B2B700005233 /* AppDelegate.swift */; };
  10. A97E75DF2893B2B700005233 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97E75DE2893B2B700005233 /* SceneDelegate.swift */; };
  11. A97E75E12893B2B700005233 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97E75E02893B2B700005233 /* ViewController.swift */; };
  12. A97E75E42893B2B700005233 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A97E75E22893B2B700005233 /* Main.storyboard */; };
  13. A97E75E62893B2B900005233 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A97E75E52893B2B900005233 /* Assets.xcassets */; };
  14. A97E75E92893B2B900005233 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A97E75E72893B2B900005233 /* LaunchScreen.storyboard */; };
  15. A97E75F42893B2B900005233 /* FiscusTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97E75F32893B2B900005233 /* FiscusTests.swift */; };
  16. A97E75FE2893B2B900005233 /* FiscusUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97E75FD2893B2B900005233 /* FiscusUITests.swift */; };
  17. A97E76002893B2B900005233 /* FiscusUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97E75FF2893B2B900005233 /* FiscusUITestsLaunchTests.swift */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. A97E75F02893B2B900005233 /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = A97E75D12893B2B700005233 /* Project object */;
  23. proxyType = 1;
  24. remoteGlobalIDString = A97E75D82893B2B700005233;
  25. remoteInfo = Fiscus;
  26. };
  27. A97E75FA2893B2B900005233 /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = A97E75D12893B2B700005233 /* Project object */;
  30. proxyType = 1;
  31. remoteGlobalIDString = A97E75D82893B2B700005233;
  32. remoteInfo = Fiscus;
  33. };
  34. /* End PBXContainerItemProxy section */
  35. /* Begin PBXFileReference section */
  36. A97E75D92893B2B700005233 /* Fiscus.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fiscus.app; sourceTree = BUILT_PRODUCTS_DIR; };
  37. A97E75DC2893B2B700005233 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  38. A97E75DE2893B2B700005233 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  39. A97E75E02893B2B700005233 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  40. A97E75E32893B2B700005233 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  41. A97E75E52893B2B900005233 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  42. A97E75E82893B2B900005233 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  43. A97E75EA2893B2B900005233 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  44. A97E75EF2893B2B900005233 /* FiscusTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FiscusTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  45. A97E75F32893B2B900005233 /* FiscusTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiscusTests.swift; sourceTree = "<group>"; };
  46. A97E75F92893B2B900005233 /* FiscusUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FiscusUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  47. A97E75FD2893B2B900005233 /* FiscusUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiscusUITests.swift; sourceTree = "<group>"; };
  48. A97E75FF2893B2B900005233 /* FiscusUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FiscusUITestsLaunchTests.swift; sourceTree = "<group>"; };
  49. /* End PBXFileReference section */
  50. /* Begin PBXFrameworksBuildPhase section */
  51. A97E75D62893B2B700005233 /* Frameworks */ = {
  52. isa = PBXFrameworksBuildPhase;
  53. buildActionMask = 2147483647;
  54. files = (
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. A97E75EC2893B2B900005233 /* Frameworks */ = {
  59. isa = PBXFrameworksBuildPhase;
  60. buildActionMask = 2147483647;
  61. files = (
  62. );
  63. runOnlyForDeploymentPostprocessing = 0;
  64. };
  65. A97E75F62893B2B900005233 /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. );
  70. runOnlyForDeploymentPostprocessing = 0;
  71. };
  72. /* End PBXFrameworksBuildPhase section */
  73. /* Begin PBXGroup section */
  74. A97E75D02893B2B700005233 = {
  75. isa = PBXGroup;
  76. children = (
  77. A97E75DB2893B2B700005233 /* Fiscus */,
  78. A97E75F22893B2B900005233 /* FiscusTests */,
  79. A97E75FC2893B2B900005233 /* FiscusUITests */,
  80. A97E75DA2893B2B700005233 /* Products */,
  81. );
  82. sourceTree = "<group>";
  83. };
  84. A97E75DA2893B2B700005233 /* Products */ = {
  85. isa = PBXGroup;
  86. children = (
  87. A97E75D92893B2B700005233 /* Fiscus.app */,
  88. A97E75EF2893B2B900005233 /* FiscusTests.xctest */,
  89. A97E75F92893B2B900005233 /* FiscusUITests.xctest */,
  90. );
  91. name = Products;
  92. sourceTree = "<group>";
  93. };
  94. A97E75DB2893B2B700005233 /* Fiscus */ = {
  95. isa = PBXGroup;
  96. children = (
  97. A97E75DC2893B2B700005233 /* AppDelegate.swift */,
  98. A97E75DE2893B2B700005233 /* SceneDelegate.swift */,
  99. A97E75E02893B2B700005233 /* ViewController.swift */,
  100. A97E75E22893B2B700005233 /* Main.storyboard */,
  101. A97E75E52893B2B900005233 /* Assets.xcassets */,
  102. A97E75E72893B2B900005233 /* LaunchScreen.storyboard */,
  103. A97E75EA2893B2B900005233 /* Info.plist */,
  104. );
  105. path = Fiscus;
  106. sourceTree = "<group>";
  107. };
  108. A97E75F22893B2B900005233 /* FiscusTests */ = {
  109. isa = PBXGroup;
  110. children = (
  111. A97E75F32893B2B900005233 /* FiscusTests.swift */,
  112. );
  113. path = FiscusTests;
  114. sourceTree = "<group>";
  115. };
  116. A97E75FC2893B2B900005233 /* FiscusUITests */ = {
  117. isa = PBXGroup;
  118. children = (
  119. A97E75FD2893B2B900005233 /* FiscusUITests.swift */,
  120. A97E75FF2893B2B900005233 /* FiscusUITestsLaunchTests.swift */,
  121. );
  122. path = FiscusUITests;
  123. sourceTree = "<group>";
  124. };
  125. /* End PBXGroup section */
  126. /* Begin PBXNativeTarget section */
  127. A97E75D82893B2B700005233 /* Fiscus */ = {
  128. isa = PBXNativeTarget;
  129. buildConfigurationList = A97E76032893B2B900005233 /* Build configuration list for PBXNativeTarget "Fiscus" */;
  130. buildPhases = (
  131. A97E75D52893B2B700005233 /* Sources */,
  132. A97E75D62893B2B700005233 /* Frameworks */,
  133. A97E75D72893B2B700005233 /* Resources */,
  134. );
  135. buildRules = (
  136. );
  137. dependencies = (
  138. );
  139. name = Fiscus;
  140. productName = Fiscus;
  141. productReference = A97E75D92893B2B700005233 /* Fiscus.app */;
  142. productType = "com.apple.product-type.application";
  143. };
  144. A97E75EE2893B2B900005233 /* FiscusTests */ = {
  145. isa = PBXNativeTarget;
  146. buildConfigurationList = A97E76062893B2B900005233 /* Build configuration list for PBXNativeTarget "FiscusTests" */;
  147. buildPhases = (
  148. A97E75EB2893B2B900005233 /* Sources */,
  149. A97E75EC2893B2B900005233 /* Frameworks */,
  150. A97E75ED2893B2B900005233 /* Resources */,
  151. );
  152. buildRules = (
  153. );
  154. dependencies = (
  155. A97E75F12893B2B900005233 /* PBXTargetDependency */,
  156. );
  157. name = FiscusTests;
  158. productName = FiscusTests;
  159. productReference = A97E75EF2893B2B900005233 /* FiscusTests.xctest */;
  160. productType = "com.apple.product-type.bundle.unit-test";
  161. };
  162. A97E75F82893B2B900005233 /* FiscusUITests */ = {
  163. isa = PBXNativeTarget;
  164. buildConfigurationList = A97E76092893B2B900005233 /* Build configuration list for PBXNativeTarget "FiscusUITests" */;
  165. buildPhases = (
  166. A97E75F52893B2B900005233 /* Sources */,
  167. A97E75F62893B2B900005233 /* Frameworks */,
  168. A97E75F72893B2B900005233 /* Resources */,
  169. );
  170. buildRules = (
  171. );
  172. dependencies = (
  173. A97E75FB2893B2B900005233 /* PBXTargetDependency */,
  174. );
  175. name = FiscusUITests;
  176. productName = FiscusUITests;
  177. productReference = A97E75F92893B2B900005233 /* FiscusUITests.xctest */;
  178. productType = "com.apple.product-type.bundle.ui-testing";
  179. };
  180. /* End PBXNativeTarget section */
  181. /* Begin PBXProject section */
  182. A97E75D12893B2B700005233 /* Project object */ = {
  183. isa = PBXProject;
  184. attributes = {
  185. BuildIndependentTargetsInParallel = 1;
  186. LastSwiftUpdateCheck = 1340;
  187. LastUpgradeCheck = 1340;
  188. TargetAttributes = {
  189. A97E75D82893B2B700005233 = {
  190. CreatedOnToolsVersion = 13.4.1;
  191. };
  192. A97E75EE2893B2B900005233 = {
  193. CreatedOnToolsVersion = 13.4.1;
  194. TestTargetID = A97E75D82893B2B700005233;
  195. };
  196. A97E75F82893B2B900005233 = {
  197. CreatedOnToolsVersion = 13.4.1;
  198. TestTargetID = A97E75D82893B2B700005233;
  199. };
  200. };
  201. };
  202. buildConfigurationList = A97E75D42893B2B700005233 /* Build configuration list for PBXProject "Fiscus" */;
  203. compatibilityVersion = "Xcode 13.0";
  204. developmentRegion = en;
  205. hasScannedForEncodings = 0;
  206. knownRegions = (
  207. en,
  208. Base,
  209. );
  210. mainGroup = A97E75D02893B2B700005233;
  211. productRefGroup = A97E75DA2893B2B700005233 /* Products */;
  212. projectDirPath = "";
  213. projectRoot = "";
  214. targets = (
  215. A97E75D82893B2B700005233 /* Fiscus */,
  216. A97E75EE2893B2B900005233 /* FiscusTests */,
  217. A97E75F82893B2B900005233 /* FiscusUITests */,
  218. );
  219. };
  220. /* End PBXProject section */
  221. /* Begin PBXResourcesBuildPhase section */
  222. A97E75D72893B2B700005233 /* Resources */ = {
  223. isa = PBXResourcesBuildPhase;
  224. buildActionMask = 2147483647;
  225. files = (
  226. A97E75E92893B2B900005233 /* LaunchScreen.storyboard in Resources */,
  227. A97E75E62893B2B900005233 /* Assets.xcassets in Resources */,
  228. A97E75E42893B2B700005233 /* Main.storyboard in Resources */,
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. A97E75ED2893B2B900005233 /* Resources */ = {
  233. isa = PBXResourcesBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. A97E75F72893B2B900005233 /* Resources */ = {
  240. isa = PBXResourcesBuildPhase;
  241. buildActionMask = 2147483647;
  242. files = (
  243. );
  244. runOnlyForDeploymentPostprocessing = 0;
  245. };
  246. /* End PBXResourcesBuildPhase section */
  247. /* Begin PBXSourcesBuildPhase section */
  248. A97E75D52893B2B700005233 /* Sources */ = {
  249. isa = PBXSourcesBuildPhase;
  250. buildActionMask = 2147483647;
  251. files = (
  252. A97E75E12893B2B700005233 /* ViewController.swift in Sources */,
  253. A97E75DD2893B2B700005233 /* AppDelegate.swift in Sources */,
  254. A97E75DF2893B2B700005233 /* SceneDelegate.swift in Sources */,
  255. );
  256. runOnlyForDeploymentPostprocessing = 0;
  257. };
  258. A97E75EB2893B2B900005233 /* Sources */ = {
  259. isa = PBXSourcesBuildPhase;
  260. buildActionMask = 2147483647;
  261. files = (
  262. A97E75F42893B2B900005233 /* FiscusTests.swift in Sources */,
  263. );
  264. runOnlyForDeploymentPostprocessing = 0;
  265. };
  266. A97E75F52893B2B900005233 /* Sources */ = {
  267. isa = PBXSourcesBuildPhase;
  268. buildActionMask = 2147483647;
  269. files = (
  270. A97E75FE2893B2B900005233 /* FiscusUITests.swift in Sources */,
  271. A97E76002893B2B900005233 /* FiscusUITestsLaunchTests.swift in Sources */,
  272. );
  273. runOnlyForDeploymentPostprocessing = 0;
  274. };
  275. /* End PBXSourcesBuildPhase section */
  276. /* Begin PBXTargetDependency section */
  277. A97E75F12893B2B900005233 /* PBXTargetDependency */ = {
  278. isa = PBXTargetDependency;
  279. target = A97E75D82893B2B700005233 /* Fiscus */;
  280. targetProxy = A97E75F02893B2B900005233 /* PBXContainerItemProxy */;
  281. };
  282. A97E75FB2893B2B900005233 /* PBXTargetDependency */ = {
  283. isa = PBXTargetDependency;
  284. target = A97E75D82893B2B700005233 /* Fiscus */;
  285. targetProxy = A97E75FA2893B2B900005233 /* PBXContainerItemProxy */;
  286. };
  287. /* End PBXTargetDependency section */
  288. /* Begin PBXVariantGroup section */
  289. A97E75E22893B2B700005233 /* Main.storyboard */ = {
  290. isa = PBXVariantGroup;
  291. children = (
  292. A97E75E32893B2B700005233 /* Base */,
  293. );
  294. name = Main.storyboard;
  295. sourceTree = "<group>";
  296. };
  297. A97E75E72893B2B900005233 /* LaunchScreen.storyboard */ = {
  298. isa = PBXVariantGroup;
  299. children = (
  300. A97E75E82893B2B900005233 /* Base */,
  301. );
  302. name = LaunchScreen.storyboard;
  303. sourceTree = "<group>";
  304. };
  305. /* End PBXVariantGroup section */
  306. /* Begin XCBuildConfiguration section */
  307. A97E76012893B2B900005233 /* Debug */ = {
  308. isa = XCBuildConfiguration;
  309. buildSettings = {
  310. ALWAYS_SEARCH_USER_PATHS = NO;
  311. CLANG_ANALYZER_NONNULL = YES;
  312. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  313. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  314. CLANG_ENABLE_MODULES = YES;
  315. CLANG_ENABLE_OBJC_ARC = YES;
  316. CLANG_ENABLE_OBJC_WEAK = YES;
  317. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  318. CLANG_WARN_BOOL_CONVERSION = YES;
  319. CLANG_WARN_COMMA = YES;
  320. CLANG_WARN_CONSTANT_CONVERSION = YES;
  321. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  322. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  323. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  324. CLANG_WARN_EMPTY_BODY = YES;
  325. CLANG_WARN_ENUM_CONVERSION = YES;
  326. CLANG_WARN_INFINITE_RECURSION = YES;
  327. CLANG_WARN_INT_CONVERSION = YES;
  328. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  329. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  330. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  331. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  332. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  333. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  334. CLANG_WARN_STRICT_PROTOTYPES = YES;
  335. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  336. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  337. CLANG_WARN_UNREACHABLE_CODE = YES;
  338. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  339. COPY_PHASE_STRIP = NO;
  340. DEBUG_INFORMATION_FORMAT = dwarf;
  341. ENABLE_STRICT_OBJC_MSGSEND = YES;
  342. ENABLE_TESTABILITY = YES;
  343. GCC_C_LANGUAGE_STANDARD = gnu11;
  344. GCC_DYNAMIC_NO_PIC = NO;
  345. GCC_NO_COMMON_BLOCKS = YES;
  346. GCC_OPTIMIZATION_LEVEL = 0;
  347. GCC_PREPROCESSOR_DEFINITIONS = (
  348. "DEBUG=1",
  349. "$(inherited)",
  350. );
  351. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  352. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  353. GCC_WARN_UNDECLARED_SELECTOR = YES;
  354. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  355. GCC_WARN_UNUSED_FUNCTION = YES;
  356. GCC_WARN_UNUSED_VARIABLE = YES;
  357. IPHONEOS_DEPLOYMENT_TARGET = 15.5;
  358. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  359. MTL_FAST_MATH = YES;
  360. ONLY_ACTIVE_ARCH = YES;
  361. SDKROOT = iphoneos;
  362. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  363. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  364. };
  365. name = Debug;
  366. };
  367. A97E76022893B2B900005233 /* Release */ = {
  368. isa = XCBuildConfiguration;
  369. buildSettings = {
  370. ALWAYS_SEARCH_USER_PATHS = NO;
  371. CLANG_ANALYZER_NONNULL = YES;
  372. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  373. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  374. CLANG_ENABLE_MODULES = YES;
  375. CLANG_ENABLE_OBJC_ARC = YES;
  376. CLANG_ENABLE_OBJC_WEAK = YES;
  377. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  378. CLANG_WARN_BOOL_CONVERSION = YES;
  379. CLANG_WARN_COMMA = YES;
  380. CLANG_WARN_CONSTANT_CONVERSION = YES;
  381. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  382. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  383. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  384. CLANG_WARN_EMPTY_BODY = YES;
  385. CLANG_WARN_ENUM_CONVERSION = YES;
  386. CLANG_WARN_INFINITE_RECURSION = YES;
  387. CLANG_WARN_INT_CONVERSION = YES;
  388. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  389. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  390. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  391. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  392. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  393. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  394. CLANG_WARN_STRICT_PROTOTYPES = YES;
  395. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  396. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  397. CLANG_WARN_UNREACHABLE_CODE = YES;
  398. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  399. COPY_PHASE_STRIP = NO;
  400. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  401. ENABLE_NS_ASSERTIONS = NO;
  402. ENABLE_STRICT_OBJC_MSGSEND = YES;
  403. GCC_C_LANGUAGE_STANDARD = gnu11;
  404. GCC_NO_COMMON_BLOCKS = YES;
  405. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  406. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  407. GCC_WARN_UNDECLARED_SELECTOR = YES;
  408. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  409. GCC_WARN_UNUSED_FUNCTION = YES;
  410. GCC_WARN_UNUSED_VARIABLE = YES;
  411. IPHONEOS_DEPLOYMENT_TARGET = 15.5;
  412. MTL_ENABLE_DEBUG_INFO = NO;
  413. MTL_FAST_MATH = YES;
  414. SDKROOT = iphoneos;
  415. SWIFT_COMPILATION_MODE = wholemodule;
  416. SWIFT_OPTIMIZATION_LEVEL = "-O";
  417. VALIDATE_PRODUCT = YES;
  418. };
  419. name = Release;
  420. };
  421. A97E76042893B2B900005233 /* Debug */ = {
  422. isa = XCBuildConfiguration;
  423. buildSettings = {
  424. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  425. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  426. CODE_SIGN_STYLE = Automatic;
  427. CURRENT_PROJECT_VERSION = 1;
  428. DEVELOPMENT_TEAM = W3M5C5X445;
  429. GENERATE_INFOPLIST_FILE = YES;
  430. INFOPLIST_FILE = Fiscus/Info.plist;
  431. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  432. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  433. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  434. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  435. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  436. LD_RUNPATH_SEARCH_PATHS = (
  437. "$(inherited)",
  438. "@executable_path/Frameworks",
  439. );
  440. MARKETING_VERSION = 1.0;
  441. PRODUCT_BUNDLE_IDENTIFIER = com.Fiscus;
  442. PRODUCT_NAME = "$(TARGET_NAME)";
  443. SWIFT_EMIT_LOC_STRINGS = YES;
  444. SWIFT_VERSION = 5.0;
  445. TARGETED_DEVICE_FAMILY = "1,2";
  446. };
  447. name = Debug;
  448. };
  449. A97E76052893B2B900005233 /* Release */ = {
  450. isa = XCBuildConfiguration;
  451. buildSettings = {
  452. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  453. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  454. CODE_SIGN_STYLE = Automatic;
  455. CURRENT_PROJECT_VERSION = 1;
  456. DEVELOPMENT_TEAM = W3M5C5X445;
  457. GENERATE_INFOPLIST_FILE = YES;
  458. INFOPLIST_FILE = Fiscus/Info.plist;
  459. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  460. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  461. INFOPLIST_KEY_UIMainStoryboardFile = Main;
  462. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  463. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  464. LD_RUNPATH_SEARCH_PATHS = (
  465. "$(inherited)",
  466. "@executable_path/Frameworks",
  467. );
  468. MARKETING_VERSION = 1.0;
  469. PRODUCT_BUNDLE_IDENTIFIER = com.Fiscus;
  470. PRODUCT_NAME = "$(TARGET_NAME)";
  471. SWIFT_EMIT_LOC_STRINGS = YES;
  472. SWIFT_VERSION = 5.0;
  473. TARGETED_DEVICE_FAMILY = "1,2";
  474. };
  475. name = Release;
  476. };
  477. A97E76072893B2B900005233 /* Debug */ = {
  478. isa = XCBuildConfiguration;
  479. buildSettings = {
  480. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  481. BUNDLE_LOADER = "$(TEST_HOST)";
  482. CODE_SIGN_STYLE = Automatic;
  483. CURRENT_PROJECT_VERSION = 1;
  484. DEVELOPMENT_TEAM = W3M5C5X445;
  485. GENERATE_INFOPLIST_FILE = YES;
  486. IPHONEOS_DEPLOYMENT_TARGET = 15.5;
  487. MARKETING_VERSION = 1.0;
  488. PRODUCT_BUNDLE_IDENTIFIER = com.FiscusTests;
  489. PRODUCT_NAME = "$(TARGET_NAME)";
  490. SWIFT_EMIT_LOC_STRINGS = NO;
  491. SWIFT_VERSION = 5.0;
  492. TARGETED_DEVICE_FAMILY = "1,2";
  493. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Fiscus.app/Fiscus";
  494. };
  495. name = Debug;
  496. };
  497. A97E76082893B2B900005233 /* Release */ = {
  498. isa = XCBuildConfiguration;
  499. buildSettings = {
  500. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  501. BUNDLE_LOADER = "$(TEST_HOST)";
  502. CODE_SIGN_STYLE = Automatic;
  503. CURRENT_PROJECT_VERSION = 1;
  504. DEVELOPMENT_TEAM = W3M5C5X445;
  505. GENERATE_INFOPLIST_FILE = YES;
  506. IPHONEOS_DEPLOYMENT_TARGET = 15.5;
  507. MARKETING_VERSION = 1.0;
  508. PRODUCT_BUNDLE_IDENTIFIER = com.FiscusTests;
  509. PRODUCT_NAME = "$(TARGET_NAME)";
  510. SWIFT_EMIT_LOC_STRINGS = NO;
  511. SWIFT_VERSION = 5.0;
  512. TARGETED_DEVICE_FAMILY = "1,2";
  513. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Fiscus.app/Fiscus";
  514. };
  515. name = Release;
  516. };
  517. A97E760A2893B2B900005233 /* Debug */ = {
  518. isa = XCBuildConfiguration;
  519. buildSettings = {
  520. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  521. CODE_SIGN_STYLE = Automatic;
  522. CURRENT_PROJECT_VERSION = 1;
  523. DEVELOPMENT_TEAM = W3M5C5X445;
  524. GENERATE_INFOPLIST_FILE = YES;
  525. MARKETING_VERSION = 1.0;
  526. PRODUCT_BUNDLE_IDENTIFIER = com.FiscusUITests;
  527. PRODUCT_NAME = "$(TARGET_NAME)";
  528. SWIFT_EMIT_LOC_STRINGS = NO;
  529. SWIFT_VERSION = 5.0;
  530. TARGETED_DEVICE_FAMILY = "1,2";
  531. TEST_TARGET_NAME = Fiscus;
  532. };
  533. name = Debug;
  534. };
  535. A97E760B2893B2B900005233 /* Release */ = {
  536. isa = XCBuildConfiguration;
  537. buildSettings = {
  538. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  539. CODE_SIGN_STYLE = Automatic;
  540. CURRENT_PROJECT_VERSION = 1;
  541. DEVELOPMENT_TEAM = W3M5C5X445;
  542. GENERATE_INFOPLIST_FILE = YES;
  543. MARKETING_VERSION = 1.0;
  544. PRODUCT_BUNDLE_IDENTIFIER = com.FiscusUITests;
  545. PRODUCT_NAME = "$(TARGET_NAME)";
  546. SWIFT_EMIT_LOC_STRINGS = NO;
  547. SWIFT_VERSION = 5.0;
  548. TARGETED_DEVICE_FAMILY = "1,2";
  549. TEST_TARGET_NAME = Fiscus;
  550. };
  551. name = Release;
  552. };
  553. /* End XCBuildConfiguration section */
  554. /* Begin XCConfigurationList section */
  555. A97E75D42893B2B700005233 /* Build configuration list for PBXProject "Fiscus" */ = {
  556. isa = XCConfigurationList;
  557. buildConfigurations = (
  558. A97E76012893B2B900005233 /* Debug */,
  559. A97E76022893B2B900005233 /* Release */,
  560. );
  561. defaultConfigurationIsVisible = 0;
  562. defaultConfigurationName = Release;
  563. };
  564. A97E76032893B2B900005233 /* Build configuration list for PBXNativeTarget "Fiscus" */ = {
  565. isa = XCConfigurationList;
  566. buildConfigurations = (
  567. A97E76042893B2B900005233 /* Debug */,
  568. A97E76052893B2B900005233 /* Release */,
  569. );
  570. defaultConfigurationIsVisible = 0;
  571. defaultConfigurationName = Release;
  572. };
  573. A97E76062893B2B900005233 /* Build configuration list for PBXNativeTarget "FiscusTests" */ = {
  574. isa = XCConfigurationList;
  575. buildConfigurations = (
  576. A97E76072893B2B900005233 /* Debug */,
  577. A97E76082893B2B900005233 /* Release */,
  578. );
  579. defaultConfigurationIsVisible = 0;
  580. defaultConfigurationName = Release;
  581. };
  582. A97E76092893B2B900005233 /* Build configuration list for PBXNativeTarget "FiscusUITests" */ = {
  583. isa = XCConfigurationList;
  584. buildConfigurations = (
  585. A97E760A2893B2B900005233 /* Debug */,
  586. A97E760B2893B2B900005233 /* Release */,
  587. );
  588. defaultConfigurationIsVisible = 0;
  589. defaultConfigurationName = Release;
  590. };
  591. /* End XCConfigurationList section */
  592. };
  593. rootObject = A97E75D12893B2B700005233 /* Project object */;
  594. }