project.pbxproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2D4C5C62D984C6A77AE8963E /* Pods_fiveConstant.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC2B0F3DCB5422FF91C1D407 /* Pods_fiveConstant.framework */; };
  10. 300620942986743200A1C6B8 /* UserApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 300620932986743200A1C6B8 /* UserApi.swift */; };
  11. 30062096298791BF00A1C6B8 /* ImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30062095298791BF00A1C6B8 /* ImageLoader.swift */; };
  12. 300620982987942E00A1C6B8 /* UserPhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 300620972987942E00A1C6B8 /* UserPhoto.swift */; };
  13. 3009AC002977E95800A94CB8 /* LoginAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3009ABFF2977E95800A94CB8 /* LoginAPI.swift */; };
  14. 3009AC06297A40B600A94CB8 /* IndexUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3009AC05297A40B600A94CB8 /* IndexUIView.swift */; };
  15. 3027FABB296E771600DB1ABB /* fiveConstantApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3027FABA296E771600DB1ABB /* fiveConstantApp.swift */; };
  16. 3027FABD296E771600DB1ABB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3027FABC296E771600DB1ABB /* ContentView.swift */; };
  17. 3027FABF296E771700DB1ABB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3027FABE296E771700DB1ABB /* Assets.xcassets */; };
  18. 3027FAC2296E771700DB1ABB /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3027FAC1296E771700DB1ABB /* Preview Assets.xcassets */; };
  19. 303A855A299A1BB7003F0FFE /* RoomControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303A8559299A1BB7003F0FFE /* RoomControlView.swift */; };
  20. 303A855C299B7419003F0FFE /* RoomController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303A855B299B7419003F0FFE /* RoomController.swift */; };
  21. 303A855E299B829F003F0FFE /* RoomControlModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303A855D299B829F003F0FFE /* RoomControlModel.swift */; };
  22. 303A8560299B83F1003F0FFE /* RoomControlApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303A855F299B83F1003F0FFE /* RoomControlApi.swift */; };
  23. 303B6900297782FB0085509D /* BallScaleRippleMultiple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303B68FE297782FB0085509D /* BallScaleRippleMultiple.swift */; };
  24. 303B6901297782FB0085509D /* KeyframeAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303B68FF297782FB0085509D /* KeyframeAnimation.swift */; };
  25. 3043C0162985FE86000D349C /* UserInfoData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3043C0152985FE86000D349C /* UserInfoData.swift */; };
  26. 3043C01829861286000D349C /* ViewRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3043C01729861286000D349C /* ViewRouter.swift */; };
  27. 3043C01A298653B8000D349C /* ContentUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3043C019298653B8000D349C /* ContentUIView.swift */; };
  28. 3043C01D29865774000D349C /* RoomUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3043C01C29865774000D349C /* RoomUIView.swift */; };
  29. 3043C01F29865789000D349C /* FoundUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3043C01E29865789000D349C /* FoundUIView.swift */; };
  30. 3043C02129865793000D349C /* MyUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3043C02029865793000D349C /* MyUIView.swift */; };
  31. 304C2363296E8ACF00BBE535 /* SmsLoginUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 304C2362296E8ACF00BBE535 /* SmsLoginUIView.swift */; };
  32. 307492BA2988E28D006C12C1 /* Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307492B92988E28D006C12C1 /* Extension.swift */; };
  33. 307492BC2988FEFC006C12C1 /* RoomInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307492BB2988FEFC006C12C1 /* RoomInfo.swift */; };
  34. 307492BE29892A96006C12C1 /* PullRefreshScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307492BD29892A96006C12C1 /* PullRefreshScrollView.swift */; };
  35. 307492C12990A587006C12C1 /* AddRoomUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307492C02990A587006C12C1 /* AddRoomUIView.swift */; };
  36. 307492C32990A98A006C12C1 /* CircularSliderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307492C22990A98A006C12C1 /* CircularSliderView.swift */; };
  37. 308291B2297245460010EF89 /* RadioButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308291B1297245460010EF89 /* RadioButton.swift */; };
  38. 308291B4297252200010EF89 /* GetCheckCodeButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308291B3297252200010EF89 /* GetCheckCodeButton.swift */; };
  39. 308291B6297259660010EF89 /* PasswordLoginUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308291B5297259660010EF89 /* PasswordLoginUIView.swift */; };
  40. 308291BA297280300010EF89 /* YXWebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308291B9297280300010EF89 /* YXWebView.swift */; };
  41. 308291BD2972805D0010EF89 /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308291BC2972805D0010EF89 /* ViewModel.swift */; };
  42. 308291BF297280B40010EF89 /* Loader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308291BE297280B40010EF89 /* Loader.swift */; };
  43. 308291C3297527B00010EF89 /* ResetPasswordUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308291C2297527B00010EF89 /* ResetPasswordUIView.swift */; };
  44. 308291C6297531530010EF89 /* UseServiceAndPrivacyModal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 308291C5297531530010EF89 /* UseServiceAndPrivacyModal.swift */; };
  45. 309E4E9C2977BD9700DCDC30 /* ProgressHUDState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 309E4E9B2977BD9700DCDC30 /* ProgressHUDState.swift */; };
  46. 30C1ABAE2976526900E7EF2A /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C1ABAD2976526900E7EF2A /* NetworkManager.swift */; };
  47. 30C1ABB52976685700E7EF2A /* MoyaConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C1ABB42976685700E7EF2A /* MoyaConfig.swift */; };
  48. 30C1ABBA29766BEC00E7EF2A /* LoginModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C1ABB929766BEC00E7EF2A /* LoginModels.swift */; };
  49. 30D9F0882988E05C00670CE1 /* RoomCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30D9F0872988E05C00670CE1 /* RoomCard.swift */; };
  50. /* End PBXBuildFile section */
  51. /* Begin PBXFileReference section */
  52. 1FBD8EFF4BBA03D3B9AD7A00 /* Pods-fiveConstant.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-fiveConstant.debug.xcconfig"; path = "Target Support Files/Pods-fiveConstant/Pods-fiveConstant.debug.xcconfig"; sourceTree = "<group>"; };
  53. 300620932986743200A1C6B8 /* UserApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserApi.swift; sourceTree = "<group>"; };
  54. 30062095298791BF00A1C6B8 /* ImageLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageLoader.swift; sourceTree = "<group>"; };
  55. 300620972987942E00A1C6B8 /* UserPhoto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserPhoto.swift; sourceTree = "<group>"; };
  56. 3009ABFF2977E95800A94CB8 /* LoginAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginAPI.swift; sourceTree = "<group>"; };
  57. 3009AC05297A40B600A94CB8 /* IndexUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndexUIView.swift; sourceTree = "<group>"; };
  58. 3027FAB7296E771600DB1ABB /* 永续绿建五恒.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "永续绿建五恒.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  59. 3027FABA296E771600DB1ABB /* fiveConstantApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = fiveConstantApp.swift; sourceTree = "<group>"; };
  60. 3027FABC296E771600DB1ABB /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  61. 3027FABE296E771700DB1ABB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  62. 3027FAC1296E771700DB1ABB /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  63. 303A8559299A1BB7003F0FFE /* RoomControlView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomControlView.swift; sourceTree = "<group>"; };
  64. 303A855B299B7419003F0FFE /* RoomController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomController.swift; sourceTree = "<group>"; };
  65. 303A855D299B829F003F0FFE /* RoomControlModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomControlModel.swift; sourceTree = "<group>"; };
  66. 303A855F299B83F1003F0FFE /* RoomControlApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomControlApi.swift; sourceTree = "<group>"; };
  67. 303B68FE297782FB0085509D /* BallScaleRippleMultiple.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BallScaleRippleMultiple.swift; sourceTree = "<group>"; };
  68. 303B68FF297782FB0085509D /* KeyframeAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyframeAnimation.swift; sourceTree = "<group>"; };
  69. 3043C0152985FE86000D349C /* UserInfoData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInfoData.swift; sourceTree = "<group>"; };
  70. 3043C01729861286000D349C /* ViewRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewRouter.swift; sourceTree = "<group>"; };
  71. 3043C019298653B8000D349C /* ContentUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentUIView.swift; sourceTree = "<group>"; };
  72. 3043C01C29865774000D349C /* RoomUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomUIView.swift; sourceTree = "<group>"; };
  73. 3043C01E29865789000D349C /* FoundUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FoundUIView.swift; sourceTree = "<group>"; };
  74. 3043C02029865793000D349C /* MyUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyUIView.swift; sourceTree = "<group>"; };
  75. 304C2362296E8ACF00BBE535 /* SmsLoginUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SmsLoginUIView.swift; sourceTree = "<group>"; };
  76. 307492B92988E28D006C12C1 /* Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extension.swift; sourceTree = "<group>"; };
  77. 307492BB2988FEFC006C12C1 /* RoomInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomInfo.swift; sourceTree = "<group>"; };
  78. 307492BD29892A96006C12C1 /* PullRefreshScrollView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PullRefreshScrollView.swift; sourceTree = "<group>"; };
  79. 307492C02990A587006C12C1 /* AddRoomUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddRoomUIView.swift; sourceTree = "<group>"; };
  80. 307492C22990A98A006C12C1 /* CircularSliderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularSliderView.swift; sourceTree = "<group>"; };
  81. 308291B1297245460010EF89 /* RadioButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioButton.swift; sourceTree = "<group>"; };
  82. 308291B3297252200010EF89 /* GetCheckCodeButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetCheckCodeButton.swift; sourceTree = "<group>"; };
  83. 308291B5297259660010EF89 /* PasswordLoginUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordLoginUIView.swift; sourceTree = "<group>"; };
  84. 308291B9297280300010EF89 /* YXWebView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YXWebView.swift; sourceTree = "<group>"; };
  85. 308291BC2972805D0010EF89 /* ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModel.swift; sourceTree = "<group>"; };
  86. 308291BE297280B40010EF89 /* Loader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Loader.swift; sourceTree = "<group>"; };
  87. 308291C2297527B00010EF89 /* ResetPasswordUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResetPasswordUIView.swift; sourceTree = "<group>"; };
  88. 308291C5297531530010EF89 /* UseServiceAndPrivacyModal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UseServiceAndPrivacyModal.swift; sourceTree = "<group>"; };
  89. 309E4E9B2977BD9700DCDC30 /* ProgressHUDState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressHUDState.swift; sourceTree = "<group>"; };
  90. 30C1ABAD2976526900E7EF2A /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; };
  91. 30C1ABB42976685700E7EF2A /* MoyaConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MoyaConfig.swift; sourceTree = "<group>"; };
  92. 30C1ABB929766BEC00E7EF2A /* LoginModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginModels.swift; sourceTree = "<group>"; };
  93. 30C1ABBB297691AB00E7EF2A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  94. 30D9F0872988E05C00670CE1 /* RoomCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomCard.swift; sourceTree = "<group>"; };
  95. 5A2C59D41D21525D09783A37 /* Pods-fiveConstant.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-fiveConstant.release.xcconfig"; path = "Target Support Files/Pods-fiveConstant/Pods-fiveConstant.release.xcconfig"; sourceTree = "<group>"; };
  96. DC2B0F3DCB5422FF91C1D407 /* Pods_fiveConstant.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_fiveConstant.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  97. /* End PBXFileReference section */
  98. /* Begin PBXFrameworksBuildPhase section */
  99. 3027FAB4296E771600DB1ABB /* Frameworks */ = {
  100. isa = PBXFrameworksBuildPhase;
  101. buildActionMask = 2147483647;
  102. files = (
  103. 2D4C5C62D984C6A77AE8963E /* Pods_fiveConstant.framework in Frameworks */,
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. /* End PBXFrameworksBuildPhase section */
  108. /* Begin PBXGroup section */
  109. 3009ABFE2977E94400A94CB8 /* services */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 3009ABFF2977E95800A94CB8 /* LoginAPI.swift */,
  113. 300620932986743200A1C6B8 /* UserApi.swift */,
  114. 303A855F299B83F1003F0FFE /* RoomControlApi.swift */,
  115. );
  116. path = services;
  117. sourceTree = "<group>";
  118. };
  119. 3009AC012978DBD300A94CB8 /* plugins */ = {
  120. isa = PBXGroup;
  121. children = (
  122. );
  123. path = plugins;
  124. sourceTree = "<group>";
  125. };
  126. 3009AC04297A40A100A94CB8 /* index */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 3009AC05297A40B600A94CB8 /* IndexUIView.swift */,
  130. 3043C019298653B8000D349C /* ContentUIView.swift */,
  131. 3043C01C29865774000D349C /* RoomUIView.swift */,
  132. 3043C01E29865789000D349C /* FoundUIView.swift */,
  133. 3043C02029865793000D349C /* MyUIView.swift */,
  134. );
  135. path = index;
  136. sourceTree = "<group>";
  137. };
  138. 3027FAAE296E771600DB1ABB = {
  139. isa = PBXGroup;
  140. children = (
  141. 3027FAB9296E771600DB1ABB /* fiveConstant */,
  142. 3027FAB8296E771600DB1ABB /* Products */,
  143. 37DCE3A072E8FC54185DC330 /* Pods */,
  144. 66860EB0A3FE0698B2F79A7C /* Frameworks */,
  145. );
  146. sourceTree = "<group>";
  147. };
  148. 3027FAB8296E771600DB1ABB /* Products */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 3027FAB7296E771600DB1ABB /* 永续绿建五恒.app */,
  152. );
  153. name = Products;
  154. sourceTree = "<group>";
  155. };
  156. 3027FAB9296E771600DB1ABB /* fiveConstant */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 309E4E982977B41800DCDC30 /* uiView */,
  160. 30C1ABBB297691AB00E7EF2A /* Info.plist */,
  161. 30C1ABB829766BD800E7EF2A /* models */,
  162. 30C1ABAC2976524100E7EF2A /* lib */,
  163. 308291B0297244FA0010EF89 /* components */,
  164. 3027FABA296E771600DB1ABB /* fiveConstantApp.swift */,
  165. 3027FABC296E771600DB1ABB /* ContentView.swift */,
  166. 3027FABE296E771700DB1ABB /* Assets.xcassets */,
  167. 3027FAC0296E771700DB1ABB /* Preview Content */,
  168. );
  169. path = fiveConstant;
  170. sourceTree = "<group>";
  171. };
  172. 3027FAC0296E771700DB1ABB /* Preview Content */ = {
  173. isa = PBXGroup;
  174. children = (
  175. 3027FAC1296E771700DB1ABB /* Preview Assets.xcassets */,
  176. );
  177. path = "Preview Content";
  178. sourceTree = "<group>";
  179. };
  180. 303B68F92977828E0085509D /* LoaderUI */ = {
  181. isa = PBXGroup;
  182. children = (
  183. 303B68FE297782FB0085509D /* BallScaleRippleMultiple.swift */,
  184. 303B68FF297782FB0085509D /* KeyframeAnimation.swift */,
  185. );
  186. path = LoaderUI;
  187. sourceTree = "<group>";
  188. };
  189. 304C2361296E8AAD00BBE535 /* login */ = {
  190. isa = PBXGroup;
  191. children = (
  192. 304C2362296E8ACF00BBE535 /* SmsLoginUIView.swift */,
  193. 308291B5297259660010EF89 /* PasswordLoginUIView.swift */,
  194. 308291C2297527B00010EF89 /* ResetPasswordUIView.swift */,
  195. );
  196. path = login;
  197. sourceTree = "<group>";
  198. };
  199. 307492BF2990A571006C12C1 /* room */ = {
  200. isa = PBXGroup;
  201. children = (
  202. 307492C02990A587006C12C1 /* AddRoomUIView.swift */,
  203. 303A8559299A1BB7003F0FFE /* RoomControlView.swift */,
  204. );
  205. path = room;
  206. sourceTree = "<group>";
  207. };
  208. 308291B0297244FA0010EF89 /* components */ = {
  209. isa = PBXGroup;
  210. children = (
  211. 303B68F92977828E0085509D /* LoaderUI */,
  212. 308291BB297280410010EF89 /* YXWebView */,
  213. 308291B1297245460010EF89 /* RadioButton.swift */,
  214. 308291B3297252200010EF89 /* GetCheckCodeButton.swift */,
  215. 308291C5297531530010EF89 /* UseServiceAndPrivacyModal.swift */,
  216. 309E4E9B2977BD9700DCDC30 /* ProgressHUDState.swift */,
  217. 30062095298791BF00A1C6B8 /* ImageLoader.swift */,
  218. 300620972987942E00A1C6B8 /* UserPhoto.swift */,
  219. 30D9F0872988E05C00670CE1 /* RoomCard.swift */,
  220. 307492BD29892A96006C12C1 /* PullRefreshScrollView.swift */,
  221. 307492C22990A98A006C12C1 /* CircularSliderView.swift */,
  222. );
  223. path = components;
  224. sourceTree = "<group>";
  225. };
  226. 308291BB297280410010EF89 /* YXWebView */ = {
  227. isa = PBXGroup;
  228. children = (
  229. 308291B9297280300010EF89 /* YXWebView.swift */,
  230. 308291BC2972805D0010EF89 /* ViewModel.swift */,
  231. 308291BE297280B40010EF89 /* Loader.swift */,
  232. );
  233. path = YXWebView;
  234. sourceTree = "<group>";
  235. };
  236. 309E4E982977B41800DCDC30 /* uiView */ = {
  237. isa = PBXGroup;
  238. children = (
  239. 307492BF2990A571006C12C1 /* room */,
  240. 3009AC04297A40A100A94CB8 /* index */,
  241. 304C2361296E8AAD00BBE535 /* login */,
  242. );
  243. path = uiView;
  244. sourceTree = "<group>";
  245. };
  246. 30C1ABAC2976524100E7EF2A /* lib */ = {
  247. isa = PBXGroup;
  248. children = (
  249. 3009AC012978DBD300A94CB8 /* plugins */,
  250. 3009ABFE2977E94400A94CB8 /* services */,
  251. 30C1ABAD2976526900E7EF2A /* NetworkManager.swift */,
  252. 30C1ABB42976685700E7EF2A /* MoyaConfig.swift */,
  253. 307492B92988E28D006C12C1 /* Extension.swift */,
  254. 303A855B299B7419003F0FFE /* RoomController.swift */,
  255. );
  256. path = lib;
  257. sourceTree = "<group>";
  258. };
  259. 30C1ABB829766BD800E7EF2A /* models */ = {
  260. isa = PBXGroup;
  261. children = (
  262. 30C1ABB929766BEC00E7EF2A /* LoginModels.swift */,
  263. 3043C0152985FE86000D349C /* UserInfoData.swift */,
  264. 3043C01729861286000D349C /* ViewRouter.swift */,
  265. 307492BB2988FEFC006C12C1 /* RoomInfo.swift */,
  266. 303A855D299B829F003F0FFE /* RoomControlModel.swift */,
  267. );
  268. path = models;
  269. sourceTree = "<group>";
  270. };
  271. 37DCE3A072E8FC54185DC330 /* Pods */ = {
  272. isa = PBXGroup;
  273. children = (
  274. 1FBD8EFF4BBA03D3B9AD7A00 /* Pods-fiveConstant.debug.xcconfig */,
  275. 5A2C59D41D21525D09783A37 /* Pods-fiveConstant.release.xcconfig */,
  276. );
  277. path = Pods;
  278. sourceTree = "<group>";
  279. };
  280. 66860EB0A3FE0698B2F79A7C /* Frameworks */ = {
  281. isa = PBXGroup;
  282. children = (
  283. DC2B0F3DCB5422FF91C1D407 /* Pods_fiveConstant.framework */,
  284. );
  285. name = Frameworks;
  286. sourceTree = "<group>";
  287. };
  288. /* End PBXGroup section */
  289. /* Begin PBXNativeTarget section */
  290. 3027FAB6296E771600DB1ABB /* fiveConstant */ = {
  291. isa = PBXNativeTarget;
  292. buildConfigurationList = 3027FAC5296E771700DB1ABB /* Build configuration list for PBXNativeTarget "fiveConstant" */;
  293. buildPhases = (
  294. 15E8F6CE711F28A0B770A4F0 /* [CP] Check Pods Manifest.lock */,
  295. 3027FAB3296E771600DB1ABB /* Sources */,
  296. 3027FAB4296E771600DB1ABB /* Frameworks */,
  297. 3027FAB5296E771600DB1ABB /* Resources */,
  298. AE3A900BB77C243691EBED94 /* [CP] Embed Pods Frameworks */,
  299. );
  300. buildRules = (
  301. );
  302. dependencies = (
  303. );
  304. name = fiveConstant;
  305. productName = fiveConstant;
  306. productReference = 3027FAB7296E771600DB1ABB /* 永续绿建五恒.app */;
  307. productType = "com.apple.product-type.application";
  308. };
  309. /* End PBXNativeTarget section */
  310. /* Begin PBXProject section */
  311. 3027FAAF296E771600DB1ABB /* Project object */ = {
  312. isa = PBXProject;
  313. attributes = {
  314. BuildIndependentTargetsInParallel = 1;
  315. LastSwiftUpdateCheck = 1340;
  316. LastUpgradeCheck = 1340;
  317. TargetAttributes = {
  318. 3027FAB6296E771600DB1ABB = {
  319. CreatedOnToolsVersion = 13.4.1;
  320. };
  321. };
  322. };
  323. buildConfigurationList = 3027FAB2296E771600DB1ABB /* Build configuration list for PBXProject "fiveConstant" */;
  324. compatibilityVersion = "Xcode 13.0";
  325. developmentRegion = en;
  326. hasScannedForEncodings = 0;
  327. knownRegions = (
  328. en,
  329. Base,
  330. );
  331. mainGroup = 3027FAAE296E771600DB1ABB;
  332. productRefGroup = 3027FAB8296E771600DB1ABB /* Products */;
  333. projectDirPath = "";
  334. projectRoot = "";
  335. targets = (
  336. 3027FAB6296E771600DB1ABB /* fiveConstant */,
  337. );
  338. };
  339. /* End PBXProject section */
  340. /* Begin PBXResourcesBuildPhase section */
  341. 3027FAB5296E771600DB1ABB /* Resources */ = {
  342. isa = PBXResourcesBuildPhase;
  343. buildActionMask = 2147483647;
  344. files = (
  345. 3027FAC2296E771700DB1ABB /* Preview Assets.xcassets in Resources */,
  346. 3027FABF296E771700DB1ABB /* Assets.xcassets in Resources */,
  347. );
  348. runOnlyForDeploymentPostprocessing = 0;
  349. };
  350. /* End PBXResourcesBuildPhase section */
  351. /* Begin PBXShellScriptBuildPhase section */
  352. 15E8F6CE711F28A0B770A4F0 /* [CP] Check Pods Manifest.lock */ = {
  353. isa = PBXShellScriptBuildPhase;
  354. buildActionMask = 2147483647;
  355. files = (
  356. );
  357. inputFileListPaths = (
  358. );
  359. inputPaths = (
  360. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  361. "${PODS_ROOT}/Manifest.lock",
  362. );
  363. name = "[CP] Check Pods Manifest.lock";
  364. outputFileListPaths = (
  365. );
  366. outputPaths = (
  367. "$(DERIVED_FILE_DIR)/Pods-fiveConstant-checkManifestLockResult.txt",
  368. );
  369. runOnlyForDeploymentPostprocessing = 0;
  370. shellPath = /bin/sh;
  371. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  372. showEnvVarsInLog = 0;
  373. };
  374. AE3A900BB77C243691EBED94 /* [CP] Embed Pods Frameworks */ = {
  375. isa = PBXShellScriptBuildPhase;
  376. buildActionMask = 2147483647;
  377. files = (
  378. );
  379. inputFileListPaths = (
  380. "${PODS_ROOT}/Target Support Files/Pods-fiveConstant/Pods-fiveConstant-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  381. );
  382. name = "[CP] Embed Pods Frameworks";
  383. outputFileListPaths = (
  384. "${PODS_ROOT}/Target Support Files/Pods-fiveConstant/Pods-fiveConstant-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  385. );
  386. runOnlyForDeploymentPostprocessing = 0;
  387. shellPath = /bin/sh;
  388. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-fiveConstant/Pods-fiveConstant-frameworks.sh\"\n";
  389. showEnvVarsInLog = 0;
  390. };
  391. /* End PBXShellScriptBuildPhase section */
  392. /* Begin PBXSourcesBuildPhase section */
  393. 3027FAB3296E771600DB1ABB /* Sources */ = {
  394. isa = PBXSourcesBuildPhase;
  395. buildActionMask = 2147483647;
  396. files = (
  397. 307492C32990A98A006C12C1 /* CircularSliderView.swift in Sources */,
  398. 309E4E9C2977BD9700DCDC30 /* ProgressHUDState.swift in Sources */,
  399. 30D9F0882988E05C00670CE1 /* RoomCard.swift in Sources */,
  400. 3043C01F29865789000D349C /* FoundUIView.swift in Sources */,
  401. 30C1ABB52976685700E7EF2A /* MoyaConfig.swift in Sources */,
  402. 30C1ABAE2976526900E7EF2A /* NetworkManager.swift in Sources */,
  403. 3027FABD296E771600DB1ABB /* ContentView.swift in Sources */,
  404. 307492BC2988FEFC006C12C1 /* RoomInfo.swift in Sources */,
  405. 30062096298791BF00A1C6B8 /* ImageLoader.swift in Sources */,
  406. 307492C12990A587006C12C1 /* AddRoomUIView.swift in Sources */,
  407. 303B6901297782FB0085509D /* KeyframeAnimation.swift in Sources */,
  408. 303B6900297782FB0085509D /* BallScaleRippleMultiple.swift in Sources */,
  409. 3009AC06297A40B600A94CB8 /* IndexUIView.swift in Sources */,
  410. 3043C02129865793000D349C /* MyUIView.swift in Sources */,
  411. 307492BE29892A96006C12C1 /* PullRefreshScrollView.swift in Sources */,
  412. 308291C6297531530010EF89 /* UseServiceAndPrivacyModal.swift in Sources */,
  413. 308291BD2972805D0010EF89 /* ViewModel.swift in Sources */,
  414. 303A855A299A1BB7003F0FFE /* RoomControlView.swift in Sources */,
  415. 303A855E299B829F003F0FFE /* RoomControlModel.swift in Sources */,
  416. 300620942986743200A1C6B8 /* UserApi.swift in Sources */,
  417. 3009AC002977E95800A94CB8 /* LoginAPI.swift in Sources */,
  418. 303A8560299B83F1003F0FFE /* RoomControlApi.swift in Sources */,
  419. 307492BA2988E28D006C12C1 /* Extension.swift in Sources */,
  420. 3043C01A298653B8000D349C /* ContentUIView.swift in Sources */,
  421. 300620982987942E00A1C6B8 /* UserPhoto.swift in Sources */,
  422. 3043C0162985FE86000D349C /* UserInfoData.swift in Sources */,
  423. 308291B6297259660010EF89 /* PasswordLoginUIView.swift in Sources */,
  424. 3027FABB296E771600DB1ABB /* fiveConstantApp.swift in Sources */,
  425. 308291BF297280B40010EF89 /* Loader.swift in Sources */,
  426. 308291B4297252200010EF89 /* GetCheckCodeButton.swift in Sources */,
  427. 303A855C299B7419003F0FFE /* RoomController.swift in Sources */,
  428. 3043C01829861286000D349C /* ViewRouter.swift in Sources */,
  429. 30C1ABBA29766BEC00E7EF2A /* LoginModels.swift in Sources */,
  430. 308291BA297280300010EF89 /* YXWebView.swift in Sources */,
  431. 308291C3297527B00010EF89 /* ResetPasswordUIView.swift in Sources */,
  432. 3043C01D29865774000D349C /* RoomUIView.swift in Sources */,
  433. 304C2363296E8ACF00BBE535 /* SmsLoginUIView.swift in Sources */,
  434. 308291B2297245460010EF89 /* RadioButton.swift in Sources */,
  435. );
  436. runOnlyForDeploymentPostprocessing = 0;
  437. };
  438. /* End PBXSourcesBuildPhase section */
  439. /* Begin XCBuildConfiguration section */
  440. 3027FAC3296E771700DB1ABB /* Debug */ = {
  441. isa = XCBuildConfiguration;
  442. buildSettings = {
  443. ALWAYS_SEARCH_USER_PATHS = NO;
  444. CLANG_ANALYZER_NONNULL = YES;
  445. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  446. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  447. CLANG_ENABLE_MODULES = YES;
  448. CLANG_ENABLE_OBJC_ARC = YES;
  449. CLANG_ENABLE_OBJC_WEAK = YES;
  450. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  451. CLANG_WARN_BOOL_CONVERSION = YES;
  452. CLANG_WARN_COMMA = YES;
  453. CLANG_WARN_CONSTANT_CONVERSION = YES;
  454. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  455. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  456. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  457. CLANG_WARN_EMPTY_BODY = YES;
  458. CLANG_WARN_ENUM_CONVERSION = YES;
  459. CLANG_WARN_INFINITE_RECURSION = YES;
  460. CLANG_WARN_INT_CONVERSION = YES;
  461. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  462. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  463. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  464. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  465. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  466. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  467. CLANG_WARN_STRICT_PROTOTYPES = YES;
  468. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  469. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  470. CLANG_WARN_UNREACHABLE_CODE = YES;
  471. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  472. COPY_PHASE_STRIP = NO;
  473. DEBUG_INFORMATION_FORMAT = dwarf;
  474. ENABLE_STRICT_OBJC_MSGSEND = YES;
  475. ENABLE_TESTABILITY = YES;
  476. GCC_C_LANGUAGE_STANDARD = gnu11;
  477. GCC_DYNAMIC_NO_PIC = NO;
  478. GCC_NO_COMMON_BLOCKS = YES;
  479. GCC_OPTIMIZATION_LEVEL = 0;
  480. GCC_PREPROCESSOR_DEFINITIONS = (
  481. "DEBUG=1",
  482. "$(inherited)",
  483. );
  484. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  485. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  486. GCC_WARN_UNDECLARED_SELECTOR = YES;
  487. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  488. GCC_WARN_UNUSED_FUNCTION = YES;
  489. GCC_WARN_UNUSED_VARIABLE = YES;
  490. IPHONEOS_DEPLOYMENT_TARGET = 15.5;
  491. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  492. MTL_FAST_MATH = YES;
  493. ONLY_ACTIVE_ARCH = YES;
  494. SDKROOT = iphoneos;
  495. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  496. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  497. };
  498. name = Debug;
  499. };
  500. 3027FAC4296E771700DB1ABB /* Release */ = {
  501. isa = XCBuildConfiguration;
  502. buildSettings = {
  503. ALWAYS_SEARCH_USER_PATHS = NO;
  504. CLANG_ANALYZER_NONNULL = YES;
  505. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  506. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  507. CLANG_ENABLE_MODULES = YES;
  508. CLANG_ENABLE_OBJC_ARC = YES;
  509. CLANG_ENABLE_OBJC_WEAK = YES;
  510. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  511. CLANG_WARN_BOOL_CONVERSION = YES;
  512. CLANG_WARN_COMMA = YES;
  513. CLANG_WARN_CONSTANT_CONVERSION = YES;
  514. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  515. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  516. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  517. CLANG_WARN_EMPTY_BODY = YES;
  518. CLANG_WARN_ENUM_CONVERSION = YES;
  519. CLANG_WARN_INFINITE_RECURSION = YES;
  520. CLANG_WARN_INT_CONVERSION = YES;
  521. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  522. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  523. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  524. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  525. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  526. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  527. CLANG_WARN_STRICT_PROTOTYPES = YES;
  528. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  529. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  530. CLANG_WARN_UNREACHABLE_CODE = YES;
  531. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  532. COPY_PHASE_STRIP = NO;
  533. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  534. ENABLE_NS_ASSERTIONS = NO;
  535. ENABLE_STRICT_OBJC_MSGSEND = YES;
  536. GCC_C_LANGUAGE_STANDARD = gnu11;
  537. GCC_NO_COMMON_BLOCKS = YES;
  538. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  539. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  540. GCC_WARN_UNDECLARED_SELECTOR = YES;
  541. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  542. GCC_WARN_UNUSED_FUNCTION = YES;
  543. GCC_WARN_UNUSED_VARIABLE = YES;
  544. IPHONEOS_DEPLOYMENT_TARGET = 15.5;
  545. MTL_ENABLE_DEBUG_INFO = NO;
  546. MTL_FAST_MATH = YES;
  547. SDKROOT = iphoneos;
  548. SWIFT_COMPILATION_MODE = wholemodule;
  549. SWIFT_OPTIMIZATION_LEVEL = "-O";
  550. VALIDATE_PRODUCT = YES;
  551. };
  552. name = Release;
  553. };
  554. 3027FAC6296E771700DB1ABB /* Debug */ = {
  555. isa = XCBuildConfiguration;
  556. baseConfigurationReference = 1FBD8EFF4BBA03D3B9AD7A00 /* Pods-fiveConstant.debug.xcconfig */;
  557. buildSettings = {
  558. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  559. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  560. CODE_SIGN_STYLE = Automatic;
  561. CURRENT_PROJECT_VERSION = 1;
  562. DEVELOPMENT_ASSET_PATHS = "\"fiveConstant/Preview Content\"";
  563. DEVELOPMENT_TEAM = FBAS2Y3Z2S;
  564. ENABLE_PREVIEWS = YES;
  565. GENERATE_INFOPLIST_FILE = YES;
  566. INFOPLIST_FILE = fiveConstant/Info.plist;
  567. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  568. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  569. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  570. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  571. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  572. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  573. LD_RUNPATH_SEARCH_PATHS = (
  574. "$(inherited)",
  575. "@executable_path/Frameworks",
  576. );
  577. MARKETING_VERSION = 1.0;
  578. PRODUCT_BUNDLE_IDENTIFIER = com.YXLJ.fiveConstant;
  579. PRODUCT_NAME = "永续绿建五恒";
  580. SWIFT_EMIT_LOC_STRINGS = YES;
  581. SWIFT_VERSION = 5.0;
  582. TARGETED_DEVICE_FAMILY = 1;
  583. };
  584. name = Debug;
  585. };
  586. 3027FAC7296E771700DB1ABB /* Release */ = {
  587. isa = XCBuildConfiguration;
  588. baseConfigurationReference = 5A2C59D41D21525D09783A37 /* Pods-fiveConstant.release.xcconfig */;
  589. buildSettings = {
  590. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  591. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  592. CODE_SIGN_STYLE = Automatic;
  593. CURRENT_PROJECT_VERSION = 1;
  594. DEVELOPMENT_ASSET_PATHS = "\"fiveConstant/Preview Content\"";
  595. DEVELOPMENT_TEAM = FBAS2Y3Z2S;
  596. ENABLE_PREVIEWS = YES;
  597. GENERATE_INFOPLIST_FILE = YES;
  598. INFOPLIST_FILE = fiveConstant/Info.plist;
  599. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  600. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  601. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  602. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  603. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  604. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  605. LD_RUNPATH_SEARCH_PATHS = (
  606. "$(inherited)",
  607. "@executable_path/Frameworks",
  608. );
  609. MARKETING_VERSION = 1.0;
  610. PRODUCT_BUNDLE_IDENTIFIER = com.YXLJ.fiveConstant;
  611. PRODUCT_NAME = "永续绿建五恒";
  612. SWIFT_EMIT_LOC_STRINGS = YES;
  613. SWIFT_VERSION = 5.0;
  614. TARGETED_DEVICE_FAMILY = 1;
  615. };
  616. name = Release;
  617. };
  618. /* End XCBuildConfiguration section */
  619. /* Begin XCConfigurationList section */
  620. 3027FAB2296E771600DB1ABB /* Build configuration list for PBXProject "fiveConstant" */ = {
  621. isa = XCConfigurationList;
  622. buildConfigurations = (
  623. 3027FAC3296E771700DB1ABB /* Debug */,
  624. 3027FAC4296E771700DB1ABB /* Release */,
  625. );
  626. defaultConfigurationIsVisible = 0;
  627. defaultConfigurationName = Release;
  628. };
  629. 3027FAC5296E771700DB1ABB /* Build configuration list for PBXNativeTarget "fiveConstant" */ = {
  630. isa = XCConfigurationList;
  631. buildConfigurations = (
  632. 3027FAC6296E771700DB1ABB /* Debug */,
  633. 3027FAC7296E771700DB1ABB /* Release */,
  634. );
  635. defaultConfigurationIsVisible = 0;
  636. defaultConfigurationName = Release;
  637. };
  638. /* End XCConfigurationList section */
  639. };
  640. rootObject = 3027FAAF296E771600DB1ABB /* Project object */;
  641. }