# iOS14 App Clip 용량 최적화 하기

> Clean Markdown view of GeekNews topic #2784. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2784](https://news.hada.io/topic?id=2784)
- GeekNews Markdown: [https://news.hada.io/topic/2784.md](https://news.hada.io/topic/2784.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-09-05T09:43:33+09:00
- Updated: 2020-09-05T09:43:33+09:00
- Original source: [rambo.codes](https://rambo.codes/posts/2020-08-29-turning-the-chibistudio-canvas-into-an-app-clip)
- Points: 3
- Comments: 1

## Topic Body

AppClip 크기는 10MB로 제한되어 있어서 이를 위해서 한 작업들

- gzip → LZMA로 교체

- 프리뷰 이미지는 제거하고 동적으로 생성

- App Thinning 한 IPA의 사이즈는 적용되지 않음. 실제 .app 사이즈가 10MB 제한

- 자체 프레임워크를 더 작은 사이즈로 분리해서 필요한 것만 담도록

## Comments



### Comment 2799

- Author: xguru
- Created: 2020-09-05T09:43:43+09:00
- Points: 1

글 마지막에 링크 된 Test and Invoke App Clip Cards with NFC tags 글도 좋네요

https://kushagra.me/testing-app-clip-cards-with-nfc-tags/

저는 iOS14 기능중에 가장 기대하는 것중에 하나가 App Clip 입니다. 재미난 사례들이 많이 나올거 같아요.
