project.pbxproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 02024E60283D7CBB0064224A /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02024E5F283D7CBB0064224A /* Extensions.swift */; };
  10. 9407EDDA284ADE1F00C1C334 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9407EDD9284ADE1F00C1C334 /* User.swift */; };
  11. 9407EDDB284ADE1F00C1C334 /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9407EDD9284ADE1F00C1C334 /* User.swift */; };
  12. 9474F1C1282F2AA700CDE4DD /* AppMain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1C0282F2AA700CDE4DD /* AppMain.swift */; };
  13. 9474F1C3282F2AA700CDE4DD /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1C2282F2AA700CDE4DD /* ContentView.swift */; };
  14. 9474F1C5282F2AA800CDE4DD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9474F1C4282F2AA800CDE4DD /* Assets.xcassets */; };
  15. 9474F1C8282F2AA800CDE4DD /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9474F1C7282F2AA800CDE4DD /* Preview Assets.xcassets */; };
  16. 9474F1D0282F2BB600CDE4DD /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = 9474F1CF282F2BB600CDE4DD /* FirebaseMessaging */; };
  17. 9474F1D2282F2D2C00CDE4DD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1D1282F2D2C00CDE4DD /* AppDelegate.swift */; };
  18. 9474F1DC282F30B500CDE4DD /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9474F1DB282F30B500CDE4DD /* GoogleService-Info.plist */; };
  19. 9474F1E7282F3FFD00CDE4DD /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1E6282F3FFD00CDE4DD /* NotificationService.swift */; };
  20. 9474F1EB282F3FFD00CDE4DD /* ntfyNSE.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 9474F1E4282F3FFD00CDE4DD /* ntfyNSE.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  21. 9474F1F22830825600CDE4DD /* SubscriptionListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1F12830825600CDE4DD /* SubscriptionListView.swift */; };
  22. 9474F1F72830830700CDE4DD /* ntfy.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1F52830830700CDE4DD /* ntfy.xcdatamodeld */; };
  23. 9474F1F92830835400CDE4DD /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1F82830835400CDE4DD /* Store.swift */; };
  24. 9474F1FD2831311A00CDE4DD /* SubscriptionAddView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1FC2831311A00CDE4DD /* SubscriptionAddView.swift */; };
  25. 9474F1FF28316ACE00CDE4DD /* Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1FE28316ACE00CDE4DD /* Subscription.swift */; };
  26. 9474F2052831D51500CDE4DD /* Store.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1F82830835400CDE4DD /* Store.swift */; };
  27. 9474F2062831D73C00CDE4DD /* ntfy.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1F52830830700CDE4DD /* ntfy.xcdatamodeld */; };
  28. 9474F20928331F3A00CDE4DD /* NotificationListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F20728331F3900CDE4DD /* NotificationListView.swift */; };
  29. 9474F20C283321C300CDE4DD /* Notification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F20B283321C300CDE4DD /* Notification.swift */; };
  30. 9474F20F283326C500CDE4DD /* ApiService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F20E283326C500CDE4DD /* ApiService.swift */; };
  31. 9474F212283327C200CDE4DD /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F211283327C200CDE4DD /* Helpers.swift */; };
  32. 9474F2132834755A00CDE4DD /* Notification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F20B283321C300CDE4DD /* Notification.swift */; };
  33. 9474F2142834755E00CDE4DD /* Subscription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F1FE28316ACE00CDE4DD /* Subscription.swift */; };
  34. 9474F2152834758700CDE4DD /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F211283327C200CDE4DD /* Helpers.swift */; };
  35. 9474F217283531A300CDE4DD /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F216283531A200CDE4DD /* Log.swift */; };
  36. 94867143283EC9960093C7A4 /* Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94867142283EC9950093C7A4 /* Actions.swift */; };
  37. 94867144283ECD370093C7A4 /* Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94867142283EC9950093C7A4 /* Actions.swift */; };
  38. 94867145284058C60093C7A4 /* ApiService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F20E283326C500CDE4DD /* ApiService.swift */; };
  39. 948671472841B0B20093C7A4 /* NotificationContent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 948671462841B0B20093C7A4 /* NotificationContent.swift */; };
  40. 948671482841B1430093C7A4 /* NotificationContent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 948671462841B0B20093C7A4 /* NotificationContent.swift */; };
  41. 9486714A2841D0CE0093C7A4 /* ActionExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 948671492841D0CE0093C7A4 /* ActionExecutor.swift */; };
  42. 94A3F7C8283734D900C48E79 /* SubscriptionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A3F7C7283734D900C48E79 /* SubscriptionManager.swift */; };
  43. 94A3F7CA28386B2100C48E79 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A3F7C928386B2100C48E79 /* Config.swift */; };
  44. 94A3F7CB28386B2100C48E79 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A3F7C928386B2100C48E79 /* Config.swift */; };
  45. 94B736D5284AF9B2003D69FB /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B736D4284AF9B2003D69FB /* SettingsView.swift */; };
  46. 94B736D7284AF9BE003D69FB /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B736D6284AF9BE003D69FB /* MainView.swift */; };
  47. 94CD1966283E662900973B93 /* emojis.json in Resources */ = {isa = PBXBuildFile; fileRef = 94CD1965283E662900973B93 /* emojis.json */; };
  48. 94CD1967283E662900973B93 /* emojis.json in Resources */ = {isa = PBXBuildFile; fileRef = 94CD1965283E662900973B93 /* emojis.json */; };
  49. 94CD196A283E666900973B93 /* EmojiManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94CD1969283E666900973B93 /* EmojiManager.swift */; };
  50. 94CD196B283E666900973B93 /* EmojiManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94CD1969283E666900973B93 /* EmojiManager.swift */; };
  51. 94E9196C28353E0100F30170 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9474F216283531A200CDE4DD /* Log.swift */; };
  52. /* End PBXBuildFile section */
  53. /* Begin PBXContainerItemProxy section */
  54. 9474F1E9282F3FFD00CDE4DD /* PBXContainerItemProxy */ = {
  55. isa = PBXContainerItemProxy;
  56. containerPortal = 9474F1B5282F2AA700CDE4DD /* Project object */;
  57. proxyType = 1;
  58. remoteGlobalIDString = 9474F1E3282F3FFD00CDE4DD;
  59. remoteInfo = ntfyNSE;
  60. };
  61. /* End PBXContainerItemProxy section */
  62. /* Begin PBXCopyFilesBuildPhase section */
  63. 9474F1EF282F3FFD00CDE4DD /* Embed App Extensions */ = {
  64. isa = PBXCopyFilesBuildPhase;
  65. buildActionMask = 2147483647;
  66. dstPath = "";
  67. dstSubfolderSpec = 13;
  68. files = (
  69. 9474F1EB282F3FFD00CDE4DD /* ntfyNSE.appex in Embed App Extensions */,
  70. );
  71. name = "Embed App Extensions";
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. /* End PBXCopyFilesBuildPhase section */
  75. /* Begin PBXFileReference section */
  76. 02024E5F283D7CBB0064224A /* Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
  77. 9407EDD9284ADE1F00C1C334 /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
  78. 9474F1BD282F2AA700CDE4DD /* ntfy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ntfy.app; sourceTree = BUILT_PRODUCTS_DIR; };
  79. 9474F1C0282F2AA700CDE4DD /* AppMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppMain.swift; sourceTree = "<group>"; };
  80. 9474F1C2282F2AA700CDE4DD /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  81. 9474F1C4282F2AA800CDE4DD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  82. 9474F1C7282F2AA800CDE4DD /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  83. 9474F1D1282F2D2C00CDE4DD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  84. 9474F1D5282F2FED00CDE4DD /* ntfy.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ntfy.entitlements; sourceTree = "<group>"; };
  85. 9474F1D6282F2FF700CDE4DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  86. 9474F1DB282F30B500CDE4DD /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  87. 9474F1E4282F3FFD00CDE4DD /* ntfyNSE.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ntfyNSE.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  88. 9474F1E6282F3FFD00CDE4DD /* NotificationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationService.swift; sourceTree = "<group>"; };
  89. 9474F1E8282F3FFD00CDE4DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  90. 9474F1F12830825600CDE4DD /* SubscriptionListView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubscriptionListView.swift; sourceTree = "<group>"; };
  91. 9474F1F62830830700CDE4DD /* Model.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model.xcdatamodel; sourceTree = "<group>"; };
  92. 9474F1F82830835400CDE4DD /* Store.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Store.swift; sourceTree = "<group>"; };
  93. 9474F1FC2831311A00CDE4DD /* SubscriptionAddView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubscriptionAddView.swift; sourceTree = "<group>"; };
  94. 9474F1FE28316ACE00CDE4DD /* Subscription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Subscription.swift; sourceTree = "<group>"; };
  95. 9474F2042831CDBF00CDE4DD /* ntfyNSE.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ntfyNSE.entitlements; sourceTree = "<group>"; };
  96. 9474F20728331F3900CDE4DD /* NotificationListView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationListView.swift; sourceTree = "<group>"; };
  97. 9474F20B283321C300CDE4DD /* Notification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notification.swift; sourceTree = "<group>"; };
  98. 9474F20E283326C500CDE4DD /* ApiService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApiService.swift; sourceTree = "<group>"; };
  99. 9474F211283327C200CDE4DD /* Helpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Helpers.swift; sourceTree = "<group>"; };
  100. 9474F216283531A200CDE4DD /* Log.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = "<group>"; };
  101. 94867142283EC9950093C7A4 /* Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Actions.swift; sourceTree = "<group>"; };
  102. 948671462841B0B20093C7A4 /* NotificationContent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationContent.swift; sourceTree = "<group>"; };
  103. 948671492841D0CE0093C7A4 /* ActionExecutor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionExecutor.swift; sourceTree = "<group>"; };
  104. 94A3F7C7283734D900C48E79 /* SubscriptionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionManager.swift; sourceTree = "<group>"; };
  105. 94A3F7C928386B2100C48E79 /* Config.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; };
  106. 94B736D4284AF9B2003D69FB /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
  107. 94B736D6284AF9BE003D69FB /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
  108. 94CD1965283E662900973B93 /* emojis.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = emojis.json; sourceTree = "<group>"; };
  109. 94CD1969283E666900973B93 /* EmojiManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmojiManager.swift; sourceTree = "<group>"; };
  110. /* End PBXFileReference section */
  111. /* Begin PBXFrameworksBuildPhase section */
  112. 9474F1BA282F2AA700CDE4DD /* Frameworks */ = {
  113. isa = PBXFrameworksBuildPhase;
  114. buildActionMask = 2147483647;
  115. files = (
  116. 9474F1D0282F2BB600CDE4DD /* FirebaseMessaging in Frameworks */,
  117. );
  118. runOnlyForDeploymentPostprocessing = 0;
  119. };
  120. 9474F1E1282F3FFD00CDE4DD /* Frameworks */ = {
  121. isa = PBXFrameworksBuildPhase;
  122. buildActionMask = 2147483647;
  123. files = (
  124. );
  125. runOnlyForDeploymentPostprocessing = 0;
  126. };
  127. /* End PBXFrameworksBuildPhase section */
  128. /* Begin PBXGroup section */
  129. 9474F1B4282F2AA700CDE4DD = {
  130. isa = PBXGroup;
  131. children = (
  132. 9474F1BF282F2AA700CDE4DD /* ntfy */,
  133. 9474F1E5282F3FFD00CDE4DD /* ntfyNSE */,
  134. 9474F1BE282F2AA700CDE4DD /* Products */,
  135. 9474F1DD282F3A2E00CDE4DD /* Frameworks */,
  136. );
  137. sourceTree = "<group>";
  138. };
  139. 9474F1BE282F2AA700CDE4DD /* Products */ = {
  140. isa = PBXGroup;
  141. children = (
  142. 9474F1BD282F2AA700CDE4DD /* ntfy.app */,
  143. 9474F1E4282F3FFD00CDE4DD /* ntfyNSE.appex */,
  144. );
  145. name = Products;
  146. sourceTree = "<group>";
  147. };
  148. 9474F1BF282F2AA700CDE4DD /* ntfy */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 9474F1D5282F2FED00CDE4DD /* ntfy.entitlements */,
  152. 9474F1D6282F2FF700CDE4DD /* Info.plist */,
  153. 9474F20D2833264F00CDE4DD /* App */,
  154. 94CD1968283E663700973B93 /* Assets */,
  155. 9474F2032831725A00CDE4DD /* Persistence */,
  156. 9474F210283326E000CDE4DD /* Utils */,
  157. 9474F202283170F000CDE4DD /* Views */,
  158. );
  159. path = ntfy;
  160. sourceTree = "<group>";
  161. };
  162. 9474F1C6282F2AA800CDE4DD /* Preview Content */ = {
  163. isa = PBXGroup;
  164. children = (
  165. 9474F1C7282F2AA800CDE4DD /* Preview Assets.xcassets */,
  166. );
  167. path = "Preview Content";
  168. sourceTree = "<group>";
  169. };
  170. 9474F1DD282F3A2E00CDE4DD /* Frameworks */ = {
  171. isa = PBXGroup;
  172. children = (
  173. );
  174. name = Frameworks;
  175. sourceTree = "<group>";
  176. };
  177. 9474F1E5282F3FFD00CDE4DD /* ntfyNSE */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 9474F2042831CDBF00CDE4DD /* ntfyNSE.entitlements */,
  181. 9474F1E6282F3FFD00CDE4DD /* NotificationService.swift */,
  182. 9474F1E8282F3FFD00CDE4DD /* Info.plist */,
  183. );
  184. path = ntfyNSE;
  185. sourceTree = "<group>";
  186. };
  187. 9474F202283170F000CDE4DD /* Views */ = {
  188. isa = PBXGroup;
  189. children = (
  190. 02024E5F283D7CBB0064224A /* Extensions.swift */,
  191. 9474F1C2282F2AA700CDE4DD /* ContentView.swift */,
  192. 9474F1FC2831311A00CDE4DD /* SubscriptionAddView.swift */,
  193. 9474F1F12830825600CDE4DD /* SubscriptionListView.swift */,
  194. 94B736D4284AF9B2003D69FB /* SettingsView.swift */,
  195. 94B736D6284AF9BE003D69FB /* MainView.swift */,
  196. 9474F20728331F3900CDE4DD /* NotificationListView.swift */,
  197. );
  198. path = Views;
  199. sourceTree = "<group>";
  200. };
  201. 9474F2032831725A00CDE4DD /* Persistence */ = {
  202. isa = PBXGroup;
  203. children = (
  204. 9474F1F52830830700CDE4DD /* ntfy.xcdatamodeld */,
  205. 9474F1FE28316ACE00CDE4DD /* Subscription.swift */,
  206. 9474F1F82830835400CDE4DD /* Store.swift */,
  207. 9474F20B283321C300CDE4DD /* Notification.swift */,
  208. 94A3F7C7283734D900C48E79 /* SubscriptionManager.swift */,
  209. 9407EDD9284ADE1F00C1C334 /* User.swift */,
  210. );
  211. path = Persistence;
  212. sourceTree = "<group>";
  213. };
  214. 9474F20D2833264F00CDE4DD /* App */ = {
  215. isa = PBXGroup;
  216. children = (
  217. 9474F1D1282F2D2C00CDE4DD /* AppDelegate.swift */,
  218. 9474F1C0282F2AA700CDE4DD /* AppMain.swift */,
  219. );
  220. path = App;
  221. sourceTree = "<group>";
  222. };
  223. 9474F210283326E000CDE4DD /* Utils */ = {
  224. isa = PBXGroup;
  225. children = (
  226. 9474F20E283326C500CDE4DD /* ApiService.swift */,
  227. 94CD1969283E666900973B93 /* EmojiManager.swift */,
  228. 9474F211283327C200CDE4DD /* Helpers.swift */,
  229. 94A3F7C928386B2100C48E79 /* Config.swift */,
  230. 9474F216283531A200CDE4DD /* Log.swift */,
  231. 94867142283EC9950093C7A4 /* Actions.swift */,
  232. 948671462841B0B20093C7A4 /* NotificationContent.swift */,
  233. 948671492841D0CE0093C7A4 /* ActionExecutor.swift */,
  234. );
  235. path = Utils;
  236. sourceTree = "<group>";
  237. };
  238. 94CD1968283E663700973B93 /* Assets */ = {
  239. isa = PBXGroup;
  240. children = (
  241. 9474F1C6282F2AA800CDE4DD /* Preview Content */,
  242. 9474F1C4282F2AA800CDE4DD /* Assets.xcassets */,
  243. 94CD1965283E662900973B93 /* emojis.json */,
  244. 9474F1DB282F30B500CDE4DD /* GoogleService-Info.plist */,
  245. );
  246. path = Assets;
  247. sourceTree = "<group>";
  248. };
  249. /* End PBXGroup section */
  250. /* Begin PBXNativeTarget section */
  251. 9474F1BC282F2AA700CDE4DD /* ntfy */ = {
  252. isa = PBXNativeTarget;
  253. buildConfigurationList = 9474F1CB282F2AA800CDE4DD /* Build configuration list for PBXNativeTarget "ntfy" */;
  254. buildPhases = (
  255. 9474F1B9282F2AA700CDE4DD /* Sources */,
  256. 9474F1BA282F2AA700CDE4DD /* Frameworks */,
  257. 9474F1BB282F2AA700CDE4DD /* Resources */,
  258. 9474F1EF282F3FFD00CDE4DD /* Embed App Extensions */,
  259. );
  260. buildRules = (
  261. );
  262. dependencies = (
  263. 9474F1EA282F3FFD00CDE4DD /* PBXTargetDependency */,
  264. );
  265. name = ntfy;
  266. packageProductDependencies = (
  267. 9474F1CF282F2BB600CDE4DD /* FirebaseMessaging */,
  268. );
  269. productName = ntfy;
  270. productReference = 9474F1BD282F2AA700CDE4DD /* ntfy.app */;
  271. productType = "com.apple.product-type.application";
  272. };
  273. 9474F1E3282F3FFD00CDE4DD /* ntfyNSE */ = {
  274. isa = PBXNativeTarget;
  275. buildConfigurationList = 9474F1EC282F3FFD00CDE4DD /* Build configuration list for PBXNativeTarget "ntfyNSE" */;
  276. buildPhases = (
  277. 9474F1E0282F3FFD00CDE4DD /* Sources */,
  278. 9474F1E1282F3FFD00CDE4DD /* Frameworks */,
  279. 9474F1E2282F3FFD00CDE4DD /* Resources */,
  280. );
  281. buildRules = (
  282. );
  283. dependencies = (
  284. );
  285. name = ntfyNSE;
  286. productName = ntfyNSE;
  287. productReference = 9474F1E4282F3FFD00CDE4DD /* ntfyNSE.appex */;
  288. productType = "com.apple.product-type.app-extension";
  289. };
  290. /* End PBXNativeTarget section */
  291. /* Begin PBXProject section */
  292. 9474F1B5282F2AA700CDE4DD /* Project object */ = {
  293. isa = PBXProject;
  294. attributes = {
  295. BuildIndependentTargetsInParallel = 1;
  296. LastSwiftUpdateCheck = 1330;
  297. LastUpgradeCheck = 1330;
  298. TargetAttributes = {
  299. 9474F1BC282F2AA700CDE4DD = {
  300. CreatedOnToolsVersion = 13.3.1;
  301. };
  302. 9474F1E3282F3FFD00CDE4DD = {
  303. CreatedOnToolsVersion = 13.3.1;
  304. };
  305. };
  306. };
  307. buildConfigurationList = 9474F1B8282F2AA700CDE4DD /* Build configuration list for PBXProject "ntfy" */;
  308. compatibilityVersion = "Xcode 13.0";
  309. developmentRegion = en;
  310. hasScannedForEncodings = 0;
  311. knownRegions = (
  312. en,
  313. Base,
  314. );
  315. mainGroup = 9474F1B4282F2AA700CDE4DD;
  316. packageReferences = (
  317. 9474F1CE282F2BB600CDE4DD /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
  318. );
  319. productRefGroup = 9474F1BE282F2AA700CDE4DD /* Products */;
  320. projectDirPath = "";
  321. projectRoot = "";
  322. targets = (
  323. 9474F1BC282F2AA700CDE4DD /* ntfy */,
  324. 9474F1E3282F3FFD00CDE4DD /* ntfyNSE */,
  325. );
  326. };
  327. /* End PBXProject section */
  328. /* Begin PBXResourcesBuildPhase section */
  329. 9474F1BB282F2AA700CDE4DD /* Resources */ = {
  330. isa = PBXResourcesBuildPhase;
  331. buildActionMask = 2147483647;
  332. files = (
  333. 9474F1C8282F2AA800CDE4DD /* Preview Assets.xcassets in Resources */,
  334. 9474F1C5282F2AA800CDE4DD /* Assets.xcassets in Resources */,
  335. 94CD1966283E662900973B93 /* emojis.json in Resources */,
  336. 9474F1DC282F30B500CDE4DD /* GoogleService-Info.plist in Resources */,
  337. );
  338. runOnlyForDeploymentPostprocessing = 0;
  339. };
  340. 9474F1E2282F3FFD00CDE4DD /* Resources */ = {
  341. isa = PBXResourcesBuildPhase;
  342. buildActionMask = 2147483647;
  343. files = (
  344. 94CD1967283E662900973B93 /* emojis.json in Resources */,
  345. );
  346. runOnlyForDeploymentPostprocessing = 0;
  347. };
  348. /* End PBXResourcesBuildPhase section */
  349. /* Begin PBXSourcesBuildPhase section */
  350. 9474F1B9282F2AA700CDE4DD /* Sources */ = {
  351. isa = PBXSourcesBuildPhase;
  352. buildActionMask = 2147483647;
  353. files = (
  354. 02024E60283D7CBB0064224A /* Extensions.swift in Sources */,
  355. 948671472841B0B20093C7A4 /* NotificationContent.swift in Sources */,
  356. 9474F1F92830835400CDE4DD /* Store.swift in Sources */,
  357. 9474F212283327C200CDE4DD /* Helpers.swift in Sources */,
  358. 9474F217283531A300CDE4DD /* Log.swift in Sources */,
  359. 9474F20928331F3A00CDE4DD /* NotificationListView.swift in Sources */,
  360. 94A3F7C8283734D900C48E79 /* SubscriptionManager.swift in Sources */,
  361. 9474F1D2282F2D2C00CDE4DD /* AppDelegate.swift in Sources */,
  362. 94A3F7CA28386B2100C48E79 /* Config.swift in Sources */,
  363. 9474F1C3282F2AA700CDE4DD /* ContentView.swift in Sources */,
  364. 9474F20C283321C300CDE4DD /* Notification.swift in Sources */,
  365. 9474F1F22830825600CDE4DD /* SubscriptionListView.swift in Sources */,
  366. 9486714A2841D0CE0093C7A4 /* ActionExecutor.swift in Sources */,
  367. 9474F1FD2831311A00CDE4DD /* SubscriptionAddView.swift in Sources */,
  368. 9474F1FF28316ACE00CDE4DD /* Subscription.swift in Sources */,
  369. 94CD196A283E666900973B93 /* EmojiManager.swift in Sources */,
  370. 9474F1C1282F2AA700CDE4DD /* AppMain.swift in Sources */,
  371. 94867143283EC9960093C7A4 /* Actions.swift in Sources */,
  372. 9474F20F283326C500CDE4DD /* ApiService.swift in Sources */,
  373. 94B736D7284AF9BE003D69FB /* MainView.swift in Sources */,
  374. 9474F1F72830830700CDE4DD /* ntfy.xcdatamodeld in Sources */,
  375. 9407EDDA284ADE1F00C1C334 /* User.swift in Sources */,
  376. 94B736D5284AF9B2003D69FB /* SettingsView.swift in Sources */,
  377. );
  378. runOnlyForDeploymentPostprocessing = 0;
  379. };
  380. 9474F1E0282F3FFD00CDE4DD /* Sources */ = {
  381. isa = PBXSourcesBuildPhase;
  382. buildActionMask = 2147483647;
  383. files = (
  384. 9407EDDB284ADE1F00C1C334 /* User.swift in Sources */,
  385. 9474F2132834755A00CDE4DD /* Notification.swift in Sources */,
  386. 94E9196C28353E0100F30170 /* Log.swift in Sources */,
  387. 9474F2152834758700CDE4DD /* Helpers.swift in Sources */,
  388. 9474F1E7282F3FFD00CDE4DD /* NotificationService.swift in Sources */,
  389. 94CD196B283E666900973B93 /* EmojiManager.swift in Sources */,
  390. 94867144283ECD370093C7A4 /* Actions.swift in Sources */,
  391. 94867145284058C60093C7A4 /* ApiService.swift in Sources */,
  392. 9474F2052831D51500CDE4DD /* Store.swift in Sources */,
  393. 9474F2062831D73C00CDE4DD /* ntfy.xcdatamodeld in Sources */,
  394. 94A3F7CB28386B2100C48E79 /* Config.swift in Sources */,
  395. 948671482841B1430093C7A4 /* NotificationContent.swift in Sources */,
  396. 9474F2142834755E00CDE4DD /* Subscription.swift in Sources */,
  397. );
  398. runOnlyForDeploymentPostprocessing = 0;
  399. };
  400. /* End PBXSourcesBuildPhase section */
  401. /* Begin PBXTargetDependency section */
  402. 9474F1EA282F3FFD00CDE4DD /* PBXTargetDependency */ = {
  403. isa = PBXTargetDependency;
  404. target = 9474F1E3282F3FFD00CDE4DD /* ntfyNSE */;
  405. targetProxy = 9474F1E9282F3FFD00CDE4DD /* PBXContainerItemProxy */;
  406. };
  407. /* End PBXTargetDependency section */
  408. /* Begin XCBuildConfiguration section */
  409. 9474F1C9282F2AA800CDE4DD /* Debug */ = {
  410. isa = XCBuildConfiguration;
  411. buildSettings = {
  412. ALWAYS_SEARCH_USER_PATHS = NO;
  413. APP_BASE_URL = "https://ntfy.sh";
  414. CLANG_ANALYZER_NONNULL = YES;
  415. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  416. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  417. CLANG_ENABLE_MODULES = YES;
  418. CLANG_ENABLE_OBJC_ARC = YES;
  419. CLANG_ENABLE_OBJC_WEAK = YES;
  420. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  421. CLANG_WARN_BOOL_CONVERSION = YES;
  422. CLANG_WARN_COMMA = YES;
  423. CLANG_WARN_CONSTANT_CONVERSION = YES;
  424. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  425. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  426. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  427. CLANG_WARN_EMPTY_BODY = YES;
  428. CLANG_WARN_ENUM_CONVERSION = YES;
  429. CLANG_WARN_INFINITE_RECURSION = YES;
  430. CLANG_WARN_INT_CONVERSION = YES;
  431. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  432. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  433. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  434. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  435. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  436. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  437. CLANG_WARN_STRICT_PROTOTYPES = YES;
  438. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  439. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  440. CLANG_WARN_UNREACHABLE_CODE = YES;
  441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  442. COPY_PHASE_STRIP = NO;
  443. DEBUG_INFORMATION_FORMAT = dwarf;
  444. ENABLE_STRICT_OBJC_MSGSEND = YES;
  445. ENABLE_TESTABILITY = YES;
  446. GCC_C_LANGUAGE_STANDARD = gnu11;
  447. GCC_DYNAMIC_NO_PIC = NO;
  448. GCC_NO_COMMON_BLOCKS = YES;
  449. GCC_OPTIMIZATION_LEVEL = 0;
  450. GCC_PREPROCESSOR_DEFINITIONS = (
  451. "DEBUG=1",
  452. "$(inherited)",
  453. );
  454. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  455. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  456. GCC_WARN_UNDECLARED_SELECTOR = YES;
  457. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  458. GCC_WARN_UNUSED_FUNCTION = YES;
  459. GCC_WARN_UNUSED_VARIABLE = YES;
  460. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  461. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  462. MTL_FAST_MATH = YES;
  463. ONLY_ACTIVE_ARCH = YES;
  464. SDKROOT = iphoneos;
  465. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  466. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  467. };
  468. name = Debug;
  469. };
  470. 9474F1CA282F2AA800CDE4DD /* Release */ = {
  471. isa = XCBuildConfiguration;
  472. buildSettings = {
  473. ALWAYS_SEARCH_USER_PATHS = NO;
  474. APP_BASE_URL = "https://ntfy.sh";
  475. CLANG_ANALYZER_NONNULL = YES;
  476. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  477. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  478. CLANG_ENABLE_MODULES = YES;
  479. CLANG_ENABLE_OBJC_ARC = YES;
  480. CLANG_ENABLE_OBJC_WEAK = YES;
  481. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  482. CLANG_WARN_BOOL_CONVERSION = YES;
  483. CLANG_WARN_COMMA = YES;
  484. CLANG_WARN_CONSTANT_CONVERSION = YES;
  485. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  486. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  487. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  488. CLANG_WARN_EMPTY_BODY = YES;
  489. CLANG_WARN_ENUM_CONVERSION = YES;
  490. CLANG_WARN_INFINITE_RECURSION = YES;
  491. CLANG_WARN_INT_CONVERSION = YES;
  492. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  493. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  494. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  495. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  496. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  497. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  498. CLANG_WARN_STRICT_PROTOTYPES = YES;
  499. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  500. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  501. CLANG_WARN_UNREACHABLE_CODE = YES;
  502. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  503. COPY_PHASE_STRIP = NO;
  504. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  505. ENABLE_NS_ASSERTIONS = NO;
  506. ENABLE_STRICT_OBJC_MSGSEND = YES;
  507. GCC_C_LANGUAGE_STANDARD = gnu11;
  508. GCC_NO_COMMON_BLOCKS = YES;
  509. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  510. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  511. GCC_WARN_UNDECLARED_SELECTOR = YES;
  512. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  513. GCC_WARN_UNUSED_FUNCTION = YES;
  514. GCC_WARN_UNUSED_VARIABLE = YES;
  515. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  516. MTL_ENABLE_DEBUG_INFO = NO;
  517. MTL_FAST_MATH = YES;
  518. SDKROOT = iphoneos;
  519. SWIFT_COMPILATION_MODE = wholemodule;
  520. SWIFT_OPTIMIZATION_LEVEL = "-O";
  521. VALIDATE_PRODUCT = YES;
  522. };
  523. name = Release;
  524. };
  525. 9474F1CC282F2AA800CDE4DD /* Debug */ = {
  526. isa = XCBuildConfiguration;
  527. buildSettings = {
  528. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  529. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  530. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  531. CODE_SIGN_ENTITLEMENTS = ntfy/ntfy.entitlements;
  532. CODE_SIGN_STYLE = Automatic;
  533. CURRENT_PROJECT_VERSION = 2;
  534. DEVELOPMENT_ASSET_PATHS = "\"ntfy/Assets/Preview Content\"";
  535. DEVELOPMENT_TEAM = YXQ4AMS4B4;
  536. ENABLE_PREVIEWS = YES;
  537. GENERATE_INFOPLIST_FILE = YES;
  538. INFOPLIST_FILE = ntfy/Info.plist;
  539. INFOPLIST_KEY_CFBundleDisplayName = ntfy;
  540. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  541. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  542. INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  543. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  544. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  545. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  546. LD_RUNPATH_SEARCH_PATHS = (
  547. "$(inherited)",
  548. "@executable_path/Frameworks",
  549. );
  550. MARKETING_VERSION = 1.1;
  551. PRODUCT_BUNDLE_IDENTIFIER = io.heckel.ntfy;
  552. PRODUCT_NAME = "$(TARGET_NAME)";
  553. SWIFT_EMIT_LOC_STRINGS = YES;
  554. SWIFT_VERSION = 5.0;
  555. TARGETED_DEVICE_FAMILY = "1,2";
  556. };
  557. name = Debug;
  558. };
  559. 9474F1CD282F2AA800CDE4DD /* Release */ = {
  560. isa = XCBuildConfiguration;
  561. buildSettings = {
  562. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  563. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  564. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  565. CODE_SIGN_ENTITLEMENTS = ntfy/ntfy.entitlements;
  566. CODE_SIGN_STYLE = Automatic;
  567. CURRENT_PROJECT_VERSION = 2;
  568. DEVELOPMENT_ASSET_PATHS = "\"ntfy/Assets/Preview Content\"";
  569. DEVELOPMENT_TEAM = YXQ4AMS4B4;
  570. ENABLE_PREVIEWS = YES;
  571. GENERATE_INFOPLIST_FILE = YES;
  572. INFOPLIST_FILE = ntfy/Info.plist;
  573. INFOPLIST_KEY_CFBundleDisplayName = ntfy;
  574. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  575. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  576. INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  577. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  578. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  579. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  580. LD_RUNPATH_SEARCH_PATHS = (
  581. "$(inherited)",
  582. "@executable_path/Frameworks",
  583. );
  584. MARKETING_VERSION = 1.1;
  585. PRODUCT_BUNDLE_IDENTIFIER = io.heckel.ntfy;
  586. PRODUCT_NAME = "$(TARGET_NAME)";
  587. SWIFT_EMIT_LOC_STRINGS = YES;
  588. SWIFT_VERSION = 5.0;
  589. TARGETED_DEVICE_FAMILY = "1,2";
  590. };
  591. name = Release;
  592. };
  593. 9474F1ED282F3FFD00CDE4DD /* Debug */ = {
  594. isa = XCBuildConfiguration;
  595. buildSettings = {
  596. CODE_SIGN_ENTITLEMENTS = ntfyNSE/ntfyNSE.entitlements;
  597. CODE_SIGN_STYLE = Automatic;
  598. CURRENT_PROJECT_VERSION = 2;
  599. DEVELOPMENT_TEAM = YXQ4AMS4B4;
  600. GENERATE_INFOPLIST_FILE = YES;
  601. INFOPLIST_FILE = ntfyNSE/Info.plist;
  602. INFOPLIST_KEY_CFBundleDisplayName = ntfyNSE;
  603. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  604. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  605. LD_RUNPATH_SEARCH_PATHS = (
  606. "$(inherited)",
  607. "@executable_path/Frameworks",
  608. "@executable_path/../../Frameworks",
  609. );
  610. MARKETING_VERSION = 1.1;
  611. PRODUCT_BUNDLE_IDENTIFIER = io.heckel.ntfy.ntfyNSE;
  612. PRODUCT_NAME = "$(TARGET_NAME)";
  613. SKIP_INSTALL = YES;
  614. SWIFT_EMIT_LOC_STRINGS = YES;
  615. SWIFT_VERSION = 5.0;
  616. TARGETED_DEVICE_FAMILY = "1,2";
  617. };
  618. name = Debug;
  619. };
  620. 9474F1EE282F3FFD00CDE4DD /* Release */ = {
  621. isa = XCBuildConfiguration;
  622. buildSettings = {
  623. CODE_SIGN_ENTITLEMENTS = ntfyNSE/ntfyNSE.entitlements;
  624. CODE_SIGN_STYLE = Automatic;
  625. CURRENT_PROJECT_VERSION = 2;
  626. DEVELOPMENT_TEAM = YXQ4AMS4B4;
  627. GENERATE_INFOPLIST_FILE = YES;
  628. INFOPLIST_FILE = ntfyNSE/Info.plist;
  629. INFOPLIST_KEY_CFBundleDisplayName = ntfyNSE;
  630. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  631. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  632. LD_RUNPATH_SEARCH_PATHS = (
  633. "$(inherited)",
  634. "@executable_path/Frameworks",
  635. "@executable_path/../../Frameworks",
  636. );
  637. MARKETING_VERSION = 1.1;
  638. PRODUCT_BUNDLE_IDENTIFIER = io.heckel.ntfy.ntfyNSE;
  639. PRODUCT_NAME = "$(TARGET_NAME)";
  640. SKIP_INSTALL = YES;
  641. SWIFT_EMIT_LOC_STRINGS = YES;
  642. SWIFT_VERSION = 5.0;
  643. TARGETED_DEVICE_FAMILY = "1,2";
  644. };
  645. name = Release;
  646. };
  647. /* End XCBuildConfiguration section */
  648. /* Begin XCConfigurationList section */
  649. 9474F1B8282F2AA700CDE4DD /* Build configuration list for PBXProject "ntfy" */ = {
  650. isa = XCConfigurationList;
  651. buildConfigurations = (
  652. 9474F1C9282F2AA800CDE4DD /* Debug */,
  653. 9474F1CA282F2AA800CDE4DD /* Release */,
  654. );
  655. defaultConfigurationIsVisible = 0;
  656. defaultConfigurationName = Release;
  657. };
  658. 9474F1CB282F2AA800CDE4DD /* Build configuration list for PBXNativeTarget "ntfy" */ = {
  659. isa = XCConfigurationList;
  660. buildConfigurations = (
  661. 9474F1CC282F2AA800CDE4DD /* Debug */,
  662. 9474F1CD282F2AA800CDE4DD /* Release */,
  663. );
  664. defaultConfigurationIsVisible = 0;
  665. defaultConfigurationName = Release;
  666. };
  667. 9474F1EC282F3FFD00CDE4DD /* Build configuration list for PBXNativeTarget "ntfyNSE" */ = {
  668. isa = XCConfigurationList;
  669. buildConfigurations = (
  670. 9474F1ED282F3FFD00CDE4DD /* Debug */,
  671. 9474F1EE282F3FFD00CDE4DD /* Release */,
  672. );
  673. defaultConfigurationIsVisible = 0;
  674. defaultConfigurationName = Release;
  675. };
  676. /* End XCConfigurationList section */
  677. /* Begin XCRemoteSwiftPackageReference section */
  678. 9474F1CE282F2BB600CDE4DD /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
  679. isa = XCRemoteSwiftPackageReference;
  680. repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
  681. requirement = {
  682. kind = upToNextMajorVersion;
  683. minimumVersion = 9.0.0;
  684. };
  685. };
  686. /* End XCRemoteSwiftPackageReference section */
  687. /* Begin XCSwiftPackageProductDependency section */
  688. 9474F1CF282F2BB600CDE4DD /* FirebaseMessaging */ = {
  689. isa = XCSwiftPackageProductDependency;
  690. package = 9474F1CE282F2BB600CDE4DD /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
  691. productName = FirebaseMessaging;
  692. };
  693. /* End XCSwiftPackageProductDependency section */
  694. /* Begin XCVersionGroup section */
  695. 9474F1F52830830700CDE4DD /* ntfy.xcdatamodeld */ = {
  696. isa = XCVersionGroup;
  697. children = (
  698. 9474F1F62830830700CDE4DD /* Model.xcdatamodel */,
  699. );
  700. currentVersion = 9474F1F62830830700CDE4DD /* Model.xcdatamodel */;
  701. path = ntfy.xcdatamodeld;
  702. sourceTree = "<group>";
  703. versionGroupType = wrapper.xcdatamodel;
  704. };
  705. /* End XCVersionGroup section */
  706. };
  707. rootObject = 9474F1B5282F2AA700CDE4DD /* Project object */;
  708. }