Initial Commit

This commit is contained in:
2026-07-03 15:00:56 +02:00
commit 53ff7c5198
3 changed files with 120 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# macOS
.DS_Store
# Xcode
## User settings
xcuserdata/
*.xcuserstate
## Build generated
build/
DerivedData/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
## Playgrounds
timeline.xctimeline
playground.xcworkspace
# Swift Package Manager
.build/
.swiftpm/
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
+72
View File
@@ -0,0 +1,72 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 100;
objects = {
/* Begin PBXGroup section */
028709F12FF7E8E40079EA3A = {
isa = PBXGroup;
children = (
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXProject section */
028709F22FF7E8E40079EA3A /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastUpgradeCheck = 2660;
ORGANIZATIONNAME = "Röck+Cöde VoF";
};
buildConfigurationList = 028709F52FF7E8E40079EA3A /* Build configuration list for PBXProject "Attendi" */;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 028709F12FF7E8E40079EA3A;
minimizedProjectReferenceProxies = 1;
preferredProjectObjectVersion = 100;
projectDirPath = "";
projectRoot = "";
targets = (
);
};
/* End PBXProject section */
/* Begin XCBuildConfiguration section */
028709F62FF7E8E40079EA3A /* Debug configuration for PBXProject "Attendi" */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = 7FMNM89WKG;
};
name = Debug;
};
028709F72FF7E8E40079EA3A /* Release configuration for PBXProject "Attendi" */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = 7FMNM89WKG;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
028709F52FF7E8E40079EA3A /* Build configuration list for PBXProject "Attendi" */ = {
isa = XCConfigurationList;
buildConfigurations = (
028709F62FF7E8E40079EA3A /* Debug configuration for PBXProject "Attendi" */,
028709F72FF7E8E40079EA3A /* Release configuration for PBXProject "Attendi" */,
);
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 028709F22FF7E8E40079EA3A /* Project object */;
}
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>