Skip to content

Commit

Permalink
Add iOS notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Dec 20, 2024
1 parent ee25e40 commit 21a791b
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 26 deletions.
30 changes: 30 additions & 0 deletions apps/wallet-mobile/ios/GoogleService-Info-Nightly.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>AIzaSyD_QC_z6o8rY8Ui5g_Zl0clkUz8PxiHMss</string>
<key>GCM_SENDER_ID</key>
<string>526970676782</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.emurgo.yoroi-nightly</string>
<key>PROJECT_ID</key>
<string>yoroi-mobile-99140</string>
<key>STORAGE_BUCKET</key>
<string>yoroi-mobile-99140.firebasestorage.app</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:526970676782:ios:f2e0566b5e14585ca021bf</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<plist version="1.0">
<dict>
<key>API_KEY</key>
<string>AIzaSyD8QLl-64ALVdYAqcuOgfeVfMn6ZLzyfIY</string>
<string>AIzaSyD_QC_z6o8rY8Ui5g_Zl0clkUz8PxiHMss</string>
<key>GCM_SENDER_ID</key>
<string>1028338182097</string>
<string>526970676782</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.emurgo.yoroi</string>
<key>PROJECT_ID</key>
<string>yoroi-mobile-dev-1</string>
<string>yoroi-mobile-99140</string>
<key>STORAGE_BUCKET</key>
<string>yoroi-mobile-dev-1.firebasestorage.app</string>
<string>yoroi-mobile-99140.firebasestorage.app</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
Expand All @@ -25,6 +25,6 @@
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:1028338182097:ios:8ba6c1dfcef5134bbca2f0</string>
<string>1:526970676782:ios:91560a3aea4e90e9a021bf</string>
</dict>
</plist>
Loading

0 comments on commit 21a791b

Please sign in to comment.