2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00
This commit is contained in:
Oliver Walters 2021-03-05 21:20:23 +11:00
parent a6de7d619a
commit d6e9746d8c
3 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
export "FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios"
export "FLUTTER_BUILD_NAME=0.1.2"
export "FLUTTER_BUILD_NUMBER=6"
export "FLUTTER_BUILD_NAME=0.1.3"
export "FLUTTER_BUILD_NUMBER=7"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"

View File

@ -36,7 +36,7 @@ class PaginatedSearchWidget extends StatelessWidget {
}
},
decoration: InputDecoration(
hintText: "Search parts",
hintText: I18N.of(context).search,
),
),
trailing: Text(

View File

@ -7,7 +7,7 @@ description: InvenTree stock management
# 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.1.2+6
version: 0.1.3+7
environment:
sdk: ">=2.1.0 <3.0.0"