[📝] 문서 정리

This commit is contained in:
김선규 2024-07-03 13:16:25 +09:00
parent 0872089c5d
commit 703f100bf4
8 changed files with 74 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.Pods/
.DS_Store
Pods/
Podfile
Podfile.lock

View File

@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "color_1024.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "1024.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -7,6 +7,29 @@ README.md
---
# 개발 일지
### 2024.06.26
<details>
<summary>내용</summary>
1. 새 버전(v.0.4)으로 개발
- v.0.3 에서 v.0.4 로 새로 개발
2. 기능 개발
- 서버 (node.js) 구축
- DB (mariaDB) 구축
- Firebase 제거
3. UIKit 제거 작업
- SwiftUI 로 전환
- Combine 추가
</details>
---
---
### 2024.02.27
<details>
<summary>내용</summary>
@ -16,6 +39,7 @@ README.md
</details>
### 2024.02.01
<details>
<summary>내용</summary>