Update runner files

This commit is contained in:
Shawn 2022-10-03 19:38:31 -06:00
parent aa6fd4a300
commit 3ee600cfec
4 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1320"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"

View File

@ -3,8 +3,8 @@ FLUTTER_ROOT=/Users/shawn/Dev/flutter
FLUTTER_APPLICATION_PATH=/Users/shawn/Dev/gskinner/flutter-wonders-app
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.9.0
FLUTTER_BUILD_NUMBER=1.9.0
FLUTTER_BUILD_NAME=1.9.6
FLUTTER_BUILD_NUMBER=1.9.6
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false

View File

@ -4,8 +4,8 @@ export "FLUTTER_ROOT=/Users/shawn/Dev/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/shawn/Dev/gskinner/flutter-wonders-app"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.9.0"
export "FLUTTER_BUILD_NUMBER=1.9.0"
export "FLUTTER_BUILD_NAME=1.9.6"
export "FLUTTER_BUILD_NUMBER=1.9.6"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"

View File

@ -238,7 +238,7 @@ packages:
name: file
url: "https://pub.dartlang.org"
source: hosted
version: "6.1.2"
version: "6.1.4"
fixnum:
dependency: transitive
description:
@ -1027,7 +1027,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.12"
version: "0.4.14"
timing:
dependency: transitive
description:
@ -1125,14 +1125,14 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
vm_service:
dependency: transitive
description:
name: vm_service
url: "https://pub.dartlang.org"
source: hosted
version: "9.3.0"
version: "9.4.0"
watcher:
dependency: transitive
description:
@ -1190,5 +1190,5 @@ packages:
source: hosted
version: "2.3.0"
sdks:
dart: ">=2.17.1 <3.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.0.0"