|
8 | 8 | <string>ReactNativeDynamicAppIconExample</string>
|
9 | 9 | <key>CFBundleExecutable</key>
|
10 | 10 | <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> |
11 | 75 | <key>CFBundleIdentifier</key>
|
12 | 76 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
13 | 77 | <key>CFBundleInfoDictionaryVersion</key>
|
|
26 | 90 | <true/>
|
27 | 91 | <key>NSAppTransportSecurity</key>
|
28 | 92 | <dict>
|
29 |
| - <!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! --> |
30 | 93 | <key>NSAllowsArbitraryLoads</key>
|
31 | 94 | <false/>
|
32 | 95 | <key>NSAllowsLocalNetworking</key>
|
|
0 commit comments