Skip to content

Commit 73cb327

Browse files
committed
add messaging dep
1 parent 0b2b98c commit 73cb327

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

messaging/MessagingExample.xcodeproj/project.pbxproj

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
5F99610D1AE0CF4F0034F503 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5F9961071AE0CF4F0034F503 /* LaunchScreen.xib */; };
1818
8DC73D8C2D41AE850092B6EE /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = 8DC73D8B2D41AE850092B6EE /* FirebaseMessaging */; };
1919
978E6F2CAAC2AD673D158985 /* GoogleService-Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = 82E79B6D15A982EAE7B0E31B /* GoogleService-Info.plist */; };
20+
EAC902A32EC6849A000761B8 /* FirebaseMessaging in Frameworks */ = {isa = PBXBuildFile; productRef = EAC902A22EC6849A000761B8 /* FirebaseMessaging */; };
2021
/* End PBXBuildFile section */
2122

2223
/* Begin PBXContainerItemProxy section */
@@ -76,6 +77,7 @@
7677
isa = PBXFrameworksBuildPhase;
7778
buildActionMask = 2147483647;
7879
files = (
80+
EAC902A32EC6849A000761B8 /* FirebaseMessaging in Frameworks */,
7981
);
8082
runOnlyForDeploymentPostprocessing = 0;
8183
};
@@ -135,7 +137,6 @@
135137
children = (
136138
5F5A53791ADE67D500F81DF0 /* MessagingExample.app */,
137139
107347A820315A3A004A66D1 /* MessagingExampleUITests.xctest */,
138-
1073485E20333BF5004A66D1 /* MessagingExampleUITests.xctest */,
139140
0718C8B62E8F256800AA7788 /* NotificationServiceExtension.appex */,
140141
);
141142
name = Products;
@@ -390,7 +391,11 @@
390391
INFOPLIST_KEY_CFBundleDisplayName = NotificationServiceExtension;
391392
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2025 Google Inc. All rights reserved.";
392393
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
393-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
394+
LD_RUNPATH_SEARCH_PATHS = (
395+
"$(inherited)",
396+
"@executable_path/Frameworks",
397+
"@executable_path/../../Frameworks",
398+
);
394399
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
395400
MARKETING_VERSION = 1.0;
396401
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
@@ -430,7 +435,11 @@
430435
INFOPLIST_KEY_CFBundleDisplayName = NotificationServiceExtension;
431436
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2025 Google Inc. All rights reserved.";
432437
IPHONEOS_DEPLOYMENT_TARGET = 18.5;
433-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
438+
LD_RUNPATH_SEARCH_PATHS = (
439+
"$(inherited)",
440+
"@executable_path/Frameworks",
441+
"@executable_path/../../Frameworks",
442+
);
434443
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
435444
MARKETING_VERSION = 1.0;
436445
MTL_FAST_MATH = YES;
@@ -718,6 +727,11 @@
718727
package = 8DC73D872D41ADE00092B6EE /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
719728
productName = FirebaseMessaging;
720729
};
730+
EAC902A22EC6849A000761B8 /* FirebaseMessaging */ = {
731+
isa = XCSwiftPackageProductDependency;
732+
package = 8DC73D872D41ADE00092B6EE /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
733+
productName = FirebaseMessaging;
734+
};
721735
/* End XCSwiftPackageProductDependency section */
722736
};
723737
rootObject = 5F5A53441ADE670C00F81DF0 /* Project object */;

0 commit comments

Comments
 (0)