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"