project.pbxproj 36 KB

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