<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Sandbox on Kelly Dev</title><link>https://kelly-chui.github.io/tags/sandbox/</link><description>Recent content in Sandbox on Kelly Dev</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 21 Jul 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://kelly-chui.github.io/tags/sandbox/index.xml" rel="self" type="application/rss+xml"/><item><title>iOS. 파일 시스템과 샌드박스</title><link>https://kelly-chui.github.io/posts/ios-file-system-sandbox/</link><pubDate>Mon, 21 Jul 2025 00:00:00 +0000</pubDate><guid>https://kelly-chui.github.io/posts/ios-file-system-sandbox/</guid><description>&lt;p&gt;앱은 종료된 뒤에도 데이터를 유지하기 위해 파일 시스템을 사용한다. iOS, macOS 같은 애플 플랫폼에서는 APFS(Apple File System)라는 파일 시스템을 쓴다. 애플은 사용자 파일과 앱 내부 파일을 분리해서 관리하는 것을 목표로 한다.&lt;/p&gt;
&lt;p&gt;개발자 문서에서는 파일 시스템의 목표를 다음과 같이 제시한다.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;사용자 파일은 쉽게 찾을 수 있도록 한다.&lt;/li&gt;
&lt;li&gt;앱 내부적으로 사용하는 파일은 사용자 눈에 띄지 않도록 한다.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;많은 파일 시스템처럼 APFS도 디렉토리 구조를 통해 계층적으로 파일을 관리한다. 모든 디스크가 &amp;lsquo;단일 파일 컬렉션&amp;rsquo;을 구성한다는 점이 특징이다. 즉, 여러 디스크를 연결해도 사용자에게는 하나의 계층에 있는 것처럼 보인다.&lt;/p&gt;</description></item></channel></rss>