-
Notifications
You must be signed in to change notification settings - Fork 1.7k
FirebaseInAppMessaging SPM naming convention #12278
bartosz-pawelczyk
started this conversation in
General
-
Hi,
Release notes contains information about migration from FirebaseInAppMessagingSwift to FirebaseInAppMessaging.
However Package.swift (10.19.1) contains old naming with Beta postfix and xcode cannot find as FirebaseInAppMessaging. Was it done on purpose?
.library(
name: "FirebaseInAppMessaging-Beta",
targets: ["FirebaseInAppMessagingTarget"]
),
.library(
name: "FirebaseInAppMessagingSwift-Beta",
targets: ["FirebaseInAppMessagingSwift"]
),
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Hi @bartosz-pawelczyk, sorry for the confusion. This was not done on purpose. The release notes probably should have referred to the modules with the postfix to make that clear. The consolidation of the Swift extension into Firebase In App Messaging had no effect on In App Messaging being in beta.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment