refactored code structure

This commit is contained in:
Micha
2025-11-17 15:42:55 +01:00
parent 22b2c632a9
commit 4efe1a2324
26 changed files with 417 additions and 29 deletions

View File

@@ -7,42 +7,30 @@
objects = {
/* Begin PBXBuildFile section */
52A9B79B2EC8E7EE004DD4A2 /* iKeyMonApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A9B7892EC8E7EE004DD4A2 /* iKeyMonApp.swift */; };
52A9B79C2EC8E7EE004DD4A2 /* KeychainHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A9B78A2EC8E7EE004DD4A2 /* KeychainHelper.swift */; };
52A9B79F2EC8E7EE004DD4A2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 52A9B7872EC8E7EE004DD4A2 /* Assets.xcassets */; };
52A9B8222EC8FA8A004DD4A2 /* CHANGELOG.md in Resources */ = {isa = PBXBuildFile; fileRef = 52A9B8212EC8FA8A004DD4A2 /* CHANGELOG.md */; };
52A9B8BB2ECA3605004DD4A2 /* NOTES.md in Sources */ = {isa = PBXBuildFile; fileRef = 52A9B8BA2ECA35FB004DD4A2 /* NOTES.md */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
5203C24D2D997D2800576D4A /* iKeyMon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iKeyMon.app; sourceTree = BUILT_PRODUCTS_DIR; };
52A9B7872EC8E7EE004DD4A2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
52A9B7882EC8E7EE004DD4A2 /* iKeyMon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iKeyMon.entitlements; sourceTree = "<group>"; };
52A9B7892EC8E7EE004DD4A2 /* iKeyMonApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iKeyMonApp.swift; sourceTree = "<group>"; };
52A9B78A2EC8E7EE004DD4A2 /* KeychainHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainHelper.swift; sourceTree = "<group>"; };
52A9B8212EC8FA8A004DD4A2 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
52A9B8BA2ECA35FB004DD4A2 /* NOTES.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = NOTES.md; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
52A9B7A12EC8E84F004DD4A2 /* Extensions */ = {
52A9B8BE2ECB68B5004DD4A2 /* Sources */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = Extensions;
path = Sources;
sourceTree = "<group>";
};
52A9B7A72EC8E857004DD4A2 /* Model */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = Model;
sourceTree = "<group>";
};
52A9B7AC2EC8E85E004DD4A2 /* Preview Content */ = {
52A9B8F72ECB6B8A004DD4A2 /* Preview Content */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = "Preview Content";
sourceTree = "<group>";
};
52A9B7BC2EC8E86C004DD4A2 /* Views */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = Views;
sourceTree = "<group>";
};
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
@@ -59,14 +47,11 @@
5203C2442D997D2800576D4A = {
isa = PBXGroup;
children = (
52A9B8BE2ECB68B5004DD4A2 /* Sources */,
52A9B8BA2ECA35FB004DD4A2 /* NOTES.md */,
52A9B7872EC8E7EE004DD4A2 /* Assets.xcassets */,
52A9B7A72EC8E857004DD4A2 /* Model */,
52A9B7882EC8E7EE004DD4A2 /* iKeyMon.entitlements */,
52A9B7A12EC8E84F004DD4A2 /* Extensions */,
52A9B7AC2EC8E85E004DD4A2 /* Preview Content */,
52A9B7892EC8E7EE004DD4A2 /* iKeyMonApp.swift */,
52A9B7BC2EC8E86C004DD4A2 /* Views */,
52A9B78A2EC8E7EE004DD4A2 /* KeychainHelper.swift */,
52A9B8F72ECB6B8A004DD4A2 /* Preview Content */,
5203C24E2D997D2800576D4A /* Products */,
52A9B8212EC8FA8A004DD4A2 /* CHANGELOG.md */,
);
@@ -96,10 +81,8 @@
dependencies = (
);
fileSystemSynchronizedGroups = (
52A9B7A12EC8E84F004DD4A2 /* Extensions */,
52A9B7A72EC8E857004DD4A2 /* Model */,
52A9B7AC2EC8E85E004DD4A2 /* Preview Content */,
52A9B7BC2EC8E86C004DD4A2 /* Views */,
52A9B8BE2ECB68B5004DD4A2 /* Sources */,
52A9B8F72ECB6B8A004DD4A2 /* Preview Content */,
);
name = iKeyMon;
packageProductDependencies = (
@@ -159,8 +142,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
52A9B79B2EC8E7EE004DD4A2 /* iKeyMonApp.swift in Sources */,
52A9B79C2EC8E7EE004DD4A2 /* KeychainHelper.swift in Sources */,
52A9B8BB2ECA3605004DD4A2 /* NOTES.md in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};