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'