Skip to content

Commit c9ea0d0

Browse files
Missing template GoogleService-Info.plist (#63)
1 parent 31a44d3 commit c9ea0d0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>

Tools/TemplateProject/TemplateProject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
) {

0 commit comments

Comments
 (0)