project.pbxproj 34 KB

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