iOS / iOS App Name Localization

2018-08-09

Pre-requisites

env.

  • Xcode 9
  • macOS High Sierra

InfoPlist.strings 만들기

  1. File > New > File…
  2. FileName: InfoPlist.strings

Localization 추가하기

  1. Project > Info Localizations에 사용할 언어를 추가한다. English, Korean
  2. InfoPlist.strings 의 File Inspector에서 Localization > ‘localize’ 버튼 클릭
  3. English, Korean 추가
  4. InfoPlist.strings(korean)
  • CFBundleDisplayName=“앱이름”
  1. InfoPlist.strings(english)
  • CFBundleDisplayName=“AppName”
  1. 기타 권한 설명 추가하기
  • 사진라이브러리 권한: NSPhotoLibraryUsageDescription="";
iosinfoplist

Setup CentOS 7 in VritualBox

iOS / study / Accessing Keychain Items with Face ID or Touch ID (2)