From ea94c32a6db3f90b54e0fec9d554d61ee72f2743 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 16 Nov 2021 09:21:43 -0500 Subject: [PATCH] auto --- assign5/GoogleService-Info.plist | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 assign5/GoogleService-Info.plist diff --git a/assign5/GoogleService-Info.plist b/assign5/GoogleService-Info.plist new file mode 100644 index 0000000..3cebe79 --- /dev/null +++ b/assign5/GoogleService-Info.plist @@ -0,0 +1,36 @@ +<?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>CLIENT_ID</key> + <string>611428037433-201qf2apigmbtcobh6kji131vpt1tnak.apps.googleusercontent.com</string> + <key>REVERSED_CLIENT_ID</key> + <string>com.googleusercontent.apps.611428037433-201qf2apigmbtcobh6kji131vpt1tnak</string> + <key>API_KEY</key> + <string>AIzaSyBpofWHiEw8Bi6FCY2nLUtZR8wxT86s--s</string> + <key>GCM_SENDER_ID</key> + <string>611428037433</string> + <key>PLIST_VERSION</key> + <string>1</string> + <key>BUNDLE_ID</key> + <string>edu.maryland.cmsc436.fall2021.openTok</string> + <key>PROJECT_ID</key> + <string>navpractice-8aa4b</string> + <key>STORAGE_BUCKET</key> + <string>navpractice-8aa4b.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>1:611428037433:ios:7221f7275b7bca1976aee8</string> + <key>DATABASE_URL</key> + <string>https://navpractice-8aa4b.firebaseio.com</string> +</dict> +</plist> \ No newline at end of file -- GitLab