Update README and change bundle identifier.
This commit is contained in:
parent
fc2e26d606
commit
0504040374
5 changed files with 18 additions and 9 deletions
15
README.md
15
README.md
|
|
@ -1,6 +1,16 @@
|
|||

|
||||
|
||||
A FRC scouting and statistics app. Developed by Laser Robotics.
|
||||
A simple FRC scouting app. Developed by Laser Robotics.
|
||||
|
||||
# What is planned
|
||||
|
||||
* Breakdowns of match statistics
|
||||
* Stat comparisons
|
||||
* Ability to export data
|
||||
|
||||
# Some extra notes
|
||||
|
||||
This is a side project by a few of our members and is our first Flutter project. Please leave suggestions and tips about what we could do better!
|
||||
|
||||
# How to contribute
|
||||
|
||||
|
|
@ -13,5 +23,4 @@ A FRC scouting and statistics app. Developed by Laser Robotics.
|
|||
1. Run the command `flutter run` in your terminal while inside project folder.
|
||||
2. Open the app in your desired platform.
|
||||
|
||||
* If you plan to test on an iPhone, you must have a Apple Developer account and a MacOS device with Xcode. I reccomend [this guide](https://www.geeksforgeeks.org/how-to-install-flutter-app-on-ios/)
|
||||
|
||||
* If you plan to test on an iPhone, you must have a Apple Developer account and a MacOS device with Xcode. I reccomend [this guide](https://www.geeksforgeeks.org/how-to-install-flutter-app-on-ios/)
|
||||
|
|
@ -15,4 +15,4 @@ subprojects {
|
|||
|
||||
tasks.register("clean", Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@ pluginManagement {
|
|||
|
||||
plugins {
|
||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||
id "com.android.application" version "8.1.0" apply false
|
||||
id "com.android.application" version "8.2.2" apply false
|
||||
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<string>org.laserrobotics.LaserScouter</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>laserscouter</string>
|
||||
<string>Laser Scouter</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: laserscouter
|
||||
description: "A FRC scouting and statistics app. Developed by Laser Robotics"
|
||||
description: "A FRC scouting app. Developed by Laser Robotics"
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
|
@ -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
|
||||
|
||||
environment:
|
||||
sdk: ^3.6.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue