您的位置:首页 > 其它

plist Bundle

2013-10-21 20:19 351 查看
NSDictionary* infoDict =[[NSBundlemainBundle]
infoDictionary];

    
NSLog(@"infoDic:%@",infoDict);

infoDic:{
    CFBundleDevelopmentRegion = en;
    CFBundleDisplayName = "\U5927\U5bb6\U793e\U533a";
    CFBundleExecutable = Dajia;
    CFBundleExecutablePath = "/Users/zhengxiaofeng/Library/Application Support/iPhone Simulator/5.0/Applications/85632B46-957D-41C6-83CA-00A12219A504/Dajia.app/Dajia";
    CFBundleIdentifier = "com.seeyon.dajiawork.weibo";
    CFBundleInfoDictionaryVersion = "6.0";
    CFBundleInfoPlistURL = "Info.plist -- file://localhost/Users/zhengxiaofeng/Library/Application%20Support/iPhone%20Simulator/5.0/Applications/85632B46-957D-41C6-83CA-00A12219A504/Dajia.app/";
    CFBundleName = Dajia;
    CFBundlePackageType = APPL;
    CFBundleShortVersionString = "3.1";
    CFBundleSignature = "????";
    CFBundleSupportedPlatforms =     (
        iPhoneSimulator
    );
    CFBundleVersion = "1.0";
    DTPlatformName = iphonesimulator;
    DTSDKName = "iphonesimulator7.0";
    LSRequiresIPhoneOS = 1;
    NSBundleInitialPath = "/Users/zhengxiaofeng/Library/Application Support/iPhone Simulator/5.0/Applications/85632B46-957D-41C6-83CA-00A12219A504/Dajia.app";
    NSBundleResolvedPath = "/Users/zhengxiaofeng/Library/Application Support/iPhone Simulator/5.0/Applications/85632B46-957D-41C6-83CA-00A12219A504/Dajia.app";
    UIDeviceFamily =     (
        1
    );
    UIRequiredDeviceCapabilities =     (
        armv7
    );
    UISupportedInterfaceOrientations =     (
        UIInterfaceOrientationPortrait,
        UIInterfaceOrientationLandscapeLeft,
        UIInterfaceOrientationLandscapeRight
    );
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: