spm: wdiget almost builds again

This commit is contained in:
Joe Mattiello
2023-03-10 20:28:52 -05:00
parent 128b180c1f
commit 351d4fd631
28 changed files with 86 additions and 91 deletions

View File

@@ -35,6 +35,16 @@
<string>altbackup</string>
</array>
</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>
<key>CFBundleVersion</key>
<string>1</string>

View File

@@ -7,7 +7,7 @@
//
import Foundation
import Shared
import SideKit
import os.log

View File

@@ -8,6 +8,7 @@
import Foundation
import Security
import SideStoreCore
class XPCConnectionHandler: NSObject, ConnectionHandler {
var connectionHandler: ((Connection) -> Void)?

View File

@@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ALTAnisetteURL</key>
<string>https://ani.sidestore.io</string>
<key>ALTAppGroups</key>
<array>
<string>group.$(APP_GROUP_IDENTIFIER)</string>
@@ -9,12 +11,10 @@
</array>
<key>ALTDeviceID</key>
<string>00008101-000129D63698001E</string>
<key>ALTServerID</key>
<string>1F7D5B55-79CE-4546-A029-D4DDC4AF3B6D</string>
<key>ALTPairingFile</key>
<string>&lt;insert pairing file here&gt;</string>
<key>ALTAnisetteURL</key>
<string>https://ani.sidestore.io</string>
<key>ALTServerID</key>
<string>1F7D5B55-79CE-4546-A029-D4DDC4AF3B6D</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDocumentTypes</key>
@@ -44,8 +44,6 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
@@ -93,6 +91,13 @@
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSBonjourServices</key>
<array>
<string>_altserver._tcp</string>
@@ -131,13 +136,10 @@
<string>fetch</string>
<string>remote-notification</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
@@ -204,7 +206,5 @@
</dict>
</dict>
</array>
<key>UIFileSharingEnabled</key>
<true/>
</dict>
</plist>

View File

@@ -7,6 +7,7 @@
//
import AltSign
import SideStoreCore
extension ALTApplication {
static let altstoreBundleID = Bundle.Info.appbundleIdentifier

View File

@@ -7,7 +7,6 @@
//
import Intents
import Shared
import SideStoreCore
import os.log

View File

@@ -7,7 +7,7 @@
//
import RoxasUIKit
import Shared
import SideStoreCore
import SideKit
import AltSign

View File

@@ -13,7 +13,7 @@ import MobileCoreServices
import UIKit
import UserNotifications
import WidgetKit
import Shared
import AltSign
import SideKit

View File

@@ -12,7 +12,7 @@ import RoxasUIKit
import AltSign
import SideKit
import SideStoreCore
import Shared
import os.log
private extension DownloadAppOperation {

View File

@@ -11,7 +11,7 @@ import Foundation
import SideStoreCore
import minimuxer
import MiniMuxerSwift
import Shared
import SideKit
@objc(RemoveAppOperation)

View File

@@ -9,7 +9,7 @@ import Foundation
import Network
import SideStoreCore
import Shared
import SideKit
import MiniMuxerSwift

View File

@@ -11,7 +11,7 @@ import Foundation
import AltSign
import RoxasUIKit
import SideKit
import Shared
enum VerificationError: LocalizedError {
case privateEntitlements(ALTApplication, entitlements: [String: Any])

View File

@@ -9,7 +9,7 @@
import Foundation
import KeychainAccess
import AltSign
//import AltSign
@propertyWrapper
public struct KeychainItem<Value> {

View File

@@ -7,7 +7,7 @@
//
import Foundation
import Shared
public extension FileManager {
var altstoreSharedDirectory: URL? {

View File

@@ -8,8 +8,6 @@
import CoreData
import Foundation
import AltSign
import Roxas
public extension StoreApp {

View File

@@ -23,13 +23,13 @@
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>INIntentsSupported</key>
<array>
<string>RefreshAllIntent</string>
<string>ViewAppIntent</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>