Skip to content

Commit 51af215

Browse files
committed
♻️: Config파일과 Google plist를 .gitignore에서 제거하고 프로젝트에 포함
1 parent 991b161 commit 51af215

File tree

4 files changed

+56
-6
lines changed

4 files changed

+56
-6
lines changed

.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,7 @@ iOSInjectionProject/
140140
!*.xcworkspace/contents.xcworkspacedata
141141
**/xcshareddata/WorkspaceSettings.xcsettings
142142

143-
# Firebase Property List
144-
GoogleService-Info.plist
145-
146143
# SwiftPackageManager
147144
Package.resolved
148145

149-
# Xcconfig
150-
*.xcconfig
151-
152146
# End of https://www.toptal.com/developers/gitignore/api/swift,cocoapods,macos,xcode

Doolda/Doolda/Config.xcconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
//
2+
// Config.xcconfig
3+
// Doolda
4+
//
5+
// Created by Seunghun Yang on 2021/11/22.
6+
//
7+
8+
// Configuration settings file format documentation can be found at:
9+
// https://help.apple.com/xcode/#/dev745c5c974
10+
11+
FCM_SERVER_KEY = AAAABi_vS2s:APA91bGcfkGUsRD4r7ZgONyU987ZQKw5ifuzDIUdk35ohKKN1rROyK8zv_HG899-LZzIKePAtzYukrbYCj8rL_prOlGuqz7J07DJPaUsCTigaLe0yHClseGzaAuSiP-o6gyrmvQwSuNz
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
//
2+
// Config.xcconfig
3+
// Doolda
4+
//
5+
// Created by Seunghun Yang on 2021/11/22.
6+
//
7+
8+
// Configuration settings file format documentation can be found at:
9+
// https://help.apple.com/xcode/#/dev745c5c974
10+
11+
FCM_SERVER_KEY = AAAABi_vS2s:APA91bGcfkGUsRD4r7ZgONyU987ZQKw5ifuzDIUdk35ohKKN1rROyK8zv_HG899-LZzIKePAtzYukrbYCj8rL_prOlGuqz7J07DJPaUsCTigaLe0yHClseGzaAuSiP-o6gyrmvQwSuNz
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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>CLIENT_ID</key>
6+
<string>26574015339-qpv7i4b654fmljeaplvc85lv3bh5aglm.apps.googleusercontent.com</string>
7+
<key>REVERSED_CLIENT_ID</key>
8+
<string>com.googleusercontent.apps.26574015339-qpv7i4b654fmljeaplvc85lv3bh5aglm</string>
9+
<key>API_KEY</key>
10+
<string>AIzaSyDhAXUu_EQ_uijre31lbByLjHY-iS_WirI</string>
11+
<key>GCM_SENDER_ID</key>
12+
<string>26574015339</string>
13+
<key>PLIST_VERSION</key>
14+
<string>1</string>
15+
<key>BUNDLE_ID</key>
16+
<string>kr.codesquad.doolda</string>
17+
<key>PROJECT_ID</key>
18+
<string>doolda</string>
19+
<key>STORAGE_BUCKET</key>
20+
<string>doolda.appspot.com</string>
21+
<key>IS_ADS_ENABLED</key>
22+
<false></false>
23+
<key>IS_ANALYTICS_ENABLED</key>
24+
<false></false>
25+
<key>IS_APPINVITE_ENABLED</key>
26+
<true></true>
27+
<key>IS_GCM_ENABLED</key>
28+
<true></true>
29+
<key>IS_SIGNIN_ENABLED</key>
30+
<true></true>
31+
<key>GOOGLE_APP_ID</key>
32+
<string>1:26574015339:ios:9701b4704d0e6634071a2e</string>
33+
</dict>
34+
</plist>

0 commit comments

Comments
 (0)