码迷,mamicode.com
首页 > 移动开发 > 详细

iOS app基础

时间:2016-05-30 12:35:44      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

1). Info.plist : iOS通过它和app交互

 

  The Info.plist file contains metadata about your app, which the system uses to interact with your app.

  The Information Property List File

  Xcode uses information from the General, Capabilities, and Info tabs of your project to generate an information property list (Info.plist) file for your app at compile time. The Info.plist file is a structured file that contains critical information about your app’s configuration. It is used by the App Store and by iOS to determine your app’s capabilities and to locate key resources. Every app must include this file.

  Whenever possible, use the General and Capabilities tabs to specify the configuration information for your app. Those tabs contain the most common configuration options available for apps. If you do not see a specific option on either of those tabs, use the Info tab.

 

2). A declaration of the app’s required capabilities : 

 

The App Store uses this information to determine whether or not a user can run your app on a specific device.

 

3). app bundle

 

An iOS app bundle contains the app executable file and supporting resource files such as app icons, image files, and localized content.

For more information about the structure of an iOS app bundle, see Bundle Programming Guide. For information about how to load resource files from your bundle, see Resource Programming Guide.

 

参考:App Programming Guide for iOS

iOS app基础

标签:

原文地址:http://www.cnblogs.com/cocoabanana/p/5541882.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!