Skip to content

Commit 118870e

Browse files
committed
upd
1 parent 12e6867 commit 118870e

3 files changed

Lines changed: 11 additions & 48 deletions

File tree

22 KB
Loading
Lines changed: 9 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,14 @@
11
{
2-
"images" : [
2+
"images": [
33
{
4-
"idiom" : "iphone",
5-
"scale" : "2x",
6-
"size" : "20x20"
7-
},
8-
{
9-
"idiom" : "iphone",
10-
"scale" : "3x",
11-
"size" : "20x20"
12-
},
13-
{
14-
"idiom" : "iphone",
15-
"scale" : "2x",
16-
"size" : "29x29"
17-
},
18-
{
19-
"idiom" : "iphone",
20-
"scale" : "3x",
21-
"size" : "29x29"
22-
},
23-
{
24-
"idiom" : "iphone",
25-
"scale" : "2x",
26-
"size" : "40x40"
27-
},
28-
{
29-
"idiom" : "iphone",
30-
"scale" : "3x",
31-
"size" : "40x40"
32-
},
33-
{
34-
"idiom" : "iphone",
35-
"scale" : "2x",
36-
"size" : "60x60"
37-
},
38-
{
39-
"idiom" : "iphone",
40-
"scale" : "3x",
41-
"size" : "60x60"
42-
},
43-
{
44-
"idiom" : "ios-marketing",
45-
"scale" : "1x",
46-
"size" : "1024x1024"
4+
"filename": "AppIcon.png",
5+
"idiom": "universal",
6+
"platform": "ios",
7+
"size": "1024x1024"
478
}
489
],
49-
"info" : {
50-
"author" : "xcode",
51-
"version" : 1
10+
"info": {
11+
"author": "xcode",
12+
"version": 1
5213
}
53-
}
14+
}

bricks/react-native-example/__brick__/ios/FlutterRNEmbeddingExample/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
1616
<string>$(PRODUCT_NAME)</string>
17+
<key>CFBundleIconName</key>
18+
<string>AppIcon</string>
1719
<key>CFBundlePackageType</key>
1820
<string>APPL</string>
1921
<key>CFBundleShortVersionString</key>

0 commit comments

Comments
 (0)