project.pbxproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2B3E96D298A3E04003DA2AD3 /* Pods_Asteria_NotificationServiceExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51AF3B78609F55449DF09609 /* Pods_Asteria_NotificationServiceExtension.framework */; };
  10. 8172449F29F3B2ED005FA9C9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8172449E29F3B2ED005FA9C9 /* AppDelegate.m */; };
  11. 817244AA29F3B2EE005FA9C9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 817244A929F3B2EE005FA9C9 /* Assets.xcassets */; };
  12. 817244AD29F3B2EE005FA9C9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 817244AB29F3B2EE005FA9C9 /* LaunchScreen.storyboard */; };
  13. 817244B029F3B2EE005FA9C9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 817244AF29F3B2EE005FA9C9 /* main.m */; };
  14. 817244BE29F3B81C005FA9C9 /* NotificationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 817244BD29F3B81C005FA9C9 /* NotificationService.m */; };
  15. 817244C229F3B81C005FA9C9 /* NotificationServiceExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 817244BA29F3B81C005FA9C9 /* NotificationServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  16. 81932E2B29F7539B007C37AF /* UIColor+AS.m in Sources */ = {isa = PBXBuildFile; fileRef = 81932E2A29F7539B007C37AF /* UIColor+AS.m */; };
  17. 819900222A020A6F006FE68C /* LYTools.m in Sources */ = {isa = PBXBuildFile; fileRef = 819900212A020A6F006FE68C /* LYTools.m */; };
  18. 81C3B44429F6612800D79294 /* ASBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C3B44329F6612800D79294 /* ASBaseViewController.m */; };
  19. 81C3B44729F664A500D79294 /* ASTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C3B44629F664A500D79294 /* ASTabBarController.m */; };
  20. 81C3B44A29F6661500D79294 /* ASBaseNavController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C3B44929F6661500D79294 /* ASBaseNavController.m */; };
  21. 81C3B45529F66C1700D79294 /* UIView+PublicInit.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C3B45429F66C1700D79294 /* UIView+PublicInit.m */; };
  22. 8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */; };
  23. 9A337E3A2A04EE1A00D058A5 /* Target_B.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A337E362A04EE1A00D058A5 /* Target_B.m */; };
  24. 9A337E3B2A04EE1A00D058A5 /* BViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A337E392A04EE1A00D058A5 /* BViewController.m */; };
  25. 9A337E4E2A04F46600D058A5 /* AViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A337E4D2A04F46600D058A5 /* AViewController.m */; };
  26. 9A788C442A08A663003E0025 /* Target_Goods.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A788C432A08A663003E0025 /* Target_Goods.m */; };
  27. 9AD364C62A05E73E00452C7A /* AS_GoodsDetailsC.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD364C52A05E73E00452C7A /* AS_GoodsDetailsC.m */; };
  28. 9AD364D12A05EC7800452C7A /* AS_TabBarViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD364D02A05EC7800452C7A /* AS_TabBarViewController.m */; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXContainerItemProxy section */
  31. 817244C029F3B81C005FA9C9 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = 8172449229F3B2EC005FA9C9 /* Project object */;
  34. proxyType = 1;
  35. remoteGlobalIDString = 817244B929F3B81C005FA9C9;
  36. remoteInfo = NotificationServiceExtension;
  37. };
  38. /* End PBXContainerItemProxy section */
  39. /* Begin PBXCopyFilesBuildPhase section */
  40. 817244C329F3B81C005FA9C9 /* Embed Foundation Extensions */ = {
  41. isa = PBXCopyFilesBuildPhase;
  42. buildActionMask = 2147483647;
  43. dstPath = "";
  44. dstSubfolderSpec = 13;
  45. files = (
  46. 817244C229F3B81C005FA9C9 /* NotificationServiceExtension.appex in Embed Foundation Extensions */,
  47. );
  48. name = "Embed Foundation Extensions";
  49. runOnlyForDeploymentPostprocessing = 0;
  50. };
  51. /* End PBXCopyFilesBuildPhase section */
  52. /* Begin PBXFileReference section */
  53. 2A57FEE3AE67604607B5A6DE /* Pods-Asteria.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Asteria.release.xcconfig"; path = "Target Support Files/Pods-Asteria/Pods-Asteria.release.xcconfig"; sourceTree = "<group>"; };
  54. 3757F38E691966CC4F482D46 /* Pods-Asteria-NotificationServiceExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Asteria-NotificationServiceExtension.release.xcconfig"; path = "Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension.release.xcconfig"; sourceTree = "<group>"; };
  55. 3C97D3C0DD5DB3DCA3FF46B8 /* Pods-Asteria.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Asteria.debug.xcconfig"; path = "Target Support Files/Pods-Asteria/Pods-Asteria.debug.xcconfig"; sourceTree = "<group>"; };
  56. 51AF3B78609F55449DF09609 /* Pods_Asteria_NotificationServiceExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Asteria_NotificationServiceExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  57. 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Asteria.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  58. 8172449A29F3B2ED005FA9C9 /* Asteria.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Asteria.app; sourceTree = BUILT_PRODUCTS_DIR; };
  59. 8172449D29F3B2ED005FA9C9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  60. 8172449E29F3B2ED005FA9C9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  61. 817244A929F3B2EE005FA9C9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  62. 817244AC29F3B2EE005FA9C9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  63. 817244AE29F3B2EE005FA9C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  64. 817244AF29F3B2EE005FA9C9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  65. 817244BA29F3B81C005FA9C9 /* NotificationServiceExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = NotificationServiceExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  66. 817244BC29F3B81C005FA9C9 /* NotificationService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationService.h; sourceTree = "<group>"; };
  67. 817244BD29F3B81C005FA9C9 /* NotificationService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationService.m; sourceTree = "<group>"; };
  68. 817244BF29F3B81C005FA9C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  69. 81932E2929F7539B007C37AF /* UIColor+AS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIColor+AS.h"; sourceTree = "<group>"; };
  70. 81932E2A29F7539B007C37AF /* UIColor+AS.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIColor+AS.m"; sourceTree = "<group>"; };
  71. 8199001E2A0206F7006FE68C /* SizeDefine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SizeDefine.h; sourceTree = "<group>"; };
  72. 819900202A020A6F006FE68C /* LYTools.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LYTools.h; sourceTree = "<group>"; };
  73. 819900212A020A6F006FE68C /* LYTools.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LYTools.m; sourceTree = "<group>"; };
  74. 81C3B44229F6612800D79294 /* ASBaseViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASBaseViewController.h; sourceTree = "<group>"; };
  75. 81C3B44329F6612800D79294 /* ASBaseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASBaseViewController.m; sourceTree = "<group>"; };
  76. 81C3B44529F664A500D79294 /* ASTabBarController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASTabBarController.h; sourceTree = "<group>"; };
  77. 81C3B44629F664A500D79294 /* ASTabBarController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASTabBarController.m; sourceTree = "<group>"; };
  78. 81C3B44829F6661500D79294 /* ASBaseNavController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASBaseNavController.h; sourceTree = "<group>"; };
  79. 81C3B44929F6661500D79294 /* ASBaseNavController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASBaseNavController.m; sourceTree = "<group>"; };
  80. 81C3B44F29F6699900D79294 /* PreFixHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PreFixHeader.h; sourceTree = "<group>"; };
  81. 81C3B45029F669C900D79294 /* ColorDefine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ColorDefine.h; sourceTree = "<group>"; };
  82. 81C3B45329F66C1700D79294 /* UIView+PublicInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+PublicInit.h"; sourceTree = "<group>"; };
  83. 81C3B45429F66C1700D79294 /* UIView+PublicInit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+PublicInit.m"; sourceTree = "<group>"; };
  84. 9A337E362A04EE1A00D058A5 /* Target_B.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Target_B.m; sourceTree = "<group>"; };
  85. 9A337E372A04EE1A00D058A5 /* Target_B.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Target_B.h; sourceTree = "<group>"; };
  86. 9A337E382A04EE1A00D058A5 /* BViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BViewController.h; sourceTree = "<group>"; };
  87. 9A337E392A04EE1A00D058A5 /* BViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BViewController.m; sourceTree = "<group>"; };
  88. 9A337E4C2A04F46600D058A5 /* AViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AViewController.h; sourceTree = "<group>"; };
  89. 9A337E4D2A04F46600D058A5 /* AViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AViewController.m; sourceTree = "<group>"; };
  90. 9A788C422A08A663003E0025 /* Target_Goods.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Target_Goods.h; sourceTree = "<group>"; };
  91. 9A788C432A08A663003E0025 /* Target_Goods.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Target_Goods.m; sourceTree = "<group>"; };
  92. 9AD364C42A05E73E00452C7A /* AS_GoodsDetailsC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AS_GoodsDetailsC.h; sourceTree = "<group>"; };
  93. 9AD364C52A05E73E00452C7A /* AS_GoodsDetailsC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AS_GoodsDetailsC.m; sourceTree = "<group>"; };
  94. 9AD364CF2A05EC7800452C7A /* AS_TabBarViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AS_TabBarViewController.h; sourceTree = "<group>"; };
  95. 9AD364D02A05EC7800452C7A /* AS_TabBarViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AS_TabBarViewController.m; sourceTree = "<group>"; };
  96. F28014612B0095476AA5BC1B /* Pods-Asteria-NotificationServiceExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Asteria-NotificationServiceExtension.debug.xcconfig"; path = "Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension.debug.xcconfig"; sourceTree = "<group>"; };
  97. /* End PBXFileReference section */
  98. /* Begin PBXFrameworksBuildPhase section */
  99. 8172449729F3B2ED005FA9C9 /* Frameworks */ = {
  100. isa = PBXFrameworksBuildPhase;
  101. buildActionMask = 2147483647;
  102. files = (
  103. 8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */,
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. 817244B729F3B81C005FA9C9 /* Frameworks */ = {
  108. isa = PBXFrameworksBuildPhase;
  109. buildActionMask = 2147483647;
  110. files = (
  111. 2B3E96D298A3E04003DA2AD3 /* Pods_Asteria_NotificationServiceExtension.framework in Frameworks */,
  112. );
  113. runOnlyForDeploymentPostprocessing = 0;
  114. };
  115. /* End PBXFrameworksBuildPhase section */
  116. /* Begin PBXGroup section */
  117. 5A5FFF81F369698EFECBFE81 /* Frameworks */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */,
  121. 51AF3B78609F55449DF09609 /* Pods_Asteria_NotificationServiceExtension.framework */,
  122. );
  123. name = Frameworks;
  124. sourceTree = "<group>";
  125. };
  126. 8172449129F3B2EC005FA9C9 = {
  127. isa = PBXGroup;
  128. children = (
  129. 8172449C29F3B2ED005FA9C9 /* Asteria */,
  130. 817244BB29F3B81C005FA9C9 /* NotificationServiceExtension */,
  131. 8172449B29F3B2ED005FA9C9 /* Products */,
  132. AD6FCC75A25F3F751CF2E2EB /* Pods */,
  133. 5A5FFF81F369698EFECBFE81 /* Frameworks */,
  134. );
  135. sourceTree = "<group>";
  136. };
  137. 8172449B29F3B2ED005FA9C9 /* Products */ = {
  138. isa = PBXGroup;
  139. children = (
  140. 8172449A29F3B2ED005FA9C9 /* Asteria.app */,
  141. 817244BA29F3B81C005FA9C9 /* NotificationServiceExtension.appex */,
  142. );
  143. name = Products;
  144. sourceTree = "<group>";
  145. };
  146. 8172449C29F3B2ED005FA9C9 /* Asteria */ = {
  147. isa = PBXGroup;
  148. children = (
  149. 81C3B44F29F6699900D79294 /* PreFixHeader.h */,
  150. 9AD364CE2A05EC4500452C7A /* Tabber */,
  151. 9AD364CD2A05EC2700452C7A /* Config */,
  152. 9AD364CC2A05EBE800452C7A /* Fuction */,
  153. 8199001F2A020A4F006FE68C /* Tools */,
  154. 81C3B44B29F6691300D79294 /* Extensions */,
  155. 8172449D29F3B2ED005FA9C9 /* AppDelegate.h */,
  156. 8172449E29F3B2ED005FA9C9 /* AppDelegate.m */,
  157. 81C3B44229F6612800D79294 /* ASBaseViewController.h */,
  158. 81C3B44329F6612800D79294 /* ASBaseViewController.m */,
  159. 81C3B44829F6661500D79294 /* ASBaseNavController.h */,
  160. 81C3B44929F6661500D79294 /* ASBaseNavController.m */,
  161. 81C3B44529F664A500D79294 /* ASTabBarController.h */,
  162. 81C3B44629F664A500D79294 /* ASTabBarController.m */,
  163. 817244A929F3B2EE005FA9C9 /* Assets.xcassets */,
  164. 817244AB29F3B2EE005FA9C9 /* LaunchScreen.storyboard */,
  165. 817244AE29F3B2EE005FA9C9 /* Info.plist */,
  166. 817244AF29F3B2EE005FA9C9 /* main.m */,
  167. );
  168. path = Asteria;
  169. sourceTree = "<group>";
  170. };
  171. 817244BB29F3B81C005FA9C9 /* NotificationServiceExtension */ = {
  172. isa = PBXGroup;
  173. children = (
  174. 817244BC29F3B81C005FA9C9 /* NotificationService.h */,
  175. 817244BD29F3B81C005FA9C9 /* NotificationService.m */,
  176. 817244BF29F3B81C005FA9C9 /* Info.plist */,
  177. );
  178. path = NotificationServiceExtension;
  179. sourceTree = "<group>";
  180. };
  181. 8199001F2A020A4F006FE68C /* Tools */ = {
  182. isa = PBXGroup;
  183. children = (
  184. 819900202A020A6F006FE68C /* LYTools.h */,
  185. 819900212A020A6F006FE68C /* LYTools.m */,
  186. );
  187. path = Tools;
  188. sourceTree = "<group>";
  189. };
  190. 81C3B44B29F6691300D79294 /* Extensions */ = {
  191. isa = PBXGroup;
  192. children = (
  193. 81C3B45329F66C1700D79294 /* UIView+PublicInit.h */,
  194. 81C3B45429F66C1700D79294 /* UIView+PublicInit.m */,
  195. 81932E2929F7539B007C37AF /* UIColor+AS.h */,
  196. 81932E2A29F7539B007C37AF /* UIColor+AS.m */,
  197. );
  198. path = Extensions;
  199. sourceTree = "<group>";
  200. };
  201. 9A337E342A04EE1A00D058A5 /* BViewController */ = {
  202. isa = PBXGroup;
  203. children = (
  204. 9A337E352A04EE1A00D058A5 /* Tatgets */,
  205. 9A337E382A04EE1A00D058A5 /* BViewController.h */,
  206. 9A337E392A04EE1A00D058A5 /* BViewController.m */,
  207. );
  208. path = BViewController;
  209. sourceTree = "<group>";
  210. };
  211. 9A337E352A04EE1A00D058A5 /* Tatgets */ = {
  212. isa = PBXGroup;
  213. children = (
  214. 9A337E362A04EE1A00D058A5 /* Target_B.m */,
  215. 9A337E372A04EE1A00D058A5 /* Target_B.h */,
  216. );
  217. path = Tatgets;
  218. sourceTree = "<group>";
  219. };
  220. 9A337E4B2A04F42500D058A5 /* AMoule */ = {
  221. isa = PBXGroup;
  222. children = (
  223. 9A337E4C2A04F46600D058A5 /* AViewController.h */,
  224. 9A337E4D2A04F46600D058A5 /* AViewController.m */,
  225. );
  226. path = AMoule;
  227. sourceTree = "<group>";
  228. };
  229. 9A337E4F2A04FA0A00D058A5 /* Goods */ = {
  230. isa = PBXGroup;
  231. children = (
  232. 9AD364C82A05E77200452C7A /* M */,
  233. 9AD364C72A05E76D00452C7A /* V */,
  234. 9AD364C32A05E71000452C7A /* VC */,
  235. 9AD364BF2A05E68400452C7A /* Target */,
  236. );
  237. path = Goods;
  238. sourceTree = "<group>";
  239. };
  240. 9AD364BF2A05E68400452C7A /* Target */ = {
  241. isa = PBXGroup;
  242. children = (
  243. 9A788C422A08A663003E0025 /* Target_Goods.h */,
  244. 9A788C432A08A663003E0025 /* Target_Goods.m */,
  245. );
  246. path = Target;
  247. sourceTree = "<group>";
  248. };
  249. 9AD364C32A05E71000452C7A /* VC */ = {
  250. isa = PBXGroup;
  251. children = (
  252. 9AD364C42A05E73E00452C7A /* AS_GoodsDetailsC.h */,
  253. 9AD364C52A05E73E00452C7A /* AS_GoodsDetailsC.m */,
  254. );
  255. path = VC;
  256. sourceTree = "<group>";
  257. };
  258. 9AD364C72A05E76D00452C7A /* V */ = {
  259. isa = PBXGroup;
  260. children = (
  261. );
  262. path = V;
  263. sourceTree = "<group>";
  264. };
  265. 9AD364C82A05E77200452C7A /* M */ = {
  266. isa = PBXGroup;
  267. children = (
  268. );
  269. path = M;
  270. sourceTree = "<group>";
  271. };
  272. 9AD364CC2A05EBE800452C7A /* Fuction */ = {
  273. isa = PBXGroup;
  274. children = (
  275. 9A337E4F2A04FA0A00D058A5 /* Goods */,
  276. 9A337E4B2A04F42500D058A5 /* AMoule */,
  277. 9A337E342A04EE1A00D058A5 /* BViewController */,
  278. );
  279. path = Fuction;
  280. sourceTree = "<group>";
  281. };
  282. 9AD364CD2A05EC2700452C7A /* Config */ = {
  283. isa = PBXGroup;
  284. children = (
  285. 81C3B45029F669C900D79294 /* ColorDefine.h */,
  286. 8199001E2A0206F7006FE68C /* SizeDefine.h */,
  287. );
  288. path = Config;
  289. sourceTree = "<group>";
  290. };
  291. 9AD364CE2A05EC4500452C7A /* Tabber */ = {
  292. isa = PBXGroup;
  293. children = (
  294. 9AD364CF2A05EC7800452C7A /* AS_TabBarViewController.h */,
  295. 9AD364D02A05EC7800452C7A /* AS_TabBarViewController.m */,
  296. );
  297. path = Tabber;
  298. sourceTree = "<group>";
  299. };
  300. AD6FCC75A25F3F751CF2E2EB /* Pods */ = {
  301. isa = PBXGroup;
  302. children = (
  303. 3C97D3C0DD5DB3DCA3FF46B8 /* Pods-Asteria.debug.xcconfig */,
  304. 2A57FEE3AE67604607B5A6DE /* Pods-Asteria.release.xcconfig */,
  305. F28014612B0095476AA5BC1B /* Pods-Asteria-NotificationServiceExtension.debug.xcconfig */,
  306. 3757F38E691966CC4F482D46 /* Pods-Asteria-NotificationServiceExtension.release.xcconfig */,
  307. );
  308. path = Pods;
  309. sourceTree = "<group>";
  310. };
  311. /* End PBXGroup section */
  312. /* Begin PBXNativeTarget section */
  313. 8172449929F3B2ED005FA9C9 /* Asteria */ = {
  314. isa = PBXNativeTarget;
  315. buildConfigurationList = 817244B329F3B2EE005FA9C9 /* Build configuration list for PBXNativeTarget "Asteria" */;
  316. buildPhases = (
  317. 99A0BC3099EF658C7572EE53 /* [CP] Check Pods Manifest.lock */,
  318. 8172449629F3B2ED005FA9C9 /* Sources */,
  319. 8172449729F3B2ED005FA9C9 /* Frameworks */,
  320. 8172449829F3B2ED005FA9C9 /* Resources */,
  321. 817244C329F3B81C005FA9C9 /* Embed Foundation Extensions */,
  322. 3B92BBFD060A2570947ECE79 /* [CP] Embed Pods Frameworks */,
  323. 98D74E56EC226FF60623E369 /* [CP] Copy Pods Resources */,
  324. );
  325. buildRules = (
  326. );
  327. dependencies = (
  328. 817244C129F3B81C005FA9C9 /* PBXTargetDependency */,
  329. );
  330. name = Asteria;
  331. productName = Asteria;
  332. productReference = 8172449A29F3B2ED005FA9C9 /* Asteria.app */;
  333. productType = "com.apple.product-type.application";
  334. };
  335. 817244B929F3B81C005FA9C9 /* NotificationServiceExtension */ = {
  336. isa = PBXNativeTarget;
  337. buildConfigurationList = 817244C629F3B81C005FA9C9 /* Build configuration list for PBXNativeTarget "NotificationServiceExtension" */;
  338. buildPhases = (
  339. 3E1D2F88A7C35F41F9DF89B3 /* [CP] Check Pods Manifest.lock */,
  340. 817244B629F3B81C005FA9C9 /* Sources */,
  341. 817244B729F3B81C005FA9C9 /* Frameworks */,
  342. 817244B829F3B81C005FA9C9 /* Resources */,
  343. 19CF3293FFA4BAF08C679C6D /* [CP] Copy Pods Resources */,
  344. );
  345. buildRules = (
  346. );
  347. dependencies = (
  348. );
  349. name = NotificationServiceExtension;
  350. productName = NotificationServiceExtension;
  351. productReference = 817244BA29F3B81C005FA9C9 /* NotificationServiceExtension.appex */;
  352. productType = "com.apple.product-type.app-extension";
  353. };
  354. /* End PBXNativeTarget section */
  355. /* Begin PBXProject section */
  356. 8172449229F3B2EC005FA9C9 /* Project object */ = {
  357. isa = PBXProject;
  358. attributes = {
  359. BuildIndependentTargetsInParallel = 1;
  360. LastUpgradeCheck = 1420;
  361. TargetAttributes = {
  362. 8172449929F3B2ED005FA9C9 = {
  363. CreatedOnToolsVersion = 14.2;
  364. };
  365. 817244B929F3B81C005FA9C9 = {
  366. CreatedOnToolsVersion = 14.2;
  367. };
  368. };
  369. };
  370. buildConfigurationList = 8172449529F3B2EC005FA9C9 /* Build configuration list for PBXProject "Asteria" */;
  371. compatibilityVersion = "Xcode 13.0";
  372. developmentRegion = en;
  373. hasScannedForEncodings = 0;
  374. knownRegions = (
  375. en,
  376. Base,
  377. );
  378. mainGroup = 8172449129F3B2EC005FA9C9;
  379. productRefGroup = 8172449B29F3B2ED005FA9C9 /* Products */;
  380. projectDirPath = "";
  381. projectRoot = "";
  382. targets = (
  383. 8172449929F3B2ED005FA9C9 /* Asteria */,
  384. 817244B929F3B81C005FA9C9 /* NotificationServiceExtension */,
  385. );
  386. };
  387. /* End PBXProject section */
  388. /* Begin PBXResourcesBuildPhase section */
  389. 8172449829F3B2ED005FA9C9 /* Resources */ = {
  390. isa = PBXResourcesBuildPhase;
  391. buildActionMask = 2147483647;
  392. files = (
  393. 817244AD29F3B2EE005FA9C9 /* LaunchScreen.storyboard in Resources */,
  394. 817244AA29F3B2EE005FA9C9 /* Assets.xcassets in Resources */,
  395. );
  396. runOnlyForDeploymentPostprocessing = 0;
  397. };
  398. 817244B829F3B81C005FA9C9 /* Resources */ = {
  399. isa = PBXResourcesBuildPhase;
  400. buildActionMask = 2147483647;
  401. files = (
  402. );
  403. runOnlyForDeploymentPostprocessing = 0;
  404. };
  405. /* End PBXResourcesBuildPhase section */
  406. /* Begin PBXShellScriptBuildPhase section */
  407. 19CF3293FFA4BAF08C679C6D /* [CP] Copy Pods Resources */ = {
  408. isa = PBXShellScriptBuildPhase;
  409. buildActionMask = 2147483647;
  410. files = (
  411. );
  412. inputFileListPaths = (
  413. "${PODS_ROOT}/Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension-resources-${CONFIGURATION}-input-files.xcfilelist",
  414. );
  415. name = "[CP] Copy Pods Resources";
  416. outputFileListPaths = (
  417. "${PODS_ROOT}/Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension-resources-${CONFIGURATION}-output-files.xcfilelist",
  418. );
  419. runOnlyForDeploymentPostprocessing = 0;
  420. shellPath = /bin/sh;
  421. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension-resources.sh\"\n";
  422. showEnvVarsInLog = 0;
  423. };
  424. 3B92BBFD060A2570947ECE79 /* [CP] Embed Pods Frameworks */ = {
  425. isa = PBXShellScriptBuildPhase;
  426. buildActionMask = 2147483647;
  427. files = (
  428. );
  429. inputFileListPaths = (
  430. "${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  431. );
  432. name = "[CP] Embed Pods Frameworks";
  433. outputFileListPaths = (
  434. "${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  435. );
  436. runOnlyForDeploymentPostprocessing = 0;
  437. shellPath = /bin/sh;
  438. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-frameworks.sh\"\n";
  439. showEnvVarsInLog = 0;
  440. };
  441. 3E1D2F88A7C35F41F9DF89B3 /* [CP] Check Pods Manifest.lock */ = {
  442. isa = PBXShellScriptBuildPhase;
  443. buildActionMask = 2147483647;
  444. files = (
  445. );
  446. inputFileListPaths = (
  447. );
  448. inputPaths = (
  449. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  450. "${PODS_ROOT}/Manifest.lock",
  451. );
  452. name = "[CP] Check Pods Manifest.lock";
  453. outputFileListPaths = (
  454. );
  455. outputPaths = (
  456. "$(DERIVED_FILE_DIR)/Pods-Asteria-NotificationServiceExtension-checkManifestLockResult.txt",
  457. );
  458. runOnlyForDeploymentPostprocessing = 0;
  459. shellPath = /bin/sh;
  460. 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";
  461. showEnvVarsInLog = 0;
  462. };
  463. 98D74E56EC226FF60623E369 /* [CP] Copy Pods Resources */ = {
  464. isa = PBXShellScriptBuildPhase;
  465. buildActionMask = 2147483647;
  466. files = (
  467. );
  468. inputFileListPaths = (
  469. "${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-resources-${CONFIGURATION}-input-files.xcfilelist",
  470. );
  471. name = "[CP] Copy Pods Resources";
  472. outputFileListPaths = (
  473. "${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-resources-${CONFIGURATION}-output-files.xcfilelist",
  474. );
  475. runOnlyForDeploymentPostprocessing = 0;
  476. shellPath = /bin/sh;
  477. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-resources.sh\"\n";
  478. showEnvVarsInLog = 0;
  479. };
  480. 99A0BC3099EF658C7572EE53 /* [CP] Check Pods Manifest.lock */ = {
  481. isa = PBXShellScriptBuildPhase;
  482. buildActionMask = 2147483647;
  483. files = (
  484. );
  485. inputFileListPaths = (
  486. );
  487. inputPaths = (
  488. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  489. "${PODS_ROOT}/Manifest.lock",
  490. );
  491. name = "[CP] Check Pods Manifest.lock";
  492. outputFileListPaths = (
  493. );
  494. outputPaths = (
  495. "$(DERIVED_FILE_DIR)/Pods-Asteria-checkManifestLockResult.txt",
  496. );
  497. runOnlyForDeploymentPostprocessing = 0;
  498. shellPath = /bin/sh;
  499. 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";
  500. showEnvVarsInLog = 0;
  501. };
  502. /* End PBXShellScriptBuildPhase section */
  503. /* Begin PBXSourcesBuildPhase section */
  504. 8172449629F3B2ED005FA9C9 /* Sources */ = {
  505. isa = PBXSourcesBuildPhase;
  506. buildActionMask = 2147483647;
  507. files = (
  508. 8172449F29F3B2ED005FA9C9 /* AppDelegate.m in Sources */,
  509. 817244B029F3B2EE005FA9C9 /* main.m in Sources */,
  510. 9A337E4E2A04F46600D058A5 /* AViewController.m in Sources */,
  511. 819900222A020A6F006FE68C /* LYTools.m in Sources */,
  512. 9A337E3B2A04EE1A00D058A5 /* BViewController.m in Sources */,
  513. 9AD364D12A05EC7800452C7A /* AS_TabBarViewController.m in Sources */,
  514. 81C3B44429F6612800D79294 /* ASBaseViewController.m in Sources */,
  515. 81C3B44A29F6661500D79294 /* ASBaseNavController.m in Sources */,
  516. 81C3B44729F664A500D79294 /* ASTabBarController.m in Sources */,
  517. 9A788C442A08A663003E0025 /* Target_Goods.m in Sources */,
  518. 9A337E3A2A04EE1A00D058A5 /* Target_B.m in Sources */,
  519. 9AD364C62A05E73E00452C7A /* AS_GoodsDetailsC.m in Sources */,
  520. 81C3B45529F66C1700D79294 /* UIView+PublicInit.m in Sources */,
  521. 81932E2B29F7539B007C37AF /* UIColor+AS.m in Sources */,
  522. );
  523. runOnlyForDeploymentPostprocessing = 0;
  524. };
  525. 817244B629F3B81C005FA9C9 /* Sources */ = {
  526. isa = PBXSourcesBuildPhase;
  527. buildActionMask = 2147483647;
  528. files = (
  529. 817244BE29F3B81C005FA9C9 /* NotificationService.m in Sources */,
  530. );
  531. runOnlyForDeploymentPostprocessing = 0;
  532. };
  533. /* End PBXSourcesBuildPhase section */
  534. /* Begin PBXTargetDependency section */
  535. 817244C129F3B81C005FA9C9 /* PBXTargetDependency */ = {
  536. isa = PBXTargetDependency;
  537. target = 817244B929F3B81C005FA9C9 /* NotificationServiceExtension */;
  538. targetProxy = 817244C029F3B81C005FA9C9 /* PBXContainerItemProxy */;
  539. };
  540. /* End PBXTargetDependency section */
  541. /* Begin PBXVariantGroup section */
  542. 817244AB29F3B2EE005FA9C9 /* LaunchScreen.storyboard */ = {
  543. isa = PBXVariantGroup;
  544. children = (
  545. 817244AC29F3B2EE005FA9C9 /* Base */,
  546. );
  547. name = LaunchScreen.storyboard;
  548. sourceTree = "<group>";
  549. };
  550. /* End PBXVariantGroup section */
  551. /* Begin XCBuildConfiguration section */
  552. 817244B129F3B2EE005FA9C9 /* Debug */ = {
  553. isa = XCBuildConfiguration;
  554. buildSettings = {
  555. ALWAYS_SEARCH_USER_PATHS = NO;
  556. CLANG_ANALYZER_NONNULL = YES;
  557. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  558. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  559. CLANG_ENABLE_MODULES = YES;
  560. CLANG_ENABLE_OBJC_ARC = YES;
  561. CLANG_ENABLE_OBJC_WEAK = YES;
  562. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  563. CLANG_WARN_BOOL_CONVERSION = YES;
  564. CLANG_WARN_COMMA = YES;
  565. CLANG_WARN_CONSTANT_CONVERSION = YES;
  566. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  567. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  568. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  569. CLANG_WARN_EMPTY_BODY = YES;
  570. CLANG_WARN_ENUM_CONVERSION = YES;
  571. CLANG_WARN_INFINITE_RECURSION = YES;
  572. CLANG_WARN_INT_CONVERSION = YES;
  573. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  574. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  575. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  576. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  577. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  578. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  579. CLANG_WARN_STRICT_PROTOTYPES = YES;
  580. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  581. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  582. CLANG_WARN_UNREACHABLE_CODE = YES;
  583. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  584. COPY_PHASE_STRIP = NO;
  585. DEBUG_INFORMATION_FORMAT = dwarf;
  586. ENABLE_STRICT_OBJC_MSGSEND = YES;
  587. ENABLE_TESTABILITY = YES;
  588. GCC_C_LANGUAGE_STANDARD = gnu11;
  589. GCC_DYNAMIC_NO_PIC = NO;
  590. GCC_NO_COMMON_BLOCKS = YES;
  591. GCC_OPTIMIZATION_LEVEL = 0;
  592. GCC_PREPROCESSOR_DEFINITIONS = (
  593. "DEBUG=1",
  594. "$(inherited)",
  595. );
  596. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  597. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  598. GCC_WARN_UNDECLARED_SELECTOR = YES;
  599. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  600. GCC_WARN_UNUSED_FUNCTION = YES;
  601. GCC_WARN_UNUSED_VARIABLE = YES;
  602. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  603. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  604. MTL_FAST_MATH = YES;
  605. ONLY_ACTIVE_ARCH = YES;
  606. SDKROOT = iphoneos;
  607. };
  608. name = Debug;
  609. };
  610. 817244B229F3B2EE005FA9C9 /* Release */ = {
  611. isa = XCBuildConfiguration;
  612. buildSettings = {
  613. ALWAYS_SEARCH_USER_PATHS = NO;
  614. CLANG_ANALYZER_NONNULL = YES;
  615. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  616. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  617. CLANG_ENABLE_MODULES = YES;
  618. CLANG_ENABLE_OBJC_ARC = YES;
  619. CLANG_ENABLE_OBJC_WEAK = YES;
  620. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  621. CLANG_WARN_BOOL_CONVERSION = YES;
  622. CLANG_WARN_COMMA = YES;
  623. CLANG_WARN_CONSTANT_CONVERSION = YES;
  624. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  625. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  626. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  627. CLANG_WARN_EMPTY_BODY = YES;
  628. CLANG_WARN_ENUM_CONVERSION = YES;
  629. CLANG_WARN_INFINITE_RECURSION = YES;
  630. CLANG_WARN_INT_CONVERSION = YES;
  631. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  632. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  633. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  634. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  635. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  636. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  637. CLANG_WARN_STRICT_PROTOTYPES = YES;
  638. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  639. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  640. CLANG_WARN_UNREACHABLE_CODE = YES;
  641. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  642. COPY_PHASE_STRIP = NO;
  643. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  644. ENABLE_NS_ASSERTIONS = NO;
  645. ENABLE_STRICT_OBJC_MSGSEND = YES;
  646. GCC_C_LANGUAGE_STANDARD = gnu11;
  647. GCC_NO_COMMON_BLOCKS = YES;
  648. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  649. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  650. GCC_WARN_UNDECLARED_SELECTOR = YES;
  651. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  652. GCC_WARN_UNUSED_FUNCTION = YES;
  653. GCC_WARN_UNUSED_VARIABLE = YES;
  654. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  655. MTL_ENABLE_DEBUG_INFO = NO;
  656. MTL_FAST_MATH = YES;
  657. SDKROOT = iphoneos;
  658. VALIDATE_PRODUCT = YES;
  659. };
  660. name = Release;
  661. };
  662. 817244B429F3B2EE005FA9C9 /* Debug */ = {
  663. isa = XCBuildConfiguration;
  664. baseConfigurationReference = 3C97D3C0DD5DB3DCA3FF46B8 /* Pods-Asteria.debug.xcconfig */;
  665. buildSettings = {
  666. APPLICATION_EXTENSION_API_ONLY = NO;
  667. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  668. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  669. CODE_SIGN_STYLE = Automatic;
  670. CURRENT_PROJECT_VERSION = 1;
  671. DEVELOPMENT_TEAM = BUGL3DWWB7;
  672. GCC_PREFIX_HEADER = "$(SRCROOT)/Asteria/PreFixHeader.h";
  673. GENERATE_INFOPLIST_FILE = YES;
  674. INFOPLIST_FILE = Asteria/Info.plist;
  675. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  676. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  677. INFOPLIST_KEY_UIMainStoryboardFile = "";
  678. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  679. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  680. LD_RUNPATH_SEARCH_PATHS = (
  681. "$(inherited)",
  682. "@executable_path/Frameworks",
  683. );
  684. MARKETING_VERSION = 1.0;
  685. PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria;
  686. PRODUCT_NAME = "$(TARGET_NAME)";
  687. SWIFT_EMIT_LOC_STRINGS = YES;
  688. TARGETED_DEVICE_FAMILY = "1,2";
  689. };
  690. name = Debug;
  691. };
  692. 817244B529F3B2EE005FA9C9 /* Release */ = {
  693. isa = XCBuildConfiguration;
  694. baseConfigurationReference = 2A57FEE3AE67604607B5A6DE /* Pods-Asteria.release.xcconfig */;
  695. buildSettings = {
  696. APPLICATION_EXTENSION_API_ONLY = NO;
  697. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  698. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  699. CODE_SIGN_STYLE = Automatic;
  700. CURRENT_PROJECT_VERSION = 1;
  701. DEVELOPMENT_TEAM = BUGL3DWWB7;
  702. GCC_PREFIX_HEADER = "$(SRCROOT)/Asteria/PreFixHeader.h";
  703. GENERATE_INFOPLIST_FILE = YES;
  704. INFOPLIST_FILE = Asteria/Info.plist;
  705. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  706. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  707. INFOPLIST_KEY_UIMainStoryboardFile = "";
  708. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  709. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  710. LD_RUNPATH_SEARCH_PATHS = (
  711. "$(inherited)",
  712. "@executable_path/Frameworks",
  713. );
  714. MARKETING_VERSION = 1.0;
  715. PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria;
  716. PRODUCT_NAME = "$(TARGET_NAME)";
  717. SWIFT_EMIT_LOC_STRINGS = YES;
  718. TARGETED_DEVICE_FAMILY = "1,2";
  719. };
  720. name = Release;
  721. };
  722. 817244C429F3B81C005FA9C9 /* Debug */ = {
  723. isa = XCBuildConfiguration;
  724. baseConfigurationReference = F28014612B0095476AA5BC1B /* Pods-Asteria-NotificationServiceExtension.debug.xcconfig */;
  725. buildSettings = {
  726. CODE_SIGN_STYLE = Automatic;
  727. CURRENT_PROJECT_VERSION = 1;
  728. DEVELOPMENT_TEAM = BUGL3DWWB7;
  729. GENERATE_INFOPLIST_FILE = YES;
  730. INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
  731. INFOPLIST_KEY_CFBundleDisplayName = NotificationServiceExtension;
  732. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  733. LD_RUNPATH_SEARCH_PATHS = (
  734. "$(inherited)",
  735. "@executable_path/Frameworks",
  736. "@executable_path/../../Frameworks",
  737. );
  738. MARKETING_VERSION = 1.0;
  739. PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria.NotificationServiceExtension;
  740. PRODUCT_NAME = "$(TARGET_NAME)";
  741. SKIP_INSTALL = YES;
  742. SWIFT_EMIT_LOC_STRINGS = YES;
  743. TARGETED_DEVICE_FAMILY = "1,2";
  744. };
  745. name = Debug;
  746. };
  747. 817244C529F3B81C005FA9C9 /* Release */ = {
  748. isa = XCBuildConfiguration;
  749. baseConfigurationReference = 3757F38E691966CC4F482D46 /* Pods-Asteria-NotificationServiceExtension.release.xcconfig */;
  750. buildSettings = {
  751. CODE_SIGN_STYLE = Automatic;
  752. CURRENT_PROJECT_VERSION = 1;
  753. DEVELOPMENT_TEAM = BUGL3DWWB7;
  754. GENERATE_INFOPLIST_FILE = YES;
  755. INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
  756. INFOPLIST_KEY_CFBundleDisplayName = NotificationServiceExtension;
  757. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  758. LD_RUNPATH_SEARCH_PATHS = (
  759. "$(inherited)",
  760. "@executable_path/Frameworks",
  761. "@executable_path/../../Frameworks",
  762. );
  763. MARKETING_VERSION = 1.0;
  764. PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria.NotificationServiceExtension;
  765. PRODUCT_NAME = "$(TARGET_NAME)";
  766. SKIP_INSTALL = YES;
  767. SWIFT_EMIT_LOC_STRINGS = YES;
  768. TARGETED_DEVICE_FAMILY = "1,2";
  769. };
  770. name = Release;
  771. };
  772. /* End XCBuildConfiguration section */
  773. /* Begin XCConfigurationList section */
  774. 8172449529F3B2EC005FA9C9 /* Build configuration list for PBXProject "Asteria" */ = {
  775. isa = XCConfigurationList;
  776. buildConfigurations = (
  777. 817244B129F3B2EE005FA9C9 /* Debug */,
  778. 817244B229F3B2EE005FA9C9 /* Release */,
  779. );
  780. defaultConfigurationIsVisible = 0;
  781. defaultConfigurationName = Release;
  782. };
  783. 817244B329F3B2EE005FA9C9 /* Build configuration list for PBXNativeTarget "Asteria" */ = {
  784. isa = XCConfigurationList;
  785. buildConfigurations = (
  786. 817244B429F3B2EE005FA9C9 /* Debug */,
  787. 817244B529F3B2EE005FA9C9 /* Release */,
  788. );
  789. defaultConfigurationIsVisible = 0;
  790. defaultConfigurationName = Release;
  791. };
  792. 817244C629F3B81C005FA9C9 /* Build configuration list for PBXNativeTarget "NotificationServiceExtension" */ = {
  793. isa = XCConfigurationList;
  794. buildConfigurations = (
  795. 817244C429F3B81C005FA9C9 /* Debug */,
  796. 817244C529F3B81C005FA9C9 /* Release */,
  797. );
  798. defaultConfigurationIsVisible = 0;
  799. defaultConfigurationName = Release;
  800. };
  801. /* End XCConfigurationList section */
  802. };
  803. rootObject = 8172449229F3B2EC005FA9C9 /* Project object */;
  804. }