ScribblePad is a simple native macOS note taking app built with SwiftUI.
- macOS 13.0 or later
- Xcode 15.0 or later
- Swift 5.8 or later
- Clone the repository:
git clone https://github.com/tomasliubinas/ScribblePad.git
- Open the project in Xcode:
cd ScriblePad
open ScriblePad.xcodeproj
- Build and run the project in Xcode (⌘+R)
- Run unit tests: ⌘+U in Xcode
- UI tests are in the ScriblePadUITests directory
This project is licensed under the MIT License - see the LICENSE file for details.