tecban_mobile/macos/Runner/Configs/AppInfo.xcconfig
steeve c3e900434b Changes to be committed:
modified:   android/app/build.gradle
	modified:   android/app/src/main/AndroidManifest.xml
	modified:   android/app/src/main/kotlin/com/example/recomendagro/MainActivity.kt
	new file:   android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png
	new file:   android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png
	new file:   android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png
	new file:   android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
	new file:   android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
	new file:   android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
	new file:   android/app/src/main/res/mipmap-hdpi/launcher_icon.png
	new file:   android/app/src/main/res/mipmap-mdpi/launcher_icon.png
	new file:   android/app/src/main/res/mipmap-xhdpi/launcher_icon.png
	new file:   android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png
	new file:   android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png
	new file:   android/app/src/main/res/values/colors.xml
	modified:   ios/Podfile.lock
	modified:   ios/Runner.xcodeproj/project.pbxproj
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
	new file:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png
	new file:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png
	new file:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png
	new file:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
	new file:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png
	new file:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
	modified:   ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
	new file:   lib/assets/icons/app_icon.png
	modified:   linux/CMakeLists.txt
	modified:   macos/Runner.xcodeproj/project.pbxproj
	modified:   macos/Runner/Configs/AppInfo.xcconfig
	modified:   pubspec.lock
	modified:   pubspec.yaml
2024-01-27 17:36:42 -03:00

15 lines
606 B
Plaintext

// Application-level settings for the Runner target.
//
// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the
// future. If not, the values below would default to using the project name when this becomes a
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = recomendagro
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = br.com.recomendagro
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.