project.pbxproj 30 KB

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