Creating a Project
From Welcome Screen
- Click Create new project on the Welcome screen
- Enter project details in the dialog:
- Project Name — Must be in PascalCase (e.g.,
MyApp) - Bundle ID — Your app’s unique identifier (auto-generated)
- Location — Where to save the project
- Project Name — Must be in PascalCase (e.g.,
- Click Create Project
- Describe your app idea in the chat
Opening Existing Projects
- Click Open project to browse for an existing Xcode project
- Or select from Recent Projects list on the Welcome screen
Project Structure
Paperline creates standard Xcode project structure:Project Settings
Access project settings from the sidebar project menu or by clicking the gear icon.Editable Settings
- Project Name: Must be in PascalCase (e.g.,
MyApp,TodoList) - Bundle Identifier: Your app’s unique ID (e.g.,
com.yourname.myapp)
Read-Only Information
- Project Location: Shows the full path to your project folder
Project Location
Projects are stored in your home folder by default:Deleting a Project
- Open Project Settings
- Scroll to the Danger Zone section
- Click Delete Project
- Confirm deletion
Tips
Use descriptive names
Use descriptive names
Name your projects clearly so you can find them later.
Back up important projects
Back up important projects
Use Git or Time Machine to back up projects you care about.

