Skip to content

Files

Latest commit

52f39e3 · Mar 15, 2025

History

History
38 lines (24 loc) · 826 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 826 Bytes

ScribblePad

Swift

ScribblePad is a simple native macOS note taking app built with SwiftUI.

ScribblePad Screenshot

Requirements

  • macOS 13.0 or later
  • Xcode 15.0 or later
  • Swift 5.8 or later

Installation

  1. Clone the repository:
git clone https://github.com/tomasliubinas/ScribblePad.git
  1. Open the project in Xcode:
cd ScriblePad
open ScriblePad.xcodeproj
  1. Build and run the project in Xcode (⌘+R)

Testing

  • Run unit tests: ⌘+U in Xcode
  • UI tests are in the ScriblePadUITests directory

License

This project is licensed under the MIT License - see the LICENSE file for details.