Swift AppIntentsを使用して、アプリにショートカットを作成、その4

その4:ショートカット複数作成

import Foundation
import AppIntents
import SwiftUI

struct AlbumShuffleIntentAppRun: AppIntent {
    static var title: LocalizedStringResource = "Album Shuffle App Run"
:
:
import Foundation
import AppIntents
import SwiftUI

struct AlbumShuffleIntent: AppIntent {
    static var title: LocalizedStringResource = "Album Shuffle"
:
:

SwiftSwift,SwiftUI

Posted by shi-n