diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 54b3982..86b59bd 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -1,69 +1,69 @@ - - LSApplicationQueriesSchemes - - mailto - - NSLocationWhenInUseUsageDescription - Your location will be displayed on the campus map, and used to estimate distance between you and a building. - NSLocationAlwaysAndWhenInUseUsageDescription - Your location will be displayed on the campus map, and used to estimate distance between you and a building. - CADisableMinimumFrameDurationOnPhone - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleDisplayName - GoKnights - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleLocalizations - - en - es - zh - he - hi - - CFBundleName - goknights - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleSignature - ???? - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - LSRequiresIPhoneOS - - UIApplicationSupportsIndirectInputEvents - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - ITSAppUsesNonExemptEncryption - - io.flutter.embedded_views_preview - - UIStatusBarHidden - - + + LSApplicationQueriesSchemes + + mailto + + NSLocationWhenInUseUsageDescription + Your location will be displayed on the campus map, and used to estimate distance between you and a building. All location data is processed on-device and never sent to a server. + NSLocationAlwaysAndWhenInUseUsageDescription + Your location will be displayed on the campus map, and used to estimate distance between you and a building. All location data is processed on-device and never sent to a server. + CADisableMinimumFrameDurationOnPhone + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + GoKnights + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleLocalizations + + en + es + zh + he + hi + + CFBundleName + goknights + CFBundlePackageType + APPL + CFBundleShortVersionString + $(FLUTTER_BUILD_NAME) + CFBundleSignature + ???? + CFBundleVersion + $(FLUTTER_BUILD_NUMBER) + LSRequiresIPhoneOS + + UIApplicationSupportsIndirectInputEvents + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + ITSAppUsesNonExemptEncryption + + io.flutter.embedded_views_preview + + UIStatusBarHidden + + diff --git a/pubspec.yaml b/pubspec.yaml index 81b9b38..2a882f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,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: 2.2.0+45 +version: 2.2.1+46 environment: sdk: '>=3.1.0 <4.0.0'