Post

Replies

Boosts

Views

Created

Potential Error in Code Sample in Session Video
In the video the app entity type is called MeditationSession (10:09) but in the StartMeditationIntent the @Parameter's type is SessionType (11:16). Maybe it is a different type but from what I understand it should be the same since the disambiguation is done among SessionManager.allSessions which returns an array of MeditationSessions and the type of sessionToRun needs to match self.session.
0
1
1.4k
Jun ’22
How to use the DocC Archive Hosting Base Path build setting for Swift Packages?
The video shows you can use a 'DocC Archive Hosting Base Path' to incorporate when building the Documentation via Xcode's Build Documentation action. However, for Swift Package only projects this isn't possible since we cannot provide build settings.
Replies
2
Boosts
0
Views
1.8k
Activity
Jun ’23
Potential Error in Code Sample in Session Video
In the video the app entity type is called MeditationSession (10:09) but in the StartMeditationIntent the @Parameter's type is SessionType (11:16). Maybe it is a different type but from what I understand it should be the same since the disambiguation is done among SessionManager.allSessions which returns an array of MeditationSessions and the type of sessionToRun needs to match self.session.
Replies
0
Boosts
1
Views
1.4k
Activity
Jun ’22