diff --git a/plugins/withCheckInLiveActivity.js b/plugins/withCheckInLiveActivity.js index 482743a..f332d14 100644 --- a/plugins/withCheckInLiveActivity.js +++ b/plugins/withCheckInLiveActivity.js @@ -417,7 +417,7 @@ const withCheckInLiveActivity = (config, props = {}) => { ]; for (const filename of SWIFT_SOURCES) { project.addSourceFile( - `${WIDGET_NAME}/${filename}`, + filename, { target: widgetTarget.uuid }, widgetGroupUuid );