File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed 
Resources/demo-iosproject Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml  version =" 1.0"  encoding =" UTF-8"  ?>
2+ <!DOCTYPE  plist  PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist   version =" 1.0"  >
4+ <dict  >
5+ 	<key  >API_KEY </key  >
6+ 	<string  >correct_api_key </string  >
7+ 	<key  >CLIENT_ID </key  >
8+ 	<string  >correct_client_id </string  >
9+ 	<key  >REVERSED_CLIENT_ID </key  >
10+ 	<string  >correct_reversed_client_id </string  >
11+ 	<key  >GOOGLE_APP_ID </key  >
12+ 	<string  >1:123:ios:123abc </string  >
13+ 	<key  >GCM_SENDER_ID </key  >
14+ 	<string  >correct_gcm_sender_id </string  >
15+ 	<key  >PLIST_VERSION </key  >
16+ 	<string  >1 </string  >
17+ 	<key  >BUNDLE_ID </key  >
18+ 	<string  >com.google.firebase.dataconnect.DemoProject </string  >
19+ 	<key  >PROJECT_ID </key  >
20+ 	<string  >demo-iosproject </string  >
21+ </dict  >
22+ </plist  >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public struct TemplateProjectManager {
6565
6666      // Copy the GoogleServices-Info.plist
6767      if  let  sourcePlistUrl =  Bundle . module. url ( 
68-         forResource:  " GoogleService-Info " , 
68+         forResource:  " GoogleService-Info-Template  " , 
6969        withExtension:  " plist " , 
7070        subdirectory:  " Resources/demo-iosproject " 
7171      )  { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments