project.pbxproj 37 KB

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