From d9da82bbdcf457bc00b3b072d3712fa49f77ce62 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 11 Mar 2026 11:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=EF=BC=9A=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 2 +- android/build.gradle | 14 ++++++++++++++ android/settings.gradle | 4 ++-- ios/Runner/Info.plist | 4 ++-- pubspec.yaml | 6 +++--- 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7d0ea3f..0db669f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - PetsHero + PetsHero AI NSPhotoLibraryUsageDescription We need access to your photos to use as reference for AI image generation. NSPhotoLibraryAddUsageDescription @@ -19,7 +19,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - app_client + PetsHero AI CFBundlePackageType APPL CFBundleShortVersionString diff --git a/pubspec.yaml b/pubspec.yaml index 1d86448..7ca6eca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ -name: app_client -description: A new Flutter project. +name: pets_hero_ai +description: PetsHero AI Application. publish_to: 'none' -version: 1.0.0+1 +version: 1.0.1+2 environment: sdk: '>=3.0.0 <4.0.0'