added first version file

This commit is contained in:
2026-02-23 22:13:18 +01:00
parent 4d1d18d05b
commit 0f47e034bd
5 changed files with 249 additions and 36 deletions

View File

@@ -10,6 +10,7 @@
C694B1122F4CF390002D638B /* watch-untis Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = C694B1112F4CF390002D638B /* watch-untis Watch App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
C694B1422F4CF533002D638B /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = C694B1412F4CF52C002D638B /* LICENSE */; };
C694B1442F4CF5D2002D638B /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = C694B1432F4CF5B5002D638B /* .gitignore */; };
C694B1492F4CF8C1002D638B /* mock.json in Sources */ = {isa = PBXBuildFile; fileRef = C694B1482F4CF8C0002D638B /* mock.json */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -57,6 +58,7 @@
C694B12A2F4CF391002D638B /* watch-untis Watch AppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "watch-untis Watch AppUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
C694B1412F4CF52C002D638B /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
C694B1432F4CF5B5002D638B /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
C694B1482F4CF8C0002D638B /* mock.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = mock.json; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
@@ -111,6 +113,7 @@
C694B1232F4CF391002D638B /* watch-untis Watch AppTests */,
C694B12D2F4CF391002D638B /* watch-untis Watch AppUITests */,
C694B10C2F4CF390002D638B /* Products */,
C694B1482F4CF8C0002D638B /* mock.json */,
);
sourceTree = "<group>";
};
@@ -301,6 +304,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C694B1492F4CF8C1002D638B /* mock.json in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};