project.pbxproj 29 KB

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