Skip to content

Commit

Permalink
secrets 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
MojitoBar committed Dec 22, 2023
1 parent c2676a7 commit 7b3e51c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
Binary file added .github/secrets/certification.p12.gpg
Binary file not shown.
Binary file not shown.
36 changes: 36 additions & 0 deletions pins/Resources/GoogleService-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?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>API_KEY</key>
<string>${GOOGLE_API_KEY}</string>
<key>BUNDLE_ID</key>
<string>mojito.pins</string>
<key>CLIENT_ID</key>
<string>725998349267-huviv56imcutd1nd38a28njqp6kv661t.apps.googleusercontent.com</string>
<key>DATABASE_URL</key>
<string>https://pins-1ab73-default-rtdb.firebaseio.com</string>
<key>GCM_SENDER_ID</key>
<string>${GCM_SENDER_ID}</string>
<key>GOOGLE_APP_ID</key>
<string>${GOOGLE_APP_ID}</string>
<key>IS_ADS_ENABLED</key>
<false/>
<key>IS_ANALYTICS_ENABLED</key>
<false/>
<key>IS_APPINVITE_ENABLED</key>
<true/>
<key>IS_GCM_ENABLED</key>
<true/>
<key>IS_SIGNIN_ENABLED</key>
<true/>
<key>PLIST_VERSION</key>
<string>1</string>
<key>PROJECT_ID</key>
<string>pins-1ab73</string>
<key>REVERSED_CLIENT_ID</key>
<string>${REVERSED_CLIENT_ID}</string>
<key>STORAGE_BUCKET</key>
<string>pins-1ab73.appspot.com</string>
</dict>
</plist>

0 comments on commit 7b3e51c

Please sign in to comment.