libimobiledev libs almost build

This commit is contained in:
Joe Mattiello
2023-03-01 13:15:22 -05:00
parent d22d12c234
commit 686d1ab42a
36 changed files with 844 additions and 218 deletions

View File

@@ -15,11 +15,11 @@ import Roxas
public extension StoreApp {
#if SWIFT_PACKAGE
#if ALPHA
static let altstoreAppID = Bundle.main.Info.appbundleIdentifier
static let altstoreAppID = Bundle.Info.appbundleIdentifier
#elseif BETA
static let altstoreAppID = Bundle.main.Info.appbundleIdentifier
static let altstoreAppID = Bundle.Info.appbundleIdentifier
#else
static let altstoreAppID = Bundle.main.Info.appbundleIdentifier
static let altstoreAppID = Bundle.Info.appbundleIdentifier
#endif
#else
#if ALPHA