Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit aaedaff

Browse files
author
👒
committed
chore: convert to use idevicekit package
1 parent 94d5008 commit aaedaff

32 files changed

Lines changed: 79 additions & 4888 deletions

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "IDeviceKit"]
2+
path = IDeviceKit
3+
url = https://github.com/khcrysalis/IDeviceKit

IDeviceKit

Submodule IDeviceKit added at bd27d81

Protokolle.xcodeproj/project.pbxproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
objectVersion = 77;
77
objects = {
88

9+
/* Begin PBXBuildFile section */
10+
3349EAD22DF04CC100E317ED /* IDeviceSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 3349EAD12DF04CC100E317ED /* IDeviceSwift */; };
11+
/* End PBXBuildFile section */
12+
913
/* Begin PBXFileReference section */
1014
33898B372DE292F40080DC91 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = System/Library/Frameworks/NetworkExtension.framework; sourceTree = SDKROOT; };
1115
339C38B52DD544D800545BF4 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
@@ -38,6 +42,7 @@
3842
isa = PBXFrameworksBuildPhase;
3943
buildActionMask = 2147483647;
4044
files = (
45+
3349EAD22DF04CC100E317ED /* IDeviceSwift in Frameworks */,
4146
);
4247
runOnlyForDeploymentPostprocessing = 0;
4348
};
@@ -92,6 +97,7 @@
9297
);
9398
name = Protokolle;
9499
packageProductDependencies = (
100+
3349EAD12DF04CC100E317ED /* IDeviceSwift */,
95101
);
96102
productName = syslog;
97103
productReference = 33F7C1652DD51529003FF92B /* Protokolle.app */;
@@ -124,6 +130,7 @@
124130
minimizedProjectReferenceProxies = 1;
125131
packageReferences = (
126132
33350A662DE037F70093599B /* XCRemoteSwiftPackageReference "LicensePlist" */,
133+
3349EAD02DF04CC100E317ED /* XCLocalSwiftPackageReference "IDeviceKit" */,
127134
);
128135
preferredProjectObjectVersion = 77;
129136
productRefGroup = 33F7C1662DD51529003FF92B /* Products */;
@@ -632,6 +639,13 @@
632639
};
633640
/* End XCConfigurationList section */
634641

642+
/* Begin XCLocalSwiftPackageReference section */
643+
3349EAD02DF04CC100E317ED /* XCLocalSwiftPackageReference "IDeviceKit" */ = {
644+
isa = XCLocalSwiftPackageReference;
645+
relativePath = IDeviceKit;
646+
};
647+
/* End XCLocalSwiftPackageReference section */
648+
635649
/* Begin XCRemoteSwiftPackageReference section */
636650
33350A662DE037F70093599B /* XCRemoteSwiftPackageReference "LicensePlist" */ = {
637651
isa = XCRemoteSwiftPackageReference;
@@ -649,6 +663,10 @@
649663
package = 33350A662DE037F70093599B /* XCRemoteSwiftPackageReference "LicensePlist" */;
650664
productName = "plugin:LicensePlistBuildTool";
651665
};
666+
3349EAD12DF04CC100E317ED /* IDeviceSwift */ = {
667+
isa = XCSwiftPackageProductDependency;
668+
productName = IDeviceSwift;
669+
};
652670
/* End XCSwiftPackageProductDependency section */
653671
};
654672
rootObject = 33F7C15D2DD51529003FF92B /* Project object */;

Protokolle.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Protokolle/AppDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77

88
import UIKit
9+
import IDeviceSwift
910

1011
@main
1112
class AppDelegate: UIResponder, UIApplicationDelegate {

Protokolle/Backend/Heartbeat/Heartbeat+checks.swift

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)