首页 > 移动平台 > 详细

iOS app基础

时间:2016-05-30 12:35:00      阅读:292      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!