Skip to content

Commit 44c3bfd

Browse files
authored
Updates Veggie Seasons for publication (flutter#131)
1 parent 5a81d1d commit 44c3bfd

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

veggieseasons/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
**/ios/Flutter/app.flx
6060
**/ios/Flutter/app.zip
6161
**/ios/Flutter/flutter_assets/
62+
**/ios/Flutter/flutter_export_environment.sh
6263
**/ios/ServiceDefinitions.json
6364
**/ios/Runner/GeneratedPluginRegistrant.*
6465

veggieseasons/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ PODS:
44
- Flutter
55

66
DEPENDENCIES:
7-
- Flutter (from `.symlinks/flutter/ios`)
7+
- Flutter (from `.symlinks/flutter/ios-release`)
88
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
99

1010
EXTERNAL SOURCES:
1111
Flutter:
12-
:path: ".symlinks/flutter/ios"
12+
:path: ".symlinks/flutter/ios-release"
1313
shared_preferences:
1414
:path: ".symlinks/plugins/shared_preferences/ios"
1515

@@ -19,4 +19,4 @@ SPEC CHECKSUMS:
1919

2020
PODFILE CHECKSUM: e8988baac3a50f787b9d3ed7ca44957b442f92a7
2121

22-
COCOAPODS: 1.7.1
22+
COCOAPODS: 1.7.2

veggieseasons/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
);
230230
inputPaths = (
231231
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
232-
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
232+
"${PODS_ROOT}/../.symlinks/flutter/ios-release/Flutter.framework",
233233
);
234234
name = "[CP] Embed Pods Frameworks";
235235
outputPaths = (

veggieseasons/ios/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.1.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>$(FLUTTER_BUILD_NUMBER)</string>
24+
<string>7</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UILaunchStoryboardName</key>

veggieseasons/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
name: crypto
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "2.0.6"
59+
version: "2.1.2"
6060
cupertino_icons:
6161
dependency: "direct main"
6262
description:
@@ -87,7 +87,7 @@ packages:
8787
name: font_awesome_flutter
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "8.4.0"
90+
version: "8.5.0"
9191
image:
9292
dependency: transitive
9393
description:
@@ -136,7 +136,7 @@ packages:
136136
name: petitparser
137137
url: "https://pub.dartlang.org"
138138
source: hosted
139-
version: "2.2.1"
139+
version: "2.4.0"
140140
quiver:
141141
dependency: transitive
142142
description:
@@ -157,7 +157,7 @@ packages:
157157
name: shared_preferences
158158
url: "https://pub.dartlang.org"
159159
source: hosted
160-
version: "0.5.3+1"
160+
version: "0.5.3+4"
161161
sky_engine:
162162
dependency: transitive
163163
description: flutter
@@ -225,7 +225,7 @@ packages:
225225
name: xml
226226
url: "https://pub.dartlang.org"
227227
source: hosted
228-
version: "3.4.1"
228+
version: "3.5.0"
229229
yaml:
230230
dependency: transitive
231231
description:
@@ -234,5 +234,5 @@ packages:
234234
source: hosted
235235
version: "2.1.16"
236236
sdks:
237-
dart: ">=2.3.0-dev <3.0.0"
237+
dart: ">=2.4.0 <3.0.0"
238238
flutter: ">=1.5.0 <2.0.0"

veggieseasons/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: veggieseasons
22
description: An iOS app that shows the fruits and veggies currently in season.
33

4-
version: 1.0.0+1
4+
version: 1.1.0
55

66
environment:
77
sdk: ">=2.3.0-dev <3.0.0"
@@ -11,10 +11,10 @@ dependencies:
1111
sdk: flutter
1212

1313
cupertino_icons: ^0.1.2
14-
font_awesome_flutter: ^8.4.0
14+
font_awesome_flutter: ^8.5.0
1515
intl: ^0.15.8
1616
scoped_model: ^1.0.1
17-
shared_preferences: ^0.5.3+1
17+
shared_preferences: ^0.5.3+4
1818

1919
dev_dependencies:
2020
flutter_test:

0 commit comments

Comments
 (0)