project.pbxproj 14 KB

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