Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[team-09][Lollo, ZG] 데이터 받아서 persistence(CoreData)에 저장하고 불러오기 #48

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
278a5e1
chore: pod Alamofire 설치
eeeesong Apr 25, 2021
6f53e34
fix: viewmodel에서 알고 있는 구체타입 프로토콜로 변경
Settpark Apr 25, 2021
140d657
fix: 전 커밋에서 누락된 파일 추가
Settpark Apr 25, 2021
8b1b0c9
feat: Network Model에 Alamofire 적용 (#38)
eeeesong Apr 25, 2021
5e79035
fix: cell 잘리지 않도록 변경 (#39)
eeeesong Apr 25, 2021
f0ae17c
fix: 런칭특가 배지 추가 (#39)
eeeesong Apr 25, 2021
5bba76f
fix: cell 간격 조정 (#39)
eeeesong Apr 25, 2021
163beba
fix: 정상가 text에 취소선 추가 (#39)
eeeesong Apr 25, 2021
7354adc
Merge branch 'fix/ios/mainUI' of https://github.com/ghojeong/sidedish…
Settpark Apr 26, 2021
18f75d1
feat: Repository 영역 초기화 (#31)
Settpark Apr 26, 2021
9d60837
Merge pull request #45 from ghojeong/feature/ios/alamofire
Settpark Apr 26, 2021
811e1c1
feature: Network Core Data 연동 테스트 (#31)
Settpark Apr 27, 2021
51da168
Merge pull request #46 from ghojeong/fix/ios/mainUI
Settpark Apr 27, 2021
5538734
fix: Core Data Entity 및 흐름 수정(#31)
eeeesong Apr 27, 2021
8d5c546
fix: completion handler로 흐름 제어
eeeesong Apr 27, 2021
7766203
fix: section id 순서대로 표시하도록 수정
eeeesong Apr 27, 2021
e0dd1af
chore: 불필요한 메소드 제거 (#31)
eeeesong Apr 28, 2021
1ac3f10
Merge pull request #53 from ghojeong/feature/RepositoryCombine
Settpark Apr 28, 2021
38502c2
feat: main 썸네일 caching 구현 (#55)
eeeesong Apr 28, 2021
73fdb73
refactor: 중복 메소드 정리
eeeesong Apr 29, 2021
a6cc272
fix: Decoding 오류 해결 (#55)
eeeesong Apr 29, 2021
9f6ed55
Merge pull request #57 from ghojeong/feature/ImageCaching
Settpark Apr 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ios/sidedish/Podfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '12.0'

target 'sidedish' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Toaster'
pod 'Alamofire'
# Pods for sidedish

end
8 changes: 6 additions & 2 deletions ios/sidedish/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
PODS:
- Alamofire (5.4.3)
- Toaster (2.3.0)

DEPENDENCIES:
- Alamofire
- Toaster

SPEC REPOS:
trunk:
- Alamofire
- Toaster

SPEC CHECKSUMS:
Alamofire: e447a2774a40c996748296fa2c55112fdbbc42f9
Toaster: c3473963c78e8cabbf6ea6f11ad0fdaae6f54987

PODFILE CHECKSUM: 6091b6450d4fbc3b91c69e324781111a3e39d762
PODFILE CHECKSUM: db8ff5c0ff0934256f76b8f0b23c5aa489af1de2

COCOAPODS: 1.9.3
COCOAPODS: 1.10.0
19 changes: 19 additions & 0 deletions ios/sidedish/Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

206 changes: 206 additions & 0 deletions ios/sidedish/Pods/Alamofire/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading