美文网首页
iOS 开发让应用文件夹显示在文件中

iOS 开发让应用文件夹显示在文件中

作者: 非叼牛 | 来源:发表于2023-07-03 15:46 被阅读0次

    在InfoPlist添加以下键,并且全部设置为YES(括号里的是平时显示的键)
    CFBundleAllowMixedLocalizations (Localized resources can be mixed)
    UIFileSharingEnabled (Application supports iTunes file sharing)
    UIApplicationSupportsIndirectInputEvents. (Application supports indirect input events)
    LSSupportsOpeningDocumentsInPlace
    LSRequiresIPhoneOS

    如需隐藏应用文件夹只需将 UIFileSharingEnabled 的值设为NO

    相关文章

      网友评论

          本文标题:iOS 开发让应用文件夹显示在文件中

          本文链接:https://www.haomeiwen.com/subject/knqeedtx.html