Skip to content

Commit

Permalink
feat: export allApps.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 1, 2024
1 parent b32a501 commit 659fb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MyAppListKit/MyAppListKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public struct MyAppList {
case both
}
}
static let allApps: [AppData] = [
public static let allApps: [AppData] = [
AppData(name: "DevTutor for SwiftUI", appId: "com.wangchujiang.SwiftTutorial", appstoreId: "6471227008", platform: .both),
AppData(name: "DevHub", appId: "com.wangchujiang.DevHub", appstoreId: "6476452351", platform: .macOS),
AppData(name: "RightMenu Master", appId: "com.wangchujiang.rightmenu-master", appstoreId: "6737160756", platform: .macOS),
Expand Down

0 comments on commit 659fb46

Please sign in to comment.