iOS 打包相关

1、权限列表

<key>NSAppleMusicUsageDescription</key>
<string>是否允许此App访问媒体库?</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>是否允许此App访问蓝牙?</string>
<key>NSCameraUsageDescription</key>
<string>是否允许此App使用你的相机?</string>
<key>NSContactsUsageDescription</key>
<string>是否允许此App读取通讯录信息?</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>我们需要通过您的地理位置信息获取您周边的相关数据</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>是否允许此App访问位置信息?</string>
<key>NSLocationUsageDescription</key>  
<string>地理位置权限</string>  
<key>NSMicrophoneUsageDescription</key>
<string>是否允许此App使用你的麦克风?</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>是否允许此App访问相册</string>
<key>NSRemindersUsageDescription</key>
<string>是否允许此App访问提醒事项?</string>
 
<key>Privacy - Calendars Usage Description </key>
<string>是否允许此App使用日历?</string>
<key>NSCalendarsUsageDescription</key>  
<string>日历权限</string>  



<key>NSSiriUsageDescription</key>
<string>是否允许此App使用Siri?</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>是否允许此App使用语音识别?</string>

<key>NSMotionUsageDescription</key>  
<string>运动权限</string>  


<key>NSHealthUpdateUsageDescription</key>  
<string>健康权限</string>  
<key>NSHealthShareUsageDescription</key>  
<string>健康权限</string>  



<key>NSHomeKitUsageDescription</key>  
<string></string>  
<key>NSVideoSubscriberAccountUsageDescription</key>  
<string></string>  

<key>kTCCServiceMediaLibrary</key>  
<string></string>  

  

2、批量 icon 制作

https://github.com/WuOtto/MacImagesetGenerator

AppIcon

下载对应的sh文件,放到你想导出图片的目录下,将你的原图命名为icon.png,然后在控制台中进入该目录,执行

sh AppIcon.sh

  

LaunchImage

下载对应的sh文件,放到你想导出图片的目录下,将你的原图命名为default.png,然后在控制台中进入该目录,执行

sh AppLaunch.sh

  

构建版本消失了 https://blog.csdn.net/wsyx768/article/details/52538628

原文地址:https://www.cnblogs.com/saytome/p/8876826.html