[[NSBundle mainBundle]infoDictionary]

{
    BuildMachineOSBuild = 16F73;
    CFBundleDevelopmentRegion = en;
    CFBundleExecutable = "AFNetworking3.0+";
    CFBundleIdentifier = "com.kipo.AFNetworking3-0-";
    CFBundleInfoDictionaryVersion = "6.0";
    CFBundleName = "AFNetworking3.0+";
    CFBundleNumericVersion = 16809984;
    CFBundlePackageType = APPL;
    CFBundleShortVersionString = "1.0";
    CFBundleSupportedPlatforms =     (
                                      iPhoneSimulator
                                      );
    CFBundleVersion = 1;
    DTCompiler = "com.apple.compilers.llvm.clang.1_0";
    DTPlatformBuild = "";
    DTPlatformName = iphonesimulator;
    DTPlatformVersion = "11.0";
    DTSDKBuild = 15A5278f;
    DTSDKName = "iphonesimulator11.0";
    DTXcode = 0900;
    DTXcodeBuild = 9M136h;
    LSRequiresIPhoneOS = 1;
    MinimumOSVersion = "10.3";
    NSAppTransportSecurity =     {
        NSAllowsArbitraryLoads = 1;
    };
    UIDeviceFamily =     (
                          1,
                          2
                          );
    UILaunchStoryboardName = LaunchScreen;
    UIMainStoryboardFile = Main;
    UIRequiredDeviceCapabilities =     (
                                        armv7
                                        );
    UISupportedInterfaceOrientations =     (
                                            UIInterfaceOrientationPortrait,
                                            UIInterfaceOrientationLandscapeLeft,
                                            UIInterfaceOrientationLandscapeRight
                                            );
}

你可能感兴趣的:([[NSBundle mainBundle]infoDictionary])