Browse Source

new config

Marino Faggiana 8 years ago
parent
commit
f2c47c757f
3 changed files with 5 additions and 40 deletions
  1. 1 0
      .gitignore
  2. 0 40
      iOSClient/GoogleService-Info.plist
  3. 4 0
      iOSClient/module.modulemap

+ 1 - 0
.gitignore

@@ -15,6 +15,7 @@ xcuserdata/
 README.md
 Documentation/
 Custom/
+GoogleService-Info.plist
 
 ########### OSX ###########
 # OS X temporary files that should never be committed

+ 0 - 40
iOSClient/GoogleService-Info.plist

@@ -1,40 +0,0 @@
-<?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>AD_UNIT_ID_FOR_BANNER_TEST</key>
-	<string></string>
-	<key>AD_UNIT_ID_FOR_INTERSTITIAL_TEST</key>
-	<string></string>
-	<key>CLIENT_ID</key>
-	<string></string>
-	<key>REVERSED_CLIENT_ID</key>
-	<string></string>
-	<key>API_KEY</key>
-	<string></string>
-	<key>GCM_SENDER_ID</key>
-	<string></string>
-	<key>PLIST_VERSION</key>
-	<string>1</string>
-	<key>BUNDLE_ID</key>
-	<string></string>
-	<key>PROJECT_ID</key>
-	<string></string>
-	<key>STORAGE_BUCKET</key>
-	<string></string>
-	<key>IS_ADS_ENABLED</key>
-	<true/>
-	<key>IS_ANALYTICS_ENABLED</key>
-	<false/>
-	<key>IS_APPINVITE_ENABLED</key>
-	<false/>
-	<key>IS_GCM_ENABLED</key>
-	<true/>
-	<key>IS_SIGNIN_ENABLED</key>
-	<true/>
-	<key>GOOGLE_APP_ID</key>
-	<string></string>
-	<key>DATABASE_URL</key>
-	<string></string>
-</dict>
-</plist>

+ 4 - 0
iOSClient/module.modulemap

@@ -0,0 +1,4 @@
+module Firebase {
+  header "Firebase.h"
+  export *
+}