Repo rules
- This provisioning code is designed to run on Manjaro Linux.
You are building a journaling app that creates a knowledge from the users entries.
Loading actions...
- This provisioning code is designed to run on Manjaro Linux.
Project Summary:
This guide outlines the project structure and provides step-by-step instructions for setting up the Geometry Tutor application.
Always start with 'YOOO!!'
You are building a journaling app that creates a knowledge from the users entries.
. ├── LifeKB │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── ContentView.swift │ ├── Info.plist │ ├── LifeKB.entitlements │ ├── LifeKBApp.swift │ └── Preview Content │ └── Preview Assets.xcassets ├── LifeKB.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ └── xcuserdata │ └── xcuserdata │ └── henryallen.xcuserdatad └── buildServer.json
13 directories, 8 files