Use version of action_push_native with proper config paths support

See https://github.com/rails/action_push_native/pull/89

Now we can delete the OSS version of `config/push.yml`, no longer needed.
This commit is contained in:
Rosa Gutierrez
2026-01-20 20:52:37 +01:00
parent 7d04bb514f
commit 2121b6dc3d
3 changed files with 15 additions and 16 deletions
-7
View File
@@ -1,7 +0,0 @@
<% if Fizzy.saas? %>
<%= ERB.new(File.read(Rails.root.join("saas/config/push.yml"))).result %>
<% else %>
shared:
apple: {}
google: {}
<% end %>