Skip to content

Commit 14081f1

Browse files
Merge branch 'ios'
2 parents 5859908 + 265bb7d commit 14081f1

File tree

2 files changed

+66
-3
lines changed

2 files changed

+66
-3
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost (1.84.0)
3-
- computools-react-native-dynamic-app-icon (0.1.0):
3+
- computools-react-native-dynamic-app-icon (1.0.0):
44
- DoubleConversion
55
- glog
66
- hermes-engine
@@ -1738,7 +1738,7 @@ EXTERNAL SOURCES:
17381738

17391739
SPEC CHECKSUMS:
17401740
boost: 1dca942403ed9342f98334bf4c3621f011aa7946
1741-
computools-react-native-dynamic-app-icon: 58d35b87cda8b128503812b27b5701f34c1b993d
1741+
computools-react-native-dynamic-app-icon: ddc273a0647336f355c4b557fbf6853813f405f8
17421742
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385
17431743
FBLazyVector: be509404b5de73a64a74284edcaf73a5d1e128b1
17441744
fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be

example/ios/ReactNativeDynamicAppIconExample/Info.plist

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,70 @@
88
<string>ReactNativeDynamicAppIconExample</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIcons</key>
12+
<dict>
13+
<key>CFBundleAlternateIcons</key>
14+
<dict>
15+
<key>DefaultIcon</key>
16+
<dict>
17+
<key>CFBundleIconFiles</key>
18+
<array>
19+
<string>DefaultIcon</string>
20+
</array>
21+
<key>UIPrerenderedIcon</key>
22+
<false/>
23+
</dict>
24+
<key>OrangeIcon</key>
25+
<dict>
26+
<key>CFBundleIconFiles</key>
27+
<array>
28+
<string>OrangeIcon</string>
29+
</array>
30+
<key>UIPrerenderedIcon</key>
31+
<false/>
32+
</dict>
33+
<key>PineappleIcon</key>
34+
<dict>
35+
<key>CFBundleIconFiles</key>
36+
<array>
37+
<string>PineappleIcon</string>
38+
</array>
39+
<key>UIPrerenderedIcon</key>
40+
<false/>
41+
</dict>
42+
<key>StrawberryIcon</key>
43+
<dict>
44+
<key>CFBundleIconFiles</key>
45+
<array>
46+
<string>StrawberryIcon</string>
47+
</array>
48+
<key>UIPrerenderedIcon</key>
49+
<false/>
50+
</dict>
51+
</dict>
52+
<key>CFBundlePrimaryIcon</key>
53+
<dict>
54+
<key>CFBundleIconFiles</key>
55+
<array>
56+
<string>DefaultIcon</string>
57+
</array>
58+
<key>CFBundleIconName</key>
59+
<string></string>
60+
<key>UIPrerenderedIcon</key>
61+
<false/>
62+
</dict>
63+
<key>UINewsstandIcon</key>
64+
<dict>
65+
<key>CFBundleIconFiles</key>
66+
<array>
67+
<string>DefaultIcon</string>
68+
</array>
69+
<key>UINewsstandBindingEdge</key>
70+
<string>UINewsstandBindingEdgeLeft</string>
71+
<key>UINewsstandBindingType</key>
72+
<string>UINewsstandBindingTypeMagazine</string>
73+
</dict>
74+
</dict>
1175
<key>CFBundleIdentifier</key>
1276
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1377
<key>CFBundleInfoDictionaryVersion</key>
@@ -26,7 +90,6 @@
2690
<true/>
2791
<key>NSAppTransportSecurity</key>
2892
<dict>
29-
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
3093
<key>NSAllowsArbitraryLoads</key>
3194
<false/>
3295
<key>NSAllowsLocalNetworking</key>

0 commit comments

Comments
 (0)