zoukankan      html  css  js  c++  java
  • info信息总结

     查询info信息

    [[NSBundle mainBundle] infoDictionary]

    以下是对应的输出

    {

        BuildMachineOSBuild = 15C50;

        CFBundleDevelopmentRegion = en;

        CFBundleExecutable = YTKNetworkDemo;

        CFBundleIdentifier = "com.yuantiku.YTKNetworkDemo";

        CFBundleInfoDictionaryVersion = "6.0";

        CFBundleInfoPlistURL = "Info.plist -- file:///Users/xianren/Library/Developer/CoreSimulator/Devices/2815C63F-DFA6-4235-BFFB-B49AA5936F25/data/Containers/Bundle/Application/FBA7BD00-8888-467D-8DF0-41FBCBB22C4F/YTKNetworkDemo.app/";

        CFBundleName = YTKNetworkDemo;

        CFBundleNumericVersion = 16809984;

        CFBundlePackageType = APPL;

        CFBundleShortVersionString = "1.0";

        CFBundleSignature = "????";

        CFBundleSupportedPlatforms =     (

            iPhoneSimulator

        );

        CFBundleVersion = 1;

        DTCompiler = "com.apple.compilers.llvm.clang.1_0";

        DTPlatformBuild = "";

        DTPlatformName = iphonesimulator;

        DTPlatformVersion = "9.2";

        DTSDKBuild = 13C75;

        DTSDKName = "iphonesimulator9.2";

        DTXcode = 0720;

        DTXcodeBuild = 7C68;

        LSRequiresIPhoneOS = 1;

        MinimumOSVersion = "8.0";

        UIDeviceFamily =     (

            1,

            2

        );

        UILaunchStoryboardName = LaunchScreen;

        UIMainStoryboardFile = Main;

        UIRequiredDeviceCapabilities =     (

            armv7

        );

        UISupportedInterfaceOrientations =     (

            UIInterfaceOrientationPortrait,

            UIInterfaceOrientationLandscapeLeft,

            UIInterfaceOrientationLandscapeRight

        );

    }

     

  • 相关阅读:
    VM CentOS建立共享文件夹实现VS Code在windows环境下go开发,在centos环境里编译
    Centos7安装protobuf3.6.1
    C++继承汇总(单继承、多继承、虚继承、菱形继承)
    用 Python 发邮件
    C# Task任务教程
    C#获取IP和默认网关
    GO语言从入门到放弃
    Go结构体标签
    解除百度云浏览器端对下载大文件的限制
    移动浏览器横屏
  • 原文地址:https://www.cnblogs.com/XXxiaotaiyang/p/5113617.html
Copyright © 2011-2022 走看看