What is Assets.car file in .app?
Asked Answered
C

2

8

I was looking at the contents of my application and I found the file Assets.car in the resources folder of my application along with some nibs:

Assets.car file

My question is: What is this file and what does it have to do with the application? What kind of data does it contain?

Cerys answered 25/12, 2013 at 23:3 Comment(3)
I would assume that it is the assets.catalog developer.apple.com/library/ios/recipes/…Luting
These days, the link to the above is at help.apple.com/xcode/mac/8.0/#/dev10510b1f7Surprise
developer.apple.com/documentation/xcode/managing-assets-with-asset-catalogsBelligerence
T
18

It is the "compiled" version of the assets catalog.

Trillium answered 26/12, 2013 at 3:56 Comment(0)
C
0

Assets.car file

When you build a project all your non empty assets .xcassets which are added to Build Phases -> Copy Bundle Resources will be compiled into Assets.car file, which is generated by Xcode during building and set up by Build Settings -> Asset Catalog Compiler

[Open Assets.car]

Cadmarr answered 5/4, 2020 at 9:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.