mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
spm import fixes after merging Shared
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
import EmotionalDamage
|
||||
import minimuxer
|
||||
import MiniMuxerSwift
|
||||
import MiniMuxer
|
||||
import SideStoreAppKit
|
||||
import RoxasUIKit
|
||||
import UIKit
|
||||
|
||||
@@ -11,7 +11,7 @@ import Foundation
|
||||
import AltSign
|
||||
import SideStoreCore
|
||||
import minimuxer
|
||||
import MiniMuxerSwift
|
||||
import MiniMuxer
|
||||
import RoxasUIKit
|
||||
import SideKit
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
import Combine
|
||||
import minimuxer
|
||||
import MiniMuxerSwift
|
||||
import MiniMuxer
|
||||
import UIKit
|
||||
|
||||
import SideStoreCore
|
||||
|
||||
@@ -11,7 +11,7 @@ import Network
|
||||
import AltSign
|
||||
import SideStoreCore
|
||||
import RoxasUIKit
|
||||
import MiniMuxerSwift
|
||||
import MiniMuxer
|
||||
import minimuxer
|
||||
import os.log
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import Foundation
|
||||
import AltSign
|
||||
import SideStoreCore
|
||||
import minimuxer
|
||||
import MiniMuxerSwift
|
||||
import MiniMuxer
|
||||
import RoxasUIKit
|
||||
|
||||
@objc(RefreshAppOperation)
|
||||
|
||||
@@ -10,7 +10,7 @@ import Foundation
|
||||
|
||||
import SideStoreCore
|
||||
import minimuxer
|
||||
import MiniMuxerSwift
|
||||
import MiniMuxer
|
||||
|
||||
import SideKit
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import Network
|
||||
import SideStoreCore
|
||||
|
||||
import SideKit
|
||||
import MiniMuxerSwift
|
||||
import MiniMuxer
|
||||
|
||||
@objc(SendAppOperation)
|
||||
final class SendAppOperation: ResultOperation<Void> {
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
|
||||
import CoreData
|
||||
import Foundation
|
||||
import class UIKit.UIColor
|
||||
|
||||
import Roxas
|
||||
|
||||
public extension StoreApp {
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import AltSign
|
||||
|
||||
public typealias AltXPCProtocol = SideXPCProtocol
|
||||
|
||||
@@ -15,7 +16,3 @@ public protocol SideXPCProtocol {
|
||||
func ping(completionHandler: @escaping () -> Void)
|
||||
func requestAnisetteData(completionHandler: @escaping (ALTAnisetteData?, Error?) -> Void)
|
||||
}
|
||||
|
||||
@objc public class ALTAnisetteData: NSObject {
|
||||
// implementation
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ extension ComplicationView {
|
||||
}
|
||||
}
|
||||
|
||||
@available(iOS 16, *)
|
||||
@available(iOS 16, iOSApplicationExtension 16, *)
|
||||
struct ComplicationView: View {
|
||||
let entry: AppEntry
|
||||
let style: Style
|
||||
|
||||
@@ -17,6 +17,8 @@ import Roxas
|
||||
import RoxasUIKit
|
||||
import os.log
|
||||
|
||||
import class SideStoreAppKit.ViewAppIntent
|
||||
|
||||
struct AppEntry: TimelineEntry {
|
||||
var date: Date
|
||||
var relevance: TimelineEntryRelevance?
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
import XCTest
|
||||
@testable import MiniMuxerSwift
|
||||
@testable import MiniMuxer
|
||||
|
||||
class MiniMuxerTests: XCTestCase {
|
||||
override func setUp() {
|
||||
|
||||
Reference in New Issue
Block a user