mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-21 20:53:26 +01:00
spm: wdiget almost builds again
This commit is contained in:
@@ -21,8 +21,9 @@
|
|||||||
B34AFC0629B0328D000F318E /* apps-alpha.json in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBEE29B0324C000F318E /* apps-alpha.json */; };
|
B34AFC0629B0328D000F318E /* apps-alpha.json in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBEE29B0324C000F318E /* apps-alpha.json */; };
|
||||||
B34AFC0729B03291000F318E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBF229B0324C000F318E /* Assets.xcassets */; };
|
B34AFC0729B03291000F318E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBF229B0324C000F318E /* Assets.xcassets */; };
|
||||||
B34AFC1429B032DF000F318E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B34AFC0D29B032DF000F318E /* Assets.xcassets */; };
|
B34AFC1429B032DF000F318E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B34AFC0D29B032DF000F318E /* Assets.xcassets */; };
|
||||||
B34BA8EE29B3432C0055A710 /* SideStore in Frameworks */ = {isa = PBXBuildFile; productRef = B34BA8ED29B3432C0055A710 /* SideStore */; };
|
|
||||||
B34BA92829B5ED510055A710 /* SideWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = BF989167250AABF3002ACF50 /* SideWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
B34BA92829B5ED510055A710 /* SideWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = BF989167250AABF3002ACF50 /* SideWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
||||||
|
B371D45129BC0BF900E157A6 /* SideStoreAppKit in Frameworks */ = {isa = PBXBuildFile; productRef = B371D45029BC0BF900E157A6 /* SideStoreAppKit */; };
|
||||||
|
B371D45329BC0C0B00E157A6 /* SideWidgetKit in Frameworks */ = {isa = PBXBuildFile; productRef = B371D45229BC0C0B00E157A6 /* SideWidgetKit */; };
|
||||||
B3C40F5329B06A0000C93D50 /* PatchApp.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBD929B0324C000F318E /* PatchApp.storyboard */; };
|
B3C40F5329B06A0000C93D50 /* PatchApp.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBD929B0324C000F318E /* PatchApp.storyboard */; };
|
||||||
B3C40F5429B06A2B00C93D50 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBE629B0324C000F318E /* LaunchScreen.storyboard */; };
|
B3C40F5429B06A2B00C93D50 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBE629B0324C000F318E /* LaunchScreen.storyboard */; };
|
||||||
B3C40F5529B06A3200C93D50 /* Authentication.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBDA29B0324C000F318E /* Authentication.storyboard */; };
|
B3C40F5529B06A3200C93D50 /* Authentication.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B34AFBDA29B0324C000F318E /* Authentication.storyboard */; };
|
||||||
@@ -124,6 +125,7 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
|
B371D45329BC0C0B00E157A6 /* SideWidgetKit in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@@ -131,8 +133,8 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
|
B371D45129BC0BF900E157A6 /* SideStoreAppKit in Frameworks */,
|
||||||
D533E8B72727841800A9B5DD /* libAppleArchive.tbd in Frameworks */,
|
D533E8B72727841800A9B5DD /* libAppleArchive.tbd in Frameworks */,
|
||||||
B34BA8EE29B3432C0055A710 /* SideStore in Frameworks */,
|
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@@ -321,6 +323,7 @@
|
|||||||
);
|
);
|
||||||
name = SideWidgetExtension;
|
name = SideWidgetExtension;
|
||||||
packageProductDependencies = (
|
packageProductDependencies = (
|
||||||
|
B371D45229BC0C0B00E157A6 /* SideWidgetKit */,
|
||||||
);
|
);
|
||||||
productName = AltWidgetExtension;
|
productName = AltWidgetExtension;
|
||||||
productReference = BF989167250AABF3002ACF50 /* SideWidgetExtension.appex */;
|
productReference = BF989167250AABF3002ACF50 /* SideWidgetExtension.appex */;
|
||||||
@@ -343,7 +346,7 @@
|
|||||||
);
|
);
|
||||||
name = SideStore;
|
name = SideStore;
|
||||||
packageProductDependencies = (
|
packageProductDependencies = (
|
||||||
B34BA8ED29B3432C0055A710 /* SideStore */,
|
B371D45029BC0BF900E157A6 /* SideStoreAppKit */,
|
||||||
);
|
);
|
||||||
productName = AltStore;
|
productName = AltStore;
|
||||||
productReference = BFD2476A2284B9A500981D42 /* SideStore.app */;
|
productReference = BFD2476A2284B9A500981D42 /* SideStore.app */;
|
||||||
@@ -762,9 +765,13 @@
|
|||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
|
|
||||||
/* Begin XCSwiftPackageProductDependency section */
|
/* Begin XCSwiftPackageProductDependency section */
|
||||||
B34BA8ED29B3432C0055A710 /* SideStore */ = {
|
B371D45029BC0BF900E157A6 /* SideStoreAppKit */ = {
|
||||||
isa = XCSwiftPackageProductDependency;
|
isa = XCSwiftPackageProductDependency;
|
||||||
productName = SideStore;
|
productName = SideStoreAppKit;
|
||||||
|
};
|
||||||
|
B371D45229BC0C0B00E157A6 /* SideWidgetKit */ = {
|
||||||
|
isa = XCSwiftPackageProductDependency;
|
||||||
|
productName = SideWidgetKit;
|
||||||
};
|
};
|
||||||
/* End XCSwiftPackageProductDependency section */
|
/* End XCSwiftPackageProductDependency section */
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -54,15 +54,6 @@
|
|||||||
"version" : "5.0.0"
|
"version" : "5.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"identity" : "matchable",
|
|
||||||
"kind" : "remoteSourceControl",
|
|
||||||
"location" : "https://github.com/elegantchaos/Matchable.git",
|
|
||||||
"state" : {
|
|
||||||
"revision" : "d53e807009960aafbd54f6229c2542f906628b38",
|
|
||||||
"version" : "1.0.7"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"identity" : "nuke",
|
"identity" : "nuke",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
@@ -99,15 +90,6 @@
|
|||||||
"version" : "1.2.2"
|
"version" : "1.2.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"identity" : "runner",
|
|
||||||
"kind" : "remoteSourceControl",
|
|
||||||
"location" : "https://github.com/elegantchaos/Runner.git",
|
|
||||||
"state" : {
|
|
||||||
"revision" : "65420eb4e534a58c8fb1bf18e344bc86edb42c65",
|
|
||||||
"version" : "1.3.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"identity" : "semanticversion",
|
"identity" : "semanticversion",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
@@ -134,24 +116,6 @@
|
|||||||
"revision" : "2e4833a3ca65d0aaa986138b8ef350b7f549ba28",
|
"revision" : "2e4833a3ca65d0aaa986138b8ef350b7f549ba28",
|
||||||
"version" : "1.0.0"
|
"version" : "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"identity" : "versionator",
|
|
||||||
"kind" : "remoteSourceControl",
|
|
||||||
"location" : "https://github.com/elegantchaos/Versionator.git",
|
|
||||||
"state" : {
|
|
||||||
"revision" : "d7bf7747ae277f6a5cd3193806262160d579f0cc",
|
|
||||||
"version" : "1.0.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"identity" : "xctestextensions",
|
|
||||||
"kind" : "remoteSourceControl",
|
|
||||||
"location" : "https://github.com/elegantchaos/XCTestExtensions.git",
|
|
||||||
"state" : {
|
|
||||||
"revision" : "39694671be8bea1ab0bbd87114705b2a92567a8e",
|
|
||||||
"version" : "1.5.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version" : 2
|
"version" : 2
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#include "../../Build.xcconfig"
|
#include "Shared.xcconfig"
|
||||||
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).SideBackup
|
PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PRODUCT_NAME)
|
||||||
|
|||||||
@@ -1,3 +1 @@
|
|||||||
#include "../../Build.xcconfig"
|
#include "Shared.xcconfig"
|
||||||
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = $(ORG_PREFIX).$(PRODUCT_NAME)
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#include "../../Build.xcconfig"
|
#include "Shared.xcconfig"
|
||||||
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).SideWidget
|
PRODUCT_BUNDLE_IDENTIFIER = $(PRODUCT_BUNDLE_IDENTIFIER).SideWidget
|
||||||
|
|||||||
@@ -15,13 +15,9 @@ let USE_CXX_MODULES = envBool(("USE_CXX_MODULES", false))
|
|||||||
let INHIBIT_UPSTREAM_WARNINGS = envBool(("INHIBIT_UPSTREAM_WARNINGS", true))
|
let INHIBIT_UPSTREAM_WARNINGS = envBool(("INHIBIT_UPSTREAM_WARNINGS", true))
|
||||||
let STATIC_LIBRARY = envBool(("STATIC_LIBRARY", false))
|
let STATIC_LIBRARY = envBool(("STATIC_LIBRARY", false))
|
||||||
|
|
||||||
let unsafe_flags : [String] = INHIBIT_UPSTREAM_WARNINGS ?
|
let unsafe_flags: [String] = INHIBIT_UPSTREAM_WARNINGS ? ["-w"] : [String]()
|
||||||
["-w"] :
|
|
||||||
[String]()
|
|
||||||
|
|
||||||
let unsafe_flags_cxx: [String] = INHIBIT_UPSTREAM_WARNINGS ?
|
let unsafe_flags_cxx: [String] = INHIBIT_UPSTREAM_WARNINGS ? ["-w", "-Wno-module-import-in-extern-c"] : ["-Wno-module-import-in-extern-c"]
|
||||||
["-w", "-Wno-module-import-in-extern-c"] :
|
|
||||||
["-Wno-module-import-in-extern-c"]
|
|
||||||
|
|
||||||
extension Package.Dependency {
|
extension Package.Dependency {
|
||||||
/// The combination of all the dependencies for the Package.
|
/// The combination of all the dependencies for the Package.
|
||||||
@@ -58,7 +54,7 @@ extension Package.Dependency {
|
|||||||
.github("JoeMatt/SwiftPMPlugins", from: "1.0.0"),
|
.github("JoeMatt/SwiftPMPlugins", from: "1.0.0"),
|
||||||
|
|
||||||
/// Generate swift files with git head info
|
/// Generate swift files with git head info
|
||||||
.github("elegantchaos/Versionator", from: "1.0.3"),
|
.github("elegantchaos/Versionator", from: "1.0.3").disable,
|
||||||
|
|
||||||
/// plists from .json, including Info.plist
|
/// plists from .json, including Info.plist
|
||||||
.github("elegantchaos/InfomaticPlugin", branch: "main").disable
|
.github("elegantchaos/InfomaticPlugin", branch: "main").disable
|
||||||
@@ -288,11 +284,7 @@ extension Target.SideStore {
|
|||||||
|
|
||||||
/// __PluginTargets__
|
/// __PluginTargets__
|
||||||
static let pluginTargets: [Target] = {
|
static let pluginTargets: [Target] = {
|
||||||
#if USE_CARGO_BUILD_PLUGIN
|
|
||||||
Cargo.Plugins
|
Cargo.Plugins
|
||||||
#else
|
|
||||||
[]
|
|
||||||
#endif
|
|
||||||
}()
|
}()
|
||||||
|
|
||||||
// MARK: - SideStoreAppKit
|
// MARK: - SideStoreAppKit
|
||||||
@@ -300,6 +292,8 @@ extension Target.SideStore {
|
|||||||
.target(
|
.target(
|
||||||
name: "SideStoreAppKit",
|
name: "SideStoreAppKit",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
AppCenterAnalytics,
|
||||||
|
AppCenterCrashes,
|
||||||
"AltSign",
|
"AltSign",
|
||||||
"Down",
|
"Down",
|
||||||
"EmotionalDamage",
|
"EmotionalDamage",
|
||||||
@@ -345,6 +339,8 @@ extension Target.SideStore {
|
|||||||
dependencies: ["SideStoreCore", "KeychainAccess", "AltSign", "SemanticVersion", "SideKit"]))
|
dependencies: ["SideStoreCore", "KeychainAccess", "AltSign", "SemanticVersion", "SideKit"]))
|
||||||
|
|
||||||
// MARK: - SideDaemon
|
// MARK: - SideDaemon
|
||||||
|
/// This is mostly leftover from `AltDaemon`
|
||||||
|
/// We don't need or use it, but it felt bad to just delete it at the moment.
|
||||||
static let SideDaemon: TargetPair = (
|
static let SideDaemon: TargetPair = (
|
||||||
.executableTarget(
|
.executableTarget(
|
||||||
name: "SideDaemon",
|
name: "SideDaemon",
|
||||||
@@ -360,12 +356,21 @@ extension Target.SideStore {
|
|||||||
.testTarget(name: "SideDaemonTests", dependencies: ["SideDaemon"]))
|
.testTarget(name: "SideDaemonTests", dependencies: ["SideDaemon"]))
|
||||||
|
|
||||||
// MARK: - SideBackup
|
// MARK: - SideBackup
|
||||||
static let SideBackup: Target =
|
static let SideBackup: Target = .executableTarget(
|
||||||
.executableTarget(name: "SideBackup", plugins: commonPlugins)
|
name: "SideBackup",
|
||||||
|
exclude: [
|
||||||
|
"Info.plist",
|
||||||
|
"AltBackup.entitlements"]
|
||||||
|
.map{ "Resources/\($0)" },
|
||||||
|
resources: [
|
||||||
|
.process("Resources/")
|
||||||
|
],
|
||||||
|
plugins: commonPlugins)
|
||||||
|
|
||||||
// MARK: - SidePatcher
|
// MARK: - SidePatcher
|
||||||
|
/// Note: This is Objective-C so Swift generator's will fail if you try to apply them here - @JoeMatt
|
||||||
static let SidePatcher: TargetPair = (
|
static let SidePatcher: TargetPair = (
|
||||||
.target(name: "SidePatcher", dependencies: [ RoxasUI ], plugins: commonPlugins),
|
.target(name: "SidePatcher", dependencies: [ RoxasUI ], plugins: []),
|
||||||
.testTarget(name: "SidePatcherTests", dependencies: ["SidePatcher"]))
|
.testTarget(name: "SidePatcherTests", dependencies: ["SidePatcher"]))
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -571,6 +576,10 @@ enum Cargo: Encodable {
|
|||||||
dependencies: ["Cargo"]
|
dependencies: ["Cargo"]
|
||||||
)].map{._plugin($0)}
|
)].map{._plugin($0)}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
enum Cargo {
|
||||||
|
static let Plugins: [Target] = []
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@@ -594,6 +603,14 @@ extension PackageDescription.Package.Dependency {
|
|||||||
.package(url: "https://github.com/\(repo).git", revision: revision)}
|
.package(url: "https://github.com/\(repo).git", revision: revision)}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// `-?` Operator added as a quick way to `.compactMap{$0}` an
|
||||||
|
/// array that has optionals. In combination with adding `.disable` which returns `Self?`
|
||||||
|
/// as an easy way to disable packages from `Package.swift` since there are some limitions
|
||||||
|
/// 1. #if's can't be used in static array initiliziers, unless using ugly inline functions, and that kills
|
||||||
|
/// the Swift processor a lot.
|
||||||
|
/// The other option was to use a `@resultBuilder`, which I started below, to add some
|
||||||
|
/// synataic suger but probablly overkill honeslty.
|
||||||
|
/// - Author: @JoeMatt
|
||||||
postfix operator -?
|
postfix operator -?
|
||||||
extension Array where Element == Package.Dependency? {
|
extension Array where Element == Package.Dependency? {
|
||||||
func removeNils() -> [Package.Dependency] { self.compactMap{$0} }
|
func removeNils() -> [Package.Dependency] { self.compactMap{$0} }
|
||||||
@@ -603,10 +620,10 @@ extension Array where Element == Package.Dependency? {
|
|||||||
|
|
||||||
extension Array where Element == Target? {
|
extension Array where Element == Target? {
|
||||||
func removeNils() -> [Target] { self.compactMap{$0} }
|
func removeNils() -> [Target] { self.compactMap{$0} }
|
||||||
|
|
||||||
static postfix func -? (array: Self) -> [Target] { array.removeNils() }
|
static postfix func -? (array: Self) -> [Target] { array.removeNils() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// I'm a WIP as a less verbose way of merging array's of various`Target`s and `Dependency` lists
|
||||||
@resultBuilder
|
@resultBuilder
|
||||||
struct DependencyBuilder {
|
struct DependencyBuilder {
|
||||||
typealias Component = [Package.Dependency]
|
typealias Component = [Package.Dependency]
|
||||||
|
|||||||
@@ -35,6 +35,16 @@
|
|||||||
<string>altbackup</string>
|
<string>altbackup</string>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Editor</string>
|
||||||
|
<key>CFBundleURLName</key>
|
||||||
|
<string>SideBackup General</string>
|
||||||
|
<key>CFBundleURLSchemes</key>
|
||||||
|
<array>
|
||||||
|
<string>sidebackup</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import Shared
|
|
||||||
import SideKit
|
import SideKit
|
||||||
import os.log
|
import os.log
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import Security
|
import Security
|
||||||
|
import SideStoreCore
|
||||||
|
|
||||||
class XPCConnectionHandler: NSObject, ConnectionHandler {
|
class XPCConnectionHandler: NSObject, ConnectionHandler {
|
||||||
var connectionHandler: ((Connection) -> Void)?
|
var connectionHandler: ((Connection) -> Void)?
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>ALTAnisetteURL</key>
|
||||||
|
<string>https://ani.sidestore.io</string>
|
||||||
<key>ALTAppGroups</key>
|
<key>ALTAppGroups</key>
|
||||||
<array>
|
<array>
|
||||||
<string>group.$(APP_GROUP_IDENTIFIER)</string>
|
<string>group.$(APP_GROUP_IDENTIFIER)</string>
|
||||||
@@ -9,12 +11,10 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>ALTDeviceID</key>
|
<key>ALTDeviceID</key>
|
||||||
<string>00008101-000129D63698001E</string>
|
<string>00008101-000129D63698001E</string>
|
||||||
<key>ALTServerID</key>
|
|
||||||
<string>1F7D5B55-79CE-4546-A029-D4DDC4AF3B6D</string>
|
|
||||||
<key>ALTPairingFile</key>
|
<key>ALTPairingFile</key>
|
||||||
<string><insert pairing file here></string>
|
<string><insert pairing file here></string>
|
||||||
<key>ALTAnisetteURL</key>
|
<key>ALTServerID</key>
|
||||||
<string>https://ani.sidestore.io</string>
|
<string>1F7D5B55-79CE-4546-A029-D4DDC4AF3B6D</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
<key>CFBundleDocumentTypes</key>
|
<key>CFBundleDocumentTypes</key>
|
||||||
@@ -44,8 +44,6 @@
|
|||||||
<string>$(PRODUCT_NAME)</string>
|
<string>$(PRODUCT_NAME)</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
|
||||||
<true/>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>$(MARKETING_VERSION)</string>
|
<string>$(MARKETING_VERSION)</string>
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
@@ -93,6 +91,13 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||||||
|
<true/>
|
||||||
|
<key>NSAppTransportSecurity</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
<key>NSBonjourServices</key>
|
<key>NSBonjourServices</key>
|
||||||
<array>
|
<array>
|
||||||
<string>_altserver._tcp</string>
|
<string>_altserver._tcp</string>
|
||||||
@@ -131,13 +136,10 @@
|
|||||||
<string>fetch</string>
|
<string>fetch</string>
|
||||||
<string>remote-notification</string>
|
<string>remote-notification</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>UIFileSharingEnabled</key>
|
||||||
|
<true/>
|
||||||
<key>UILaunchStoryboardName</key>
|
<key>UILaunchStoryboardName</key>
|
||||||
<string>LaunchScreen</string>
|
<string>LaunchScreen</string>
|
||||||
<key>NSAppTransportSecurity</key>
|
|
||||||
<dict>
|
|
||||||
<key>NSAllowsArbitraryLoads</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
<key>UIMainStoryboardFile</key>
|
<key>UIMainStoryboardFile</key>
|
||||||
<string>Main</string>
|
<string>Main</string>
|
||||||
<key>UIRequiredDeviceCapabilities</key>
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
@@ -204,7 +206,5 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>UIFileSharingEnabled</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import AltSign
|
import AltSign
|
||||||
|
import SideStoreCore
|
||||||
|
|
||||||
extension ALTApplication {
|
extension ALTApplication {
|
||||||
static let altstoreBundleID = Bundle.Info.appbundleIdentifier
|
static let altstoreBundleID = Bundle.Info.appbundleIdentifier
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import Intents
|
import Intents
|
||||||
import Shared
|
|
||||||
import SideStoreCore
|
import SideStoreCore
|
||||||
import os.log
|
import os.log
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import RoxasUIKit
|
import RoxasUIKit
|
||||||
import Shared
|
|
||||||
import SideStoreCore
|
import SideStoreCore
|
||||||
import SideKit
|
import SideKit
|
||||||
import AltSign
|
import AltSign
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import MobileCoreServices
|
|||||||
import UIKit
|
import UIKit
|
||||||
import UserNotifications
|
import UserNotifications
|
||||||
import WidgetKit
|
import WidgetKit
|
||||||
import Shared
|
|
||||||
|
|
||||||
import AltSign
|
import AltSign
|
||||||
import SideKit
|
import SideKit
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ import RoxasUIKit
|
|||||||
import AltSign
|
import AltSign
|
||||||
import SideKit
|
import SideKit
|
||||||
import SideStoreCore
|
import SideStoreCore
|
||||||
import Shared
|
|
||||||
import os.log
|
import os.log
|
||||||
|
|
||||||
private extension DownloadAppOperation {
|
private extension DownloadAppOperation {
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import Foundation
|
|||||||
import SideStoreCore
|
import SideStoreCore
|
||||||
import minimuxer
|
import minimuxer
|
||||||
import MiniMuxerSwift
|
import MiniMuxerSwift
|
||||||
import Shared
|
|
||||||
import SideKit
|
import SideKit
|
||||||
|
|
||||||
@objc(RemoveAppOperation)
|
@objc(RemoveAppOperation)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import Foundation
|
|||||||
import Network
|
import Network
|
||||||
|
|
||||||
import SideStoreCore
|
import SideStoreCore
|
||||||
import Shared
|
|
||||||
import SideKit
|
import SideKit
|
||||||
import MiniMuxerSwift
|
import MiniMuxerSwift
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import Foundation
|
|||||||
import AltSign
|
import AltSign
|
||||||
import RoxasUIKit
|
import RoxasUIKit
|
||||||
import SideKit
|
import SideKit
|
||||||
import Shared
|
|
||||||
|
|
||||||
enum VerificationError: LocalizedError {
|
enum VerificationError: LocalizedError {
|
||||||
case privateEntitlements(ALTApplication, entitlements: [String: Any])
|
case privateEntitlements(ALTApplication, entitlements: [String: Any])
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
import KeychainAccess
|
import KeychainAccess
|
||||||
|
|
||||||
import AltSign
|
//import AltSign
|
||||||
|
|
||||||
@propertyWrapper
|
@propertyWrapper
|
||||||
public struct KeychainItem<Value> {
|
public struct KeychainItem<Value> {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
import Shared
|
|
||||||
|
|
||||||
public extension FileManager {
|
public extension FileManager {
|
||||||
var altstoreSharedDirectory: URL? {
|
var altstoreSharedDirectory: URL? {
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
import CoreData
|
import CoreData
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
import AltSign
|
|
||||||
import Roxas
|
import Roxas
|
||||||
|
|
||||||
public extension StoreApp {
|
public extension StoreApp {
|
||||||
|
|||||||
@@ -23,13 +23,13 @@
|
|||||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>$(MARKETING_VERSION)</string>
|
<string>$(MARKETING_VERSION)</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1</string>
|
||||||
<key>INIntentsSupported</key>
|
<key>INIntentsSupported</key>
|
||||||
<array>
|
<array>
|
||||||
<string>RefreshAllIntent</string>
|
<string>RefreshAllIntent</string>
|
||||||
<string>ViewAppIntent</string>
|
<string>ViewAppIntent</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>1</string>
|
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>NSExtensionPointIdentifier</key>
|
<key>NSExtensionPointIdentifier</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user