Skip to content

Commit 6f2314d

Browse files
committed
Update version to 10.31.1, enhance iOS Info.plist with camera and photo library usage descriptions, and refactor code for improved readability in index.tsx. Adjust currentVersionInfo retrieval in RCTPushy.mm for better data handling.
1 parent a6e9ece commit 6f2314d

File tree

5 files changed

+1253
-610
lines changed

5 files changed

+1253
-610
lines changed

Example/testHotUpdate/ios/AwesomeProject/Info.plist

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@
3737
</dict>
3838
</dict>
3939
</dict>
40+
<key>NSCameraUsageDescription</key>
41+
<string>For taking photos</string>
4042
<key>NSLocationWhenInUseUsageDescription</key>
4143
<string></string>
44+
<key>NSPhotoLibraryUsageDescription</key>
45+
<string>For saving photos</string>
46+
<key>RCTNewArchEnabled</key>
47+
<true/>
4248
<key>UILaunchStoryboardName</key>
4349
<string>LaunchScreen</string>
4450
<key>UIRequiredDeviceCapabilities</key>
@@ -53,10 +59,5 @@
5359
</array>
5460
<key>UIViewControllerBasedStatusBarAppearance</key>
5561
<false/>
56-
<key>NSCameraUsageDescription</key>
57-
<string>For taking photos</string>
58-
59-
<key>NSPhotoLibraryUsageDescription</key>
60-
<string>For saving photos</string>
6162
</dict>
6263
</plist>

0 commit comments

Comments
 (0)