Skip to content

Commit

Permalink
Merge pull request #42 from Open-Source-Agriculture/iosGroundCover
Browse files Browse the repository at this point in the history
change name to Soil LogR
  • Loading branch information
ottersp0tter committed Mar 21, 2021
2 parents 7521a8c + dcda3ec commit 9057dec
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Soil Mate
# Soil LogR
## *Helper app designed to assist the collection of soil data.*

The soil mate app provides a simple and convenient way to collect soil data at sample locations in the field. The Soil Mate app is targeted across multiple industries, including agriculture, environmental science, geology, and mining. The current version of the app collects soil texture data.
The Soil LogR app (previously) provides a simple and convenient way to collect soil data at sample locations in the field. The Soil Mate app is targeted across multiple industries, including agriculture, environmental science, geology, and mining. The current version of the app collects soil texture data.

<img src="assets/sm_screenshots.png" alt="drawing" width="400"/>

Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<application
android:name="io.flutter.app.FlutterApplication"
android:label="Soil Mate"
android:label="Soil LogR"
android:icon="@mipmap/launcher_icon">
<activity
android:name=".MainActivity"
Expand Down
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 11.1;
CURRENT_PROJECT_VERSION = 11.3;
DEVELOPMENT_TEAM = RJ8J2QW52A;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -356,7 +356,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.3.0;
MARKETING_VERSION = 0.3.01;
PRODUCT_BUNDLE_IDENTIFIER = "au.com.opensourceagriculture.soil-mate";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -478,7 +478,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 11.1;
CURRENT_PROJECT_VERSION = 11.3;
DEVELOPMENT_TEAM = RJ8J2QW52A;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -494,7 +494,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.3.0;
MARKETING_VERSION = 0.3.01;
PRODUCT_BUNDLE_IDENTIFIER = "au.com.opensourceagriculture.soil-mate";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand All @@ -510,7 +510,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 11.1;
CURRENT_PROJECT_VERSION = 11.3;
DEVELOPMENT_TEAM = RJ8J2QW52A;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -526,7 +526,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.3.0;
MARKETING_VERSION = 0.3.01;
PRODUCT_BUNDLE_IDENTIFIER = "au.com.opensourceagriculture.soil-mate";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Soil Mate</string>
<string>Soil LogR</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.3.0+11
version: 0.3.01+11.3

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 9057dec

Please sign in to comment.