custom-config 플러그인 사용
1660 단어 코르도바config.xmlconfig-fileplist
개요
"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
Reference
이 문제에 관하여(custom-config 플러그인 사용), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/No473/items/4fed9a9f08ea9aad13e3
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ 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
Reference
이 문제에 관하여(custom-config 플러그인 사용), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/No473/items/4fed9a9f08ea9aad13e3
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
<platform name="ios">
[その他のiosの設定がずらずら]
<config-file parent="CFBundleLocalizations" platform="ios" target="*-Info.plist">
<array>
<string>en</string>
<string>ja</string>
</array>
</config-file>
</platform>
$ cordova build ios
<key>CFBundleLocalizations</key>
<array>
<string>en</string>
<string>ja</string>
</array>
config.xml 파일은 각 플랫폼에 대해 생성됩니다.
[프로젝트 이름]/platforms/ios/[프로젝트 이름]/config.xml
그건 그렇고, plist는
[프로젝트 이름]/platforms/ios/[프로젝트 이름]/[프로젝트 이름]-Info.plist
Reference
이 문제에 관하여(custom-config 플러그인 사용), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/No473/items/4fed9a9f08ea9aad13e3텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)