From 8590918b13d97720dfeb4f9c2b47b9e4d590919a Mon Sep 17 00:00:00 2001 From: henrik Date: Sat, 10 Jun 2023 00:51:05 +0200 Subject: [PATCH] set version to v1.0.0 (3) --- ios/Runner/Info.plist | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index af96f6b..0593f68 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,8 +2,6 @@ - NSPhotoLibraryUsageDescription - Photo Library Access CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion @@ -30,6 +28,8 @@ NSAppTransportSecurity + NSPhotoLibraryUsageDescription + Photo Library Access UIApplicationSupportsIndirectInputEvents UILaunchStoryboardName diff --git a/pubspec.yaml b/pubspec.yaml index c73df49..d523d03 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 1.0.0+3 environment: sdk: '>=2.19.2 <3.0.0'