Skip to content

Commit

Permalink
update google plist
Browse files Browse the repository at this point in the history
  • Loading branch information
sagishm committed Dec 30, 2024
1 parent 0721dda commit 3e01c49
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion example/BitsBytes/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
#GOOGLE_SERVICE_PLIST#
<?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>ANDROID_CLIENT_ID</key>
<string>#ANDROID_CLIENT_ID#</string>
<key>API_KEY</key>
<string>#API_KEY#</string>
<key>GCM_SENDER_ID</key>
<string>#GCM_SENDER_ID#</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>gigya.example.bitsbytes</string>
<key>PROJECT_ID</key>
<string>gigya-sdk-v2-1546766892216</string>
<key>STORAGE_BUCKET</key>
<string>gigya-sdk-v2-1546766892216.appspot.com</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>#GOOGLE_APP_ID#</string>
<key>DATABASE_URL</key>
<string>#DATABASE_URL#</string>
</dict>
</plist>

0 comments on commit 3e01c49

Please sign in to comment.