From 1d36ccdf30b7495d7cba69bc056252c46de3eeeb Mon Sep 17 00:00:00 2001 From: egecankomur Date: Fri, 12 Jun 2026 02:45:46 +0300 Subject: [PATCH] fix: prepare ios app store upload --- ios/Runner/Info.plist | 4 ++++ ios/Runner/Runner.entitlements | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 5f331be..c7d6059 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -26,6 +26,10 @@ $(FLUTTER_BUILD_NUMBER) LSRequiresIPhoneOS + NSLocationWhenInUseUsageDescription + DLS, laboratuvar ve klinik süreçlerinde konumla ilişkili sistem servislerini güvenli şekilde kullanabilmek için gerektiğinde konum erişimi ister. + NSPhotoLibraryUsageDescription + DLS, iş kayıtlarına ve hasta süreçlerine görsel veya dosya ekleyebilmeniz için fotoğraf arşivinize erişim ister. UIApplicationSupportsIndirectInputEvents UIBackgroundModes diff --git a/ios/Runner/Runner.entitlements b/ios/Runner/Runner.entitlements index 903def2..28c29bf 100644 --- a/ios/Runner/Runner.entitlements +++ b/ios/Runner/Runner.entitlements @@ -3,6 +3,6 @@ aps-environment - development + production diff --git a/pubspec.yaml b/pubspec.yaml index f217670..8d734f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: dls_app description: DLS — Dental Lab System (Flutter + PocketBase) by kovakyazilim.com publish_to: none -version: 1.0.0+1 +version: 1.0.0+3 environment: sdk: ">=3.3.0 <4.0.0"