mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-12 06:56:16 +00:00
Compare commits
1 Commits
d5580e52f5
...
feat-inten
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca64157923 |
@@ -201,7 +201,7 @@ class SettingsViewModel: ObservableObject {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class EventViewModel: ObservableObject {
|
class EventViewModel: ObservableObject, @unchecked Sendable {
|
||||||
@Published var events: [Event] = []
|
@Published var events: [Event] = []
|
||||||
@Published var icloudData: [Event] = []
|
@Published var icloudData: [Event] = []
|
||||||
|
|
||||||
@@ -451,7 +451,7 @@ class EventViewModel: ObservableObject {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class dummyEventViewModel: EventViewModel {
|
class dummyEventViewModel: EventViewModel, @unchecked Sendable {
|
||||||
var template2: Event
|
var template2: Event
|
||||||
override init(load: Bool = false) {
|
override init(load: Bool = false) {
|
||||||
self.template2 = Event(
|
self.template2 = Event(
|
||||||
@@ -630,8 +630,7 @@ struct CompleteEvent: AppIntent {
|
|||||||
|
|
||||||
func perform() async throws -> some IntentResult {
|
func perform() async throws -> some IntentResult {
|
||||||
print("s")
|
print("s")
|
||||||
var viewModel = EventViewModel()
|
let viewModel = EventViewModel()
|
||||||
var eventss = viewModel.events
|
|
||||||
print("hip")
|
print("hip")
|
||||||
guard let eventUUID = UUID(uuidString: eventID) else {
|
guard let eventUUID = UUID(uuidString: eventID) else {
|
||||||
print(":sdklfajk")
|
print(":sdklfajk")
|
||||||
|
|||||||
24
README.md
24
README.md
@@ -1,24 +1,6 @@
|
|||||||
<div align="center">
|
# NearFuture
|
||||||
<br/>
|
|
||||||
<p>
|
[App Store](https://apps.apple.com/us/app/near-future-event-tracker/id6744963429)
|
||||||
<img src="https://github.com/neon443/NearFuture/blob/main/Resources/Assets.xcassets/AppIcon.appiconset/NearFutureIcon.png?raw=true" title="dockphobia" alt="dockphobia icon" width="100" />
|
|
||||||
</p>
|
|
||||||
<h3>Near Future</h3>
|
|
||||||
<p>
|
|
||||||
<a href="https://apps.apple.com/us/app/near-future-event-tracker/id6744963429">
|
|
||||||
download
|
|
||||||
<img alt="GitHub Release" src="https://img.shields.io/itunes/v/6744963429">
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
make your Dock scared of the mouse
|
|
||||||
<br/>
|
|
||||||
<a href="https://neon443.github.io">
|
|
||||||
made by neon443
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<br/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
**Near Future** is a SwiftUI App to help people track upcoming events - Holidays, Trips, Birthdays, Weddings, Anniversaries.
|
**Near Future** is a SwiftUI App to help people track upcoming events - Holidays, Trips, Birthdays, Weddings, Anniversaries.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user