Skip to content

Commit 264b764

Browse files
authored
fix(firestore, macos): add Nonull decorator to PigeonParser to remove warnings when building (#12930)
* fix(firestore, macos): add Nonull decorator to PigeonParser to remove warnings when building * fix(firestore, macos): add Nonull decorator to PigeonParser to remove warnings when building * licence
1 parent 466884b commit 264b764

File tree

14 files changed

+263
-89
lines changed

14 files changed

+263
-89
lines changed

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

Lines changed: 184 additions & 52 deletions
Large diffs are not rendered by default.

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1430"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -37,6 +37,17 @@
3737
</BuildableReference>
3838
</MacroExpansion>
3939
<Testables>
40+
<TestableReference
41+
skipped = "NO"
42+
parallelizable = "YES">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "331C80D4294CF70F00263BE5"
46+
BuildableName = "RunnerTests.xctest"
47+
BlueprintName = "RunnerTests"
48+
ReferencedContainer = "container:Runner.xcodeproj">
49+
</BuildableReference>
50+
</TestableReference>
4051
</Testables>
4152
</TestAction>
4253
<LaunchAction
54.7 KB
Loading
2.35 KB
Loading
-909 Bytes
Loading
8.02 KB
Loading
-177 Bytes
Loading
21.1 KB
Loading
344 Bytes
Loading

packages/cloud_firestore/cloud_firestore/example/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
PRODUCT_NAME = example
99

1010
// The application's bundle identifier
11-
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.firebase.example
11+
PRODUCT_BUNDLE_IDENTIFIER = io.flutter.plugins.firebase.firestore.example
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2022 io.flutter.plugins.firebase. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2024 io.flutter.plugins.firebase.firestore. All rights reserved.

0 commit comments

Comments
 (0)