Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 752d0cd

Browse files
build(deps): bump flutter_local_notifications from 18.0.1 to 19.2.1 in /packages/altfire_messenger (#123)
* build(deps): bump flutter_local_notifications Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 18.0.1 to 19.2.1. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](MaikuB/flutter_local_notifications@flutter_local_notifications-v18.0.1...flutter_local_notifications-v19.2.1) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * test: fix * chore: remove windows files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryunosuke Muramatsu <muramatsu@altive.co.jp>
1 parent 64265a9 commit 752d0cd

File tree

29 files changed

+484
-1281
lines changed

29 files changed

+484
-1281
lines changed

.cspell/flutter-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ unfocus
4444
utsname
4545
vsync
4646
wireframe
47+
xcassets
4748
xcconfig
4849
xcrun

.cursor/rules/all.mdc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
description:
3+
globs:
4+
alwaysApply: true
5+
---
6+
The project is OSS. Please write comments in English.

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"firebase_options*.dart",
3131
"google-services.json",
3232
"node_modules",
33+
"Package.resolved",
3334
"package-lock.json",
3435
"vscode-extension",
3536
"*.gen.dart",

packages/altfire_messenger/example/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related
Lines changed: 1 addition & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -1,140 +1,16 @@
11
PODS:
2-
- Firebase/CoreOnly (11.2.0):
3-
- FirebaseCore (= 11.2.0)
4-
- Firebase/InAppMessaging (11.2.0):
5-
- Firebase/CoreOnly
6-
- FirebaseInAppMessaging (~> 11.2.0-beta)
7-
- Firebase/Messaging (11.2.0):
8-
- Firebase/CoreOnly
9-
- FirebaseMessaging (~> 11.2.0)
10-
- firebase_core (3.6.0):
11-
- Firebase/CoreOnly (= 11.2.0)
12-
- Flutter
13-
- firebase_in_app_messaging (0.8.0-8):
14-
- Firebase/InAppMessaging (= 11.2.0)
15-
- firebase_core
16-
- Flutter
17-
- firebase_messaging (15.1.3):
18-
- Firebase/Messaging (= 11.2.0)
19-
- firebase_core
20-
- Flutter
21-
- FirebaseABTesting (11.3.0):
22-
- FirebaseCore (~> 11.0)
23-
- FirebaseCore (11.2.0):
24-
- FirebaseCoreInternal (~> 11.0)
25-
- GoogleUtilities/Environment (~> 8.0)
26-
- GoogleUtilities/Logger (~> 8.0)
27-
- FirebaseCoreInternal (11.3.0):
28-
- "GoogleUtilities/NSData+zlib (~> 8.0)"
29-
- FirebaseInAppMessaging (11.2.0-beta):
30-
- FirebaseABTesting (~> 11.0)
31-
- FirebaseCore (~> 11.0)
32-
- FirebaseInstallations (~> 11.0)
33-
- GoogleUtilities/Environment (~> 8.0)
34-
- GoogleUtilities/UserDefaults (~> 8.0)
35-
- nanopb (~> 3.30910.0)
36-
- FirebaseInstallations (11.3.0):
37-
- FirebaseCore (~> 11.0)
38-
- GoogleUtilities/Environment (~> 8.0)
39-
- GoogleUtilities/UserDefaults (~> 8.0)
40-
- PromisesObjC (~> 2.4)
41-
- FirebaseMessaging (11.2.0):
42-
- FirebaseCore (~> 11.0)
43-
- FirebaseInstallations (~> 11.0)
44-
- GoogleDataTransport (~> 10.0)
45-
- GoogleUtilities/AppDelegateSwizzler (~> 8.0)
46-
- GoogleUtilities/Environment (~> 8.0)
47-
- GoogleUtilities/Reachability (~> 8.0)
48-
- GoogleUtilities/UserDefaults (~> 8.0)
49-
- nanopb (~> 3.30910.0)
502
- Flutter (1.0.0)
51-
- flutter_local_notifications (0.0.1):
52-
- Flutter
53-
- GoogleDataTransport (10.1.0):
54-
- nanopb (~> 3.30910.0)
55-
- PromisesObjC (~> 2.4)
56-
- GoogleUtilities/AppDelegateSwizzler (8.0.2):
57-
- GoogleUtilities/Environment
58-
- GoogleUtilities/Logger
59-
- GoogleUtilities/Network
60-
- GoogleUtilities/Privacy
61-
- GoogleUtilities/Environment (8.0.2):
62-
- GoogleUtilities/Privacy
63-
- GoogleUtilities/Logger (8.0.2):
64-
- GoogleUtilities/Environment
65-
- GoogleUtilities/Privacy
66-
- GoogleUtilities/Network (8.0.2):
67-
- GoogleUtilities/Logger
68-
- "GoogleUtilities/NSData+zlib"
69-
- GoogleUtilities/Privacy
70-
- GoogleUtilities/Reachability
71-
- "GoogleUtilities/NSData+zlib (8.0.2)":
72-
- GoogleUtilities/Privacy
73-
- GoogleUtilities/Privacy (8.0.2)
74-
- GoogleUtilities/Reachability (8.0.2):
75-
- GoogleUtilities/Logger
76-
- GoogleUtilities/Privacy
77-
- GoogleUtilities/UserDefaults (8.0.2):
78-
- GoogleUtilities/Logger
79-
- GoogleUtilities/Privacy
80-
- nanopb (3.30910.0):
81-
- nanopb/decode (= 3.30910.0)
82-
- nanopb/encode (= 3.30910.0)
83-
- nanopb/decode (3.30910.0)
84-
- nanopb/encode (3.30910.0)
85-
- PromisesObjC (2.4.0)
863

874
DEPENDENCIES:
88-
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
89-
- firebase_in_app_messaging (from `.symlinks/plugins/firebase_in_app_messaging/ios`)
90-
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
915
- Flutter (from `Flutter`)
92-
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
93-
94-
SPEC REPOS:
95-
trunk:
96-
- Firebase
97-
- FirebaseABTesting
98-
- FirebaseCore
99-
- FirebaseCoreInternal
100-
- FirebaseInAppMessaging
101-
- FirebaseInstallations
102-
- FirebaseMessaging
103-
- GoogleDataTransport
104-
- GoogleUtilities
105-
- nanopb
106-
- PromisesObjC
1076

1087
EXTERNAL SOURCES:
109-
firebase_core:
110-
:path: ".symlinks/plugins/firebase_core/ios"
111-
firebase_in_app_messaging:
112-
:path: ".symlinks/plugins/firebase_in_app_messaging/ios"
113-
firebase_messaging:
114-
:path: ".symlinks/plugins/firebase_messaging/ios"
1158
Flutter:
1169
:path: Flutter
117-
flutter_local_notifications:
118-
:path: ".symlinks/plugins/flutter_local_notifications/ios"
11910

12011
SPEC CHECKSUMS:
121-
Firebase: 98e6bf5278170668a7983e12971a66b2cd57fc8c
122-
firebase_core: 2bedc3136ec7c7b8561c6123ed0239387b53f2af
123-
firebase_in_app_messaging: 5ec19672960dc6cb3b691b0375a497d73506c114
124-
firebase_messaging: 15d114e1a41fc31e4fbabcd48d765a19eec94a38
125-
FirebaseABTesting: c4559fcd2eba9f6bdaf0599e2c37ded01c343e4c
126-
FirebaseCore: a282032ae9295c795714ded2ec9c522fc237f8da
127-
FirebaseCoreInternal: ac26d09a70c730e497936430af4e60fb0c68ec4e
128-
FirebaseInAppMessaging: 48d0a440a53a94d2ae5575b28c0163be94486d04
129-
FirebaseInstallations: 58cf94dabf1e2bb2fa87725a9be5c2249171cda0
130-
FirebaseMessaging: c9ec7b90c399c7a6100297e9d16f8a27fc7f7152
13112
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
132-
flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086
133-
GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
134-
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
135-
nanopb: fad817b59e0457d11a5dfbde799381cd727c1275
136-
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
13713

13814
PODFILE CHECKSUM: 33a6d1d1667710f79b4363f64bfb26819a55d0d2
13915

140-
COCOAPODS: 1.15.2
16+
COCOAPODS: 1.16.2

packages/altfire_messenger/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 22 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1313
6D0E3D726F61BFC2A070B5AD /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4239C174EA31676713280912 /* Pods_RunnerTests.framework */; };
1414
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
15+
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
1516
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1617
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1718
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
@@ -82,6 +83,7 @@
8283
isa = PBXFrameworksBuildPhase;
8384
buildActionMask = 2147483647;
8485
files = (
86+
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */,
8587
D3D6B17052796BD5AAA7F8D6 /* Pods_Runner.framework in Frameworks */,
8688
);
8789
runOnlyForDeploymentPostprocessing = 0;
@@ -201,14 +203,15 @@
201203
97C146EC1CF9000F007C117D /* Resources */,
202204
9705A1C41CF9048500538489 /* Embed Frameworks */,
203205
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
204-
60A5BB68EEBD11BA699CDAAC /* [CP] Embed Pods Frameworks */,
205-
07380EF931A51A4E1313768A /* [CP] Copy Pods Resources */,
206206
);
207207
buildRules = (
208208
);
209209
dependencies = (
210210
);
211211
name = Runner;
212+
packageProductDependencies = (
213+
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */,
214+
);
212215
productName = Runner;
213216
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
214217
productType = "com.apple.product-type.application";
@@ -242,6 +245,9 @@
242245
Base,
243246
);
244247
mainGroup = 97C146E51CF9000F007C117D;
248+
packageReferences = (
249+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */,
250+
);
245251
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
246252
projectDirPath = "";
247253
projectRoot = "";
@@ -275,23 +281,6 @@
275281
/* End PBXResourcesBuildPhase section */
276282

277283
/* Begin PBXShellScriptBuildPhase section */
278-
07380EF931A51A4E1313768A /* [CP] Copy Pods Resources */ = {
279-
isa = PBXShellScriptBuildPhase;
280-
buildActionMask = 2147483647;
281-
files = (
282-
);
283-
inputFileListPaths = (
284-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
285-
);
286-
name = "[CP] Copy Pods Resources";
287-
outputFileListPaths = (
288-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
289-
);
290-
runOnlyForDeploymentPostprocessing = 0;
291-
shellPath = /bin/sh;
292-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
293-
showEnvVarsInLog = 0;
294-
};
295284
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
296285
isa = PBXShellScriptBuildPhase;
297286
alwaysOutOfDate = 1;
@@ -308,23 +297,6 @@
308297
shellPath = /bin/sh;
309298
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
310299
};
311-
60A5BB68EEBD11BA699CDAAC /* [CP] Embed Pods Frameworks */ = {
312-
isa = PBXShellScriptBuildPhase;
313-
buildActionMask = 2147483647;
314-
files = (
315-
);
316-
inputFileListPaths = (
317-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
318-
);
319-
name = "[CP] Embed Pods Frameworks";
320-
outputFileListPaths = (
321-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
322-
);
323-
runOnlyForDeploymentPostprocessing = 0;
324-
shellPath = /bin/sh;
325-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
326-
showEnvVarsInLog = 0;
327-
};
328300
9740EEB61CF901F6004384FC /* Run Script */ = {
329301
isa = PBXShellScriptBuildPhase;
330302
alwaysOutOfDate = 1;
@@ -742,6 +714,20 @@
742714
defaultConfigurationName = Release;
743715
};
744716
/* End XCConfigurationList section */
717+
718+
/* Begin XCLocalSwiftPackageReference section */
719+
781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "FlutterGeneratedPluginSwiftPackage" */ = {
720+
isa = XCLocalSwiftPackageReference;
721+
relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
722+
};
723+
/* End XCLocalSwiftPackageReference section */
724+
725+
/* Begin XCSwiftPackageProductDependency section */
726+
78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = {
727+
isa = XCSwiftPackageProductDependency;
728+
productName = FlutterGeneratedPluginSwiftPackage;
729+
};
730+
/* End XCSwiftPackageProductDependency section */
745731
};
746732
rootObject = 97C146E61CF9000F007C117D /* Project object */;
747733
}

0 commit comments

Comments
 (0)