Files
wehub-resource-sync 869b84f27c
Build / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:29:30 +08:00

15 lines
253 B
Swift

//
// AppConstants.swift
// PureMac
//
// Created by Theo Sementa on 12/04/2026.
//
import Foundation
struct AppConstants {
static let appVersion: String = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "0"
}