質問編集履歴
2
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -83,7 +83,7 @@
|
|
83
83
|
<icon src="/res/ios/icon/icon-small@3x.png" width="87" height="87"/>
|
84
84
|
<icon src="/res/ios/icon/icon-83.5@2x~ipad.png" width="167" height="167"/>
|
85
85
|
<icon src="/res/ios/icon/icon-1024.png" width="1024" height="1024"/>
|
86
|
-
|
86
|
+
|
87
87
|
<config-file platform="ios" parent="CFBundleLocalizations" target="*-Info.plist">
|
88
88
|
<array>
|
89
89
|
<string>en</string>
|
1
文字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,6 +21,7 @@
|
|
21
21
|
|
22
22
|
### config.xml(デフォルト)
|
23
23
|
|
24
|
+
```ここに言語を入力
|
24
25
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
25
26
|
<widget xmlns="http://www.w3.org/ns/widgets" id="com.example.helloworld" version="1.0.0">
|
26
27
|
<name>Minimum Template</name>
|
@@ -113,6 +114,7 @@
|
|
113
114
|
</platform>
|
114
115
|
</widget>
|
115
116
|
|
117
|
+
```
|
116
118
|
|
117
119
|
### 試したこと
|
118
120
|
|