···4343 - [x] Immediate save on media add/remove
4444 - [x] Save on app backgrounding
4545 - [x] Cancel pending saves on dispose
4646-- [/] Image picker integration:
4646+- [x] Image picker integration:
4747 - [x] Gallery selection (image_picker)
4848- - [ ] Camera capture
4848+ - [x] Camera capture
4949 - [x] Max 4 images limit
5050 - [x] JPEG/PNG/WebP support
5151 - [x] Add media to draft
+7-1
ios/Runner/Info.plist
···1414 <string>org.stormlightlabs.lazurite</string>
1515 </array>
1616 </dict>
1717- </array>
1717+1818+ <key>NSPhotoLibraryUsageDescription</key>
1919+ <string>Lazurite needs access to your photo library to attach images to posts.</string>
2020+ <key>NSCameraUsageDescription</key>
2121+ <string>Lazurite needs access to your camera to take photos for posts.</string>
2222+ <key>NSMicrophoneUsageDescription</key>
2323+ <string>Lazurite needs access to your microphone for video recording.</string>
1824 <key>CFBundleDevelopmentRegion</key>
1925 <string>$(DEVELOPMENT_LANGUAGE)</string>
2026 <key>CFBundleDisplayName</key>