35.8k views
0 votes
What is the file structure of an iOS app?

(A) App.framework, App.bundle, App.app
(B) App.framework, App.app
(C) App.bundle, App.app
(D) App.framework, App.bundle

User Korben
by
7.9k points

1 Answer

3 votes

Final answer:

The file structure of an iOS app consists of App.framework, App.bundle, and App.app.

Step-by-step explanation:

The file structure of an iOS app consists of three main components: App.framework, App.bundle, and App.app.

The App.framework directory contains the executable code and resources that are necessary for running the app. It includes the binary files and libraries that are used by the app.

The App.bundle directory contains additional resources such as images, sound files, and other non-executable data used by the app.

The App.app directory is the main container for the app. It includes the app's icon, Info.plist file, and other necessary files for launching the app.

User Bo Milanovich
by
7.9k points