You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
486 B
15 lines
486 B
4 years ago
|
/*
|
||
|
InfoPlist.strings
|
||
|
Runner
|
||
|
|
||
|
Created by 冯美坎 on 2021/7/19.
|
||
|
|
||
|
*/
|
||
|
|
||
|
CFBundleName="huixiang";
|
||
|
CFBundleDisplayName="huixiang";
|
||
|
NSCameraUsageDescription="您的相机权限将用于更新头像使用";
|
||
|
NSPhotoLibraryUsageDescription="您的照片信息将用于更新头像使用";
|
||
|
NSLocationWhenInUseUsageDescription="您的定位位置信息将用于查看周围的门店";
|
||
|
NSLocationAlwaysAndWhenInUseUsageDescription="您的定位位置信息将用于查看周围的门店";
|