File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ SwiftTasks is a sleek to-do list application leveraging SwiftUI and SwiftData fo
11
11
- ** Task Completion Toggle** : Mark tasks as completed with a simple toggle, helping you keep track of what’s done and what’s pending.
12
12
- ** User Notifications** : Get notified when a task's due date is approaching, ensuring you stay on top of your tasks.
13
13
14
+ ### Prerequisites
15
+
16
+ Make sure you have the following installed:
17
+ - ** Xcode 16+**
18
+ - ** Swift 6**
19
+ - ** iOS 18.0+ / iPadOS 18.0+**
20
+
14
21
## Getting Started
15
22
16
23
1 . ** Clone the Repository** :
@@ -22,10 +29,5 @@ SwiftTasks is a sleek to-do list application leveraging SwiftUI and SwiftData fo
22
29
23
30
3 . Run the App: Select a simulator or a connected device and press ` Cmd+R ` to build and run the app.
24
31
25
- ## Requirements
26
- - iOS 18.0+ / iPadOS 18.0+
27
- - SwiftUI
28
- - SwiftData
29
-
30
32
## Contributing
31
33
Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request for improvements or bug fixes.
Original file line number Diff line number Diff line change 415
415
SUPPORTS_MACCATALYST = NO;
416
416
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
417
417
SWIFT_EMIT_LOC_STRINGS = YES;
418
- SWIFT_VERSION = 5 .0;
418
+ SWIFT_VERSION = 6 .0;
419
419
TARGETED_DEVICE_FAMILY = "1,2";
420
420
};
421
421
name = Debug;
447
447
SUPPORTS_MACCATALYST = NO;
448
448
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
449
449
SWIFT_EMIT_LOC_STRINGS = YES;
450
- SWIFT_VERSION = 5 .0;
450
+ SWIFT_VERSION = 6 .0;
451
451
TARGETED_DEVICE_FAMILY = "1,2";
452
452
};
453
453
name = Release;
You can’t perform that action at this time.
0 commit comments