Skip to content

Commit 3baf93a

Browse files
authored
Merge pull request #4590 from NativeScript/kddimitrov/update-watchapp-warning
chore: update watchapp beta warning
2 parents 7a79e78 + b606213 commit 3baf93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-project-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ We will now place an empty obsolete compatability white screen LauncScreen.xib f
825825
const addedWatchApp = await this.$iOSWatchAppService.addWatchAppFromPath({ watchAppFolderPath: path.join(resourcesDirectoryPath, platformData.normalizedPlatformName), projectData, platformData, pbxProjPath });
826826

827827
if (addedWatchApp) {
828-
this.$logger.warn("The support for Apple Watch App is currently in Beta. For more information about the current development state and any known issues, please check the relevant GitHub issue: ISSUE LINK");
828+
this.$logger.warn("The support for Apple Watch App is currently in Beta. For more information about the current development state and any known issues, please check the relevant GitHub issue: https://github.com/NativeScript/nativescript-cli/issues/4589");
829829
}
830830

831831
}

0 commit comments

Comments
 (0)