Skip to content

Commit

Permalink
[Fix] Runnect#178 - firebase APIKEY 숨김
Browse files Browse the repository at this point in the history
  • Loading branch information
thingineeer committed Sep 16, 2023
1 parent ed13ffc commit 5a2ba9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ report.xml
Runnect-iOS/fastlane/.env.default

## dynamicLink
GoogleService-Info.plist
Runnect-iOS/Runnect-iOS/GoogleService-Info.plist
14 changes: 7 additions & 7 deletions Runnect-iOS/Runnect-iOS/GoogleService-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.772504823881-bp4sinq6869e5jaqv57r3pk2l5mmnefe</string>
<key>API_KEY</key>
<string>AIzaSyAWjFUbR5CKoP8_V5a56aXON--0DkM1faw</string>
<string></string>
<key>GCM_SENDER_ID</key>
<string>772504823881</string>
<key>PLIST_VERSION</key>
Expand All @@ -19,16 +19,16 @@
<key>STORAGE_BUCKET</key>
<string>runnect-6c5e8.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<false/>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<false/>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<true/>
<key>IS_GCM_ENABLED</key>
<true></true>
<true/>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<true/>
<key>GOOGLE_APP_ID</key>
<string>1:772504823881:ios:e955e328c32c8a864b3798</string>
</dict>
</plist>
</plist>

0 comments on commit 5a2ba9e

Please sign in to comment.