IceCubesApp/Packages/Models/Sources/Models/App/App.swift

12 lines
468 B
Swift
Raw Normal View History

2023-01-04 17:37:58 +00:00
import Foundation
2023-01-17 10:36:01 +00:00
public enum AppInfo {
2023-01-04 17:37:58 +00:00
public static let clientName = "IceCubesApp"
public static let scheme = "icecubesapp://"
public static let scopes = "read write follow push"
public static let weblink = "https://github.com/Dimillian/IceCubesApp"
2023-01-07 12:44:13 +00:00
public static let revenueCatKey = "appl_JXmiRckOzXXTsHKitQiicXCvMQi"
public static let defaultServer = "mastodon.social"
public static let keychainGroup = "346J38YKE3.com.thomasricouard.IceCubesApp"
2023-01-04 17:37:58 +00:00
}