Add preview support

This commit is contained in:
世界
2023-07-20 13:15:13 +08:00
parent fdbf50d875
commit 251f441a25
14 changed files with 135 additions and 59 deletions
@@ -2,4 +2,5 @@ import Foundation
public class ApplicationLibrary {
public static let bundle = Bundle(for: ApplicationLibrary.self)
public static let inPreview = false
}