-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #364 from DeveloperAcademy-POSTECH/release/v1.2
[CHORE] v1.2출시에 따른 main 브랜치 업데이트
- Loading branch information
Showing
60 changed files
with
1,769 additions
and
688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,28 @@ | ||
## 🟣 관련 이슈 | ||
## 🌁 Background | ||
<!-- 해당 PR을 작성하게 된 이유를 적어주세요. --> | ||
|
||
<!-- 관련있는 이슈 번호(#000)을 적어주세요. --> | ||
|
||
## 🟣 구현/변경 사항 및 이유 | ||
## 👩💻 Contents | ||
<!-- 작업 내용을 적어주세요 --> | ||
|
||
<!-- 구현/변경한 내용과 그 이유를 적어주세요. --> | ||
|
||
## 🟣 PR Point | ||
## ✅ Testing | ||
<!-- 테스트 방법을 적어주세요 --> | ||
|
||
<!-- 리뷰어 분들이 집중적으로 보셨으면 하는 내용을 적어주세요 --> | ||
|
||
## 🟣 참고 사항 | ||
## 📱 Screenshot | ||
<!-- 스크린샷이나 동영상을 첨부해주세요. --> | ||
<!-- <img src="사진 크기를 줄이고 싶다면 여기 넣어주세요 !.png" width="350"> --> | ||
|
||
<!-- 참고할 사항(+스크린샷)이 있다면 적어주세요. --> | ||
|
||
## 📝 Review Note | ||
<!-- PR과정에서 든 생각이나 개선할 내용이 있다면 적어주세요. --> | ||
|
||
|
||
## 📣 Related Issue | ||
<!-- 관련 이슈를 적어주세요. --> | ||
- close # | ||
|
||
|
||
## 📬 Reference | ||
<!-- 참고한 코드의 출처를 작성해주세요 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This workflow will build a Swift project | ||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift | ||
|
||
name: Firefighter-Builder | ||
|
||
on: | ||
push: | ||
branches: [ develop, main ] | ||
pull_request: | ||
branches: [ develop, release, hotfix, feature, main ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: macos-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Firefighter Build Tests | ||
run: | | ||
xcodebuild build -project ./Manito/Manito.xcodeproj -scheme Manito -destination "platform=iOS Simulator,name=iPhone 13,OS=latest" | ||
xcpretty --color --simple |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>1096284073075-ph7paj1dhmjqepfog89001fffpnlqmff.apps.googleusercontent.com</string> | ||
<key>REVERSED_CLIENT_ID</key> | ||
<string>com.googleusercontent.apps.1096284073075-ph7paj1dhmjqepfog89001fffpnlqmff</string> | ||
<key>API_KEY</key> | ||
<string>AIzaSyDLniPL8c8Z6qBPTN03vE_RUObwzONdjMU</string> | ||
<key>GCM_SENDER_ID</key> | ||
<string>1096284073075</string> | ||
<key>PLIST_VERSION</key> | ||
<string>1</string> | ||
<key>BUNDLE_ID</key> | ||
<string>com.TeamFirefighter.Manito</string> | ||
<key>PROJECT_ID</key> | ||
<string>aenitto-350c7</string> | ||
<key>STORAGE_BUCKET</key> | ||
<string>aenitto-350c7.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:1096284073075:ios:274e5e836bf912e806ce06</string> | ||
</dict> | ||
</plist> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
Manito/Manito/Global/Resource/Assets.xcassets/ic_save.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ic_save.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "ic_save@2x.png", | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "ic_save@3x.png", | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+459 Bytes
Manito/Manito/Global/Resource/Assets.xcassets/ic_save.imageset/ic_save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+706 Bytes
Manito/Manito/Global/Resource/Assets.xcassets/ic_save.imageset/ic_save@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+901 Bytes
Manito/Manito/Global/Resource/Assets.xcassets/ic_save.imageset/ic_save@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.