Initalier Commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal 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
|
||||
Reference in New Issue
Block a user