project.pbxproj 35 KB

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