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

Commit 69c6c9e

Browse files
committed
chore: remove onboarding
1 parent b83e30c commit 69c6c9e

9 files changed

Lines changed: 0 additions & 259 deletions

File tree

OnboardingKit/.gitignore

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

OnboardingKit/LICENSE

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

OnboardingKit/Package.swift

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

OnboardingKit/Sources/OnboardingKit/Extensions/View+compatTransition.swift

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

OnboardingKit/Sources/OnboardingKit/OKOnboardingView.swift

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

OnboardingKit/Sources/OnboardingKit/OKTitleWithDescriptionView.swift

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

Protokolle.xcodeproj/project.pbxproj

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

9-
/* Begin PBXBuildFile section */
10-
3384EE4C2DE683FD00C05A84 /* OnboardingKit in Frameworks */ = {isa = PBXBuildFile; productRef = 3384EE4B2DE683FD00C05A84 /* OnboardingKit */; };
11-
/* End PBXBuildFile section */
12-
139
/* Begin PBXFileReference section */
1410
33898B372DE292F40080DC91 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = System/Library/Frameworks/NetworkExtension.framework; sourceTree = SDKROOT; };
1511
339C38B52DD544D800545BF4 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
@@ -42,7 +38,6 @@
4238
isa = PBXFrameworksBuildPhase;
4339
buildActionMask = 2147483647;
4440
files = (
45-
3384EE4C2DE683FD00C05A84 /* OnboardingKit in Frameworks */,
4641
);
4742
runOnlyForDeploymentPostprocessing = 0;
4843
};
@@ -97,7 +92,6 @@
9792
);
9893
name = Protokolle;
9994
packageProductDependencies = (
100-
3384EE4B2DE683FD00C05A84 /* OnboardingKit */,
10195
);
10296
productName = syslog;
10397
productReference = 33F7C1652DD51529003FF92B /* Protokolle.app */;
@@ -130,7 +124,6 @@
130124
minimizedProjectReferenceProxies = 1;
131125
packageReferences = (
132126
33350A662DE037F70093599B /* XCRemoteSwiftPackageReference "LicensePlist" */,
133-
3384EE4A2DE683FD00C05A84 /* XCLocalSwiftPackageReference "OnboardingKit" */,
134127
);
135128
preferredProjectObjectVersion = 77;
136129
productRefGroup = 33F7C1662DD51529003FF92B /* Products */;
@@ -639,13 +632,6 @@
639632
};
640633
/* End XCConfigurationList section */
641634

642-
/* Begin XCLocalSwiftPackageReference section */
643-
3384EE4A2DE683FD00C05A84 /* XCLocalSwiftPackageReference "OnboardingKit" */ = {
644-
isa = XCLocalSwiftPackageReference;
645-
relativePath = OnboardingKit;
646-
};
647-
/* End XCLocalSwiftPackageReference section */
648-
649635
/* Begin XCRemoteSwiftPackageReference section */
650636
33350A662DE037F70093599B /* XCRemoteSwiftPackageReference "LicensePlist" */ = {
651637
isa = XCRemoteSwiftPackageReference;
@@ -663,10 +649,6 @@
663649
package = 33350A662DE037F70093599B /* XCRemoteSwiftPackageReference "LicensePlist" */;
664650
productName = "plugin:LicensePlistBuildTool";
665651
};
666-
3384EE4B2DE683FD00C05A84 /* OnboardingKit */ = {
667-
isa = XCSwiftPackageProductDependency;
668-
productName = OnboardingKit;
669-
};
670652
/* End XCSwiftPackageProductDependency section */
671653
};
672654
rootObject = 33F7C15D2DD51529003FF92B /* Project object */;

Protokolle.xcworkspace/contents.xcworkspacedata

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

Protokolle/SceneDelegate.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import UIKit
99
import SwiftUI
10-
import OnboardingKit
1110

1211
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
1312
var currentScene: UIScene?

0 commit comments

Comments
 (0)