Skip to content

Commit 4e6a071

Browse files
authored
chore(messaging): update example app (#11942)
1 parent eb9c787 commit 4e6a071

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

packages/firebase_messaging/firebase_messaging/example/macos/Runner.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
isa = PBXProject;
208208
attributes = {
209209
LastSwiftUpdateCheck = 0920;
210-
LastUpgradeCheck = 1300;
210+
LastUpgradeCheck = 1430;
211211
ORGANIZATIONNAME = "The Flutter Authors";
212212
TargetAttributes = {
213213
33CC10EC2044A3C60003C045 = {
@@ -446,7 +446,7 @@
446446
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
447447
CODE_SIGN_STYLE = Automatic;
448448
COMBINE_HIDPI_IMAGES = YES;
449-
DEVELOPMENT_TEAM = YYX2P3XVJ7;
449+
DEVELOPMENT_TEAM = YMA4Y8JWM2;
450450
FRAMEWORK_SEARCH_PATHS = (
451451
"$(inherited)",
452452
"$(PROJECT_DIR)/Flutter/ephemeral",
@@ -581,7 +581,7 @@
581581
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
582582
CODE_SIGN_STYLE = Automatic;
583583
COMBINE_HIDPI_IMAGES = YES;
584-
DEVELOPMENT_TEAM = YYX2P3XVJ7;
584+
DEVELOPMENT_TEAM = YMA4Y8JWM2;
585585
FRAMEWORK_SEARCH_PATHS = (
586586
"$(inherited)",
587587
"$(PROJECT_DIR)/Flutter/ephemeral",
@@ -610,7 +610,7 @@
610610
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
611611
CODE_SIGN_STYLE = Automatic;
612612
COMBINE_HIDPI_IMAGES = YES;
613-
DEVELOPMENT_TEAM = YYX2P3XVJ7;
613+
DEVELOPMENT_TEAM = YMA4Y8JWM2;
614614
FRAMEWORK_SEARCH_PATHS = (
615615
"$(inherited)",
616616
"$(PROJECT_DIR)/Flutter/ephemeral",

packages/firebase_messaging/firebase_messaging/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

packages/firebase_messaging/firebase_messaging/example/pubspec.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ dependencies:
1010
firebase_messaging: ^14.7.5
1111
flutter:
1212
sdk: flutter
13-
flutter_local_notifications: ^14.0.0+1
13+
flutter_local_notifications: ^16.1.0
1414
http: ^0.13.0
1515

16-
dependency_overrides:
17-
# Override for `flutter_local_notifications`:
18-
plugin_platform_interface: ^2.1.3
19-
2016
flutter:
2117
uses-material-design: true

0 commit comments

Comments
 (0)