zoukankan      html  css  js  c++  java
  • InfoPlist.plist 中[NSBundle mainBundle].infoDictionary 所有信息

    2014-04-20 00:49:19.478 新浪微博[23384:70b] {
        CFBundleDevelopmentRegion = en;
        CFBundleDisplayName = "U65b0U6d6aU5faeU535a";
        CFBundleExecutable = "U65b0U6d6aU5faeU535a";
        CFBundleIcons =     {
            CFBundlePrimaryIcon =         {
                CFBundleIconFiles =             (
                    AppIcon57x57
                );
            };
        };
        CFBundleIdentifier = "tobosoft.----";
        CFBundleInfoDictionaryVersion = "6.0";
        CFBundleInfoPlistURL = "Info.plist -- file:///Users/Eric/Library/Application%20Support/iPhone%20Simulator/7.0.3/Applications/E4E88262-3F9A-4680-84A5-8ACCD509913A/%E6%96%B0%E6%B5%AA%E5%BE%AE%E5%8D%9A.app/";
        CFBundleName = "U65b0U6d6aU5faeU535a";
        CFBundleNumericVersion = 16809984;
        CFBundlePackageType = APPL;
        CFBundleShortVersionString = "1.0";
        CFBundleSignature = "????";
        CFBundleSupportedPlatforms =     (
            iPhoneSimulator
        );
        CFBundleVersion = "1.0";
        DTPlatformName = iphonesimulator;
        DTSDKName = "iphonesimulator7.0";
        LSRequiresIPhoneOS = 1;
        UIDeviceFamily =     (
            1
        );
        UILaunchImageFile = LaunchImage;
        UILaunchImages =     (
                    {
                UILaunchImageMinimumOSVersion = "7.0";
                UILaunchImageName = "LaunchImage-700";
                UILaunchImageOrientation = Portrait;
                UILaunchImageSize = "{320, 480}";
            }
        );
        UIPrerenderedIcon = 1;
        UIRequiredDeviceCapabilities =     (
            armv7
        );
        UISupportedInterfaceOrientations =     (
            UIInterfaceOrientationPortrait
        );
    }

    从仲可以看到InfoPlist.plist 中的所有信息都包含在这个infoDictionary中,其中键值对并非plist文件中的key值,而是以CF开头的key;

  • 相关阅读:
    redis集群redis-cloud搭建
    Linux下搭建redis服务器
    mybatis主键返回
    分布式文件系统FastDFS
    mapper映射文件不发布
    dubbo发布和引用服务
    PageHelper分页插件
    F. Cards and Joy
    E. Paint the Tree 树形dp
    D. Sequence Sorting dp
  • 原文地址:https://www.cnblogs.com/inandroid/p/3675840.html
Copyright © 2011-2022 走看看