Initalier Commit

This commit is contained in:
2026-04-19 19:55:22 +02:00
commit 93e2c811b6
10 changed files with 318 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Linkster iOS
## Xcode-Setup
1. Xcode öffnen → *Create a new Xcode project*
2. **App** wählen, Product Name: `Linkster`, Team auswählen, Bundle ID z.B. `de.oaa.linkster`
3. Alle `.swift`-Dateien und `Info.plist` aus diesem Ordner in das Projekt ziehen (Replace existing Info.plist)
4. In **Assets.xcassets** zwei Einträge anlegen:
- `AppLogo` — das App-Icon als Image Set
- `Primary` — Akzentfarbe (Color Set)
- `Background` — Hintergrundfarbe (Color Set)
## Berechtigungen
Die `Info.plist` enthält bereits:
- `NSCameraUsageDescription` — für den QR-Scanner
- `LSApplicationQueriesSchemes` — damit iOS prüfen kann, ob Streaming-Apps installiert sind