Skip to content

Commit

Permalink
[Fix] Runnect#178 - 코스 공유 기능 추가 firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thingineeer committed Sep 6, 2023
1 parent 356d560 commit 917876b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Runnect-iOS/Runnect-iOS/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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>CLIENT_ID</key>
<string>772504823881-bp4sinq6869e5jaqv57r3pk2l5mmnefe.apps.googleusercontent.com</string>
<key>REVERSED_CLIENT_ID</key>
<string>com.googleusercontent.apps.772504823881-bp4sinq6869e5jaqv57r3pk2l5mmnefe</string>
<key>API_KEY</key>
<string>AIzaSyAWjFUbR5CKoP8_V5a56aXON--0DkM1faw</string>
<key>GCM_SENDER_ID</key>
<string>772504823881</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.runnect.Runnect-iOS</string>
<key>PROJECT_ID</key>
<string>runnect-6c5e8</string>
<key>STORAGE_BUCKET</key>
<string>runnect-6c5e8.appspot.com</string>
<key>IS_ADS_ENABLED</key>
<false></false>
<key>IS_ANALYTICS_ENABLED</key>
<false></false>
<key>IS_APPINVITE_ENABLED</key>
<true></true>
<key>IS_GCM_ENABLED</key>
<true></true>
<key>IS_SIGNIN_ENABLED</key>
<true></true>
<key>GOOGLE_APP_ID</key>
<string>1:772504823881:ios:e955e328c32c8a864b3798</string>
</dict>
</plist>
14 changes: 14 additions & 0 deletions Runnect-iOS/Runnect-iOS/Runnect-iOSDebug.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>com.apple.developer.applesignin</key>
<array>
<string>Default</string>
</array>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:runnect.page.link</string>
</array>
</dict>
</plist>

0 comments on commit 917876b

Please sign in to comment.