custom-config 플러그인 사용

개요



"info.plist"의 설정 값을 "config.xml"에서 지정할 수 있습니다.

cordova-custom-config를 사용합니다.
기본적으로 여기에 쓰여진 거리
htps : // 기주 b. 코 m / d 파 99c / 코 r ゔ ぁ 쿠 s와 m 콘 후 ぃ g

플러그인 도입


$ cordova plugin add cordova-custom-config --fetch --save

사용법



config.xml 편집



이번에는 "info.plist"의 "Localization"을 "config.xml"에서 지정합니다.
<platform name="ios">

[その他のiosの設定がずらずら]

  <config-file parent="CFBundleLocalizations" platform="ios" target="*-Info.plist">
    <array>
      <string>en</string>
      <string>ja</string>
    </array>
  </config-file>
</platform>

parent의 값, string의 값은, 실제로 「info.plist」파일을 텍스트 에디터로 확인해 지정

빌드를 실행하면 「info.plist」에 반영된다
$ cordova build ios

반영된 'info.plist'의 일부
<key>CFBundleLocalizations</key>
<array>
  <string>en</string>
  <string>ja</string>
</array>

XCode의 표시


기타



config.xml 파일은 각 플랫폼에 대해 생성됩니다.
[프로젝트 이름]/platforms/ios/[프로젝트 이름]/config.xml

그건 그렇고, plist는
[프로젝트 이름]/platforms/ios/[프로젝트 이름]/[프로젝트 이름]-Info.plist

좋은 웹페이지 즐겨찾기