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;

  • 相关阅读:
    Go语言操作etcd
    grafana使用
    Java整理
    Go操作MySQL
    Go语言操作Redis
    es
    influxDB
    gopsutil
    Java基础之(三):IDEA的安装及破解 lyl
    ClojureScript 点访问格式
  • 原文地址:https://www.cnblogs.com/inandroid/p/3675840.html
Copyright © 2011-2022 走看看