fix: prepare ios app store upload

This commit is contained in:
egecankomur
2026-06-12 02:45:46 +03:00
parent d504e505d3
commit 1d36ccdf30
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -26,6 +26,10 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>DLS, laboratuvar ve klinik süreçlerinde konumla ilişkili sistem servislerini güvenli şekilde kullanabilmek için gerektiğinde konum erişimi ister.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>DLS, iş kayıtlarına ve hasta süreçlerine görsel veya dosya ekleyebilmeniz için fotoğraf arşivinize erişim ister.</string>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIBackgroundModes</key>
+1 -1
View File
@@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<string>production</string>
</dict>
</plist>