Skip to content

Commit 2947118

Browse files
committed
Support Swift 6
1 parent e5eeb20 commit 2947118

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ SwiftTasks is a sleek to-do list application leveraging SwiftUI and SwiftData fo
1111
- **Task Completion Toggle**: Mark tasks as completed with a simple toggle, helping you keep track of what’s done and what’s pending.
1212
- **User Notifications**: Get notified when a task's due date is approaching, ensuring you stay on top of your tasks.
1313

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+
1421
## Getting Started
1522

1623
1. **Clone the Repository**:
@@ -22,10 +29,5 @@ SwiftTasks is a sleek to-do list application leveraging SwiftUI and SwiftData fo
2229

2330
3. Run the App: Select a simulator or a connected device and press `Cmd+R` to build and run the app.
2431

25-
## Requirements
26-
- iOS 18.0+ / iPadOS 18.0+
27-
- SwiftUI
28-
- SwiftData
29-
3032
## Contributing
3133
Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request for improvements or bug fixes.

SwiftTasks.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
SUPPORTS_MACCATALYST = NO;
416416
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
417417
SWIFT_EMIT_LOC_STRINGS = YES;
418-
SWIFT_VERSION = 5.0;
418+
SWIFT_VERSION = 6.0;
419419
TARGETED_DEVICE_FAMILY = "1,2";
420420
};
421421
name = Debug;
@@ -447,7 +447,7 @@
447447
SUPPORTS_MACCATALYST = NO;
448448
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
449449
SWIFT_EMIT_LOC_STRINGS = YES;
450-
SWIFT_VERSION = 5.0;
450+
SWIFT_VERSION = 6.0;
451451
TARGETED_DEVICE_FAMILY = "1,2";
452452
};
453453
name = Release;

0 commit comments

Comments
 (0)