Skip to content

Commit 733c961

Browse files
committed
deps: Upgrade Flutter to 3.33.0-1.0.pre.347
And update Flutter's supporting libraries to match, and take an automatic update to the iOS Info.plist file.
1 parent a4b5abb commit 733c961

File tree

3 files changed

+104
-83
lines changed

3 files changed

+104
-83
lines changed

ios/Runner/Info.plist

Lines changed: 92 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,96 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4-
<dict>
5-
<key>CADisableMinimumFrameDurationOnPhone</key>
6-
<true/>
7-
<key>CFBundleDevelopmentRegion</key>
8-
<string>$(DEVELOPMENT_LANGUAGE)</string>
9-
<key>CFBundleDisplayName</key>
10-
<string>Zulip beta</string>
11-
<key>CFBundleExecutable</key>
12-
<string>$(EXECUTABLE_NAME)</string>
13-
<key>CFBundleIdentifier</key>
14-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
15-
<key>CFBundleInfoDictionaryVersion</key>
16-
<string>6.0</string>
17-
<key>CFBundleName</key>
18-
<string>Zulip beta</string>
19-
<key>CFBundlePackageType</key>
20-
<string>APPL</string>
21-
<key>CFBundleShortVersionString</key>
22-
<string>$(FLUTTER_BUILD_NAME)</string>
23-
<key>CFBundleSignature</key>
24-
<string>????</string>
25-
<key>CFBundleURLTypes</key>
26-
<array>
27-
<dict>
28-
<key>CFBundleURLName</key>
29-
<string>com.zulip.flutter</string>
30-
<key>CFBundleURLSchemes</key>
31-
<array>
32-
<string>zulip</string>
33-
</array>
34-
</dict>
35-
</array>
36-
<key>CFBundleVersion</key>
37-
<string>$(FLUTTER_BUILD_NUMBER)</string>
38-
<key>FlutterDeepLinkingEnabled</key>
39-
<true/>
40-
<key>ITSAppUsesNonExemptEncryption</key>
41-
<false/>
42-
<key>LSRequiresIPhoneOS</key>
43-
<true/>
44-
<key>NSCameraUsageDescription</key>
45-
<string>By allowing camera access, you can take photos and send them in Zulip messages.</string>
46-
<key>NSPhotoLibraryUsageDescription</key>
47-
<string>Choose photos from your library and send them in Zulip messages.</string>
48-
<key>UIApplicationSupportsIndirectInputEvents</key>
49-
<true/>
50-
<key>UIBackgroundModes</key>
51-
<array>
52-
<string>fetch</string>
53-
<string>remote-notification</string>
54-
</array>
55-
<key>UILaunchStoryboardName</key>
56-
<string>LaunchScreen</string>
57-
<key>UIMainStoryboardFile</key>
58-
<string>Main</string>
59-
<key>UISupportedInterfaceOrientations</key>
60-
<array>
61-
<string>UIInterfaceOrientationPortrait</string>
62-
<string>UIInterfaceOrientationLandscapeLeft</string>
63-
<string>UIInterfaceOrientationLandscapeRight</string>
64-
</array>
65-
<key>UISupportedInterfaceOrientations~ipad</key>
66-
<array>
67-
<string>UIInterfaceOrientationPortrait</string>
68-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
69-
<string>UIInterfaceOrientationLandscapeLeft</string>
70-
<string>UIInterfaceOrientationLandscapeRight</string>
71-
</array>
72-
<key>UIViewControllerBasedStatusBarAppearance</key>
73-
<false/>
74-
</dict>
4+
<dict>
5+
<key>CADisableMinimumFrameDurationOnPhone</key>
6+
<true/>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>$(DEVELOPMENT_LANGUAGE)</string>
9+
<key>CFBundleDisplayName</key>
10+
<string>Zulip beta</string>
11+
<key>CFBundleExecutable</key>
12+
<string>$(EXECUTABLE_NAME)</string>
13+
<key>CFBundleIdentifier</key>
14+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
15+
<key>CFBundleInfoDictionaryVersion</key>
16+
<string>6.0</string>
17+
<key>CFBundleName</key>
18+
<string>Zulip beta</string>
19+
<key>CFBundlePackageType</key>
20+
<string>APPL</string>
21+
<key>CFBundleShortVersionString</key>
22+
<string>$(FLUTTER_BUILD_NAME)</string>
23+
<key>CFBundleSignature</key>
24+
<string>????</string>
25+
<key>CFBundleURLTypes</key>
26+
<array>
27+
<dict>
28+
<key>CFBundleURLName</key>
29+
<string>com.zulip.flutter</string>
30+
<key>CFBundleURLSchemes</key>
31+
<array>
32+
<string>zulip</string>
33+
</array>
34+
</dict>
35+
</array>
36+
<key>CFBundleVersion</key>
37+
<string>$(FLUTTER_BUILD_NUMBER)</string>
38+
<key>FlutterDeepLinkingEnabled</key>
39+
<true/>
40+
<key>ITSAppUsesNonExemptEncryption</key>
41+
<false/>
42+
<key>LSRequiresIPhoneOS</key>
43+
<true/>
44+
<key>NSCameraUsageDescription</key>
45+
<string>By allowing camera access, you can take photos and send them in Zulip messages.</string>
46+
<key>NSPhotoLibraryUsageDescription</key>
47+
<string>Choose photos from your library and send them in Zulip messages.</string>
48+
<key>UIApplicationSupportsIndirectInputEvents</key>
49+
<true/>
50+
<key>UIBackgroundModes</key>
51+
<array>
52+
<string>fetch</string>
53+
<string>remote-notification</string>
54+
</array>
55+
<key>UILaunchStoryboardName</key>
56+
<string>LaunchScreen</string>
57+
<key>UIMainStoryboardFile</key>
58+
<string>Main</string>
59+
<key>UISupportedInterfaceOrientations</key>
60+
<array>
61+
<string>UIInterfaceOrientationPortrait</string>
62+
<string>UIInterfaceOrientationLandscapeLeft</string>
63+
<string>UIInterfaceOrientationLandscapeRight</string>
64+
</array>
65+
<key>UISupportedInterfaceOrientations~ipad</key>
66+
<array>
67+
<string>UIInterfaceOrientationPortrait</string>
68+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
69+
<string>UIInterfaceOrientationLandscapeLeft</string>
70+
<string>UIInterfaceOrientationLandscapeRight</string>
71+
</array>
72+
<key>UIViewControllerBasedStatusBarAppearance</key>
73+
<false/>
74+
<key>UIApplicationSceneManifest</key>
75+
<dict>
76+
<key>UIApplicationSupportsMultipleScenes</key>
77+
<false/>
78+
<key>UISceneConfigurations</key>
79+
<dict>
80+
<key>UIWindowSceneSessionRoleApplication</key>
81+
<array>
82+
<dict>
83+
<key>UISceneClassName</key>
84+
<string>UIWindowScene</string>
85+
<key>UISceneDelegateClassName</key>
86+
<string>FlutterSceneDelegate</string>
87+
<key>UISceneConfigurationName</key>
88+
<string>flutter</string>
89+
<key>UISceneStoryboardFile</key>
90+
<string>Main</string>
91+
</dict>
92+
</array>
93+
</dict>
94+
</dict>
95+
</dict>
7596
</plist>

pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,26 +1079,26 @@ packages:
10791079
dependency: "direct dev"
10801080
description:
10811081
name: test
1082-
sha256: "301b213cd241ca982e9ba50266bd3f5bd1ea33f1455554c5abb85d1be0e2d87e"
1082+
sha256: "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb"
10831083
url: "https://pub.dev"
10841084
source: hosted
1085-
version: "1.25.15"
1085+
version: "1.26.2"
10861086
test_api:
10871087
dependency: "direct dev"
10881088
description:
10891089
name: test_api
1090-
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
1090+
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
10911091
url: "https://pub.dev"
10921092
source: hosted
1093-
version: "0.7.4"
1093+
version: "0.7.6"
10941094
test_core:
10951095
dependency: transitive
10961096
description:
10971097
name: test_core
1098-
sha256: "84d17c3486c8dfdbe5e12a50c8ae176d15e2a771b96909a9442b40173649ccaa"
1098+
sha256: "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a"
10991099
url: "https://pub.dev"
11001100
source: hosted
1101-
version: "0.6.8"
1101+
version: "0.6.11"
11021102
timing:
11031103
dependency: transitive
11041104
description:
@@ -1191,10 +1191,10 @@ packages:
11911191
dependency: transitive
11921192
description:
11931193
name: vector_math
1194-
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
1194+
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
11951195
url: "https://pub.dev"
11961196
source: hosted
1197-
version: "2.1.4"
1197+
version: "2.2.0"
11981198
video_player:
11991199
dependency: "direct main"
12001200
description:
@@ -1355,5 +1355,5 @@ packages:
13551355
source: path
13561356
version: "0.0.1"
13571357
sdks:
1358-
dart: ">=3.9.0-114.0.dev <4.0.0"
1359-
flutter: ">=3.33.0-1.0.pre.44"
1358+
dart: ">=3.9.0-172.0.dev <4.0.0"
1359+
flutter: ">=3.33.0-1.0.pre.347"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ environment:
1414
# We use a recent version of Flutter from its main channel, and
1515
# the corresponding recent version of the Dart SDK.
1616
# Feel free to update these regularly; see README.md for instructions.
17-
sdk: '>=3.9.0-114.0.dev <4.0.0'
18-
flutter: '>=3.33.0-1.0.pre.44' # 358b0726882869cd917e1e2dc07b6c298e6c2992
17+
sdk: '>=3.9.0-172.0.dev <4.0.0'
18+
flutter: '>=3.33.0-1.0.pre.347' # d2e4017f8174fcb71baeb17d6210c4b51f59c564
1919

2020
# To update dependencies, see instructions in README.md.
2121
dependencies:

0 commit comments

Comments
 (0)