コメント
コメントの投稿
※名前とタイトルが入力されていないコメントでは他のコメントとの区別ができません。
入力されていないコメントには返信しませんのであらかじめご了承くださいませ。
<plist version="1.0">
<dict>
<key>NSCameraUsageDescription</key>
<string>Please allow the application to scan using the camera.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Please allow the application to use Bluetooth.</string>
<key>NSCalendarsUsageDescription</key>
<string>Please allow the application to access the calendar.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Please allow the application to display the photo library.</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>es</string>
<string>fr</string>
<string>ja</string>
<string>ko</string>
<string>pt</string>
<string>ru</string>
<string>zh-Hans</string>
<string>zh-Hant</string>
</array>
</dict>
</plist>
CFBundleDisplayName = "AppName";
NSCameraUsageDescription = "カメラを利用してスキャンします。";
NSBluetoothPeripheralUsageDescription = "Bluetoothを利用します。";
NSCalendarsUsageDescription = "カレンダーを利用します。";
NSPhotoLibraryUsageDescription = "フォトライブラリを利用します。";
CFBundleDisplayName = "AppName";
NSCameraUsageDescription = "Permita que la aplicación escanee con la cámara.";
NSBluetoothPeripheralUsageDescription = "Permita que la aplicación utilice Bluetooth.";
NSCalendarsUsageDescription = "Permita que la aplicación acceda al calendario.";
NSPhotoLibraryUsageDescription = "Permita que la aplicación muestre la biblioteca de fotos.";
※名前とタイトルが入力されていないコメントでは他のコメントとの区別ができません。
入力されていないコメントには返信しませんのであらかじめご了承くださいませ。