8 Commits

Author SHA1 Message Date
Nihaal Sharma
d5580e52f5 Update README.md 2025-05-29 17:29:37 +01:00
Nihaal Sharma
84a7091e05 Update README.md 2025-05-29 17:22:53 +01:00
Nihaal Sharma
44b40894e4 Delete .github directory 2025-05-26 18:04:30 +01:00
Nihaal Sharma
e4842bd29a Update ios.yml 2025-05-26 18:02:37 +01:00
Nihaal Sharma
b378a831be Update ios.yml 2025-05-26 17:57:31 +01:00
Nihaal Sharma
2ff96a7093 Update ios.yml 2025-05-26 17:52:13 +01:00
Nihaal Sharma
4f5e31a6f3 Update ios.yml 2025-05-26 17:51:01 +01:00
Nihaal Sharma
266b27d817 Create ios.yml 2025-05-26 17:49:06 +01:00
2 changed files with 26 additions and 7 deletions

View File

@@ -201,7 +201,7 @@ class SettingsViewModel: ObservableObject {
}
}
class EventViewModel: ObservableObject, @unchecked Sendable {
class EventViewModel: ObservableObject {
@Published var events: [Event] = []
@Published var icloudData: [Event] = []
@@ -451,7 +451,7 @@ class EventViewModel: ObservableObject, @unchecked Sendable {
}
}
class dummyEventViewModel: EventViewModel, @unchecked Sendable {
class dummyEventViewModel: EventViewModel {
var template2: Event
override init(load: Bool = false) {
self.template2 = Event(
@@ -630,7 +630,8 @@ struct CompleteEvent: AppIntent {
func perform() async throws -> some IntentResult {
print("s")
let viewModel = EventViewModel()
var viewModel = EventViewModel()
var eventss = viewModel.events
print("hip")
guard let eventUUID = UUID(uuidString: eventID) else {
print(":sdklfajk")

View File

@@ -1,6 +1,24 @@
# NearFuture
[App Store](https://apps.apple.com/us/app/near-future-event-tracker/id6744963429)
<div align="center">
<br/>
<p>
<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.
@@ -53,4 +71,4 @@ Contributions are welcome! Just follow these steps:
## Used Tools/Frameworks
- Swift & SwiftUI by Apple
- **SFSymbolsPicker** by [alessiorubicini/SFSymbolsPickerForSwiftUI].
- **SFSymbolsPicker** by [alessiorubicini/SFSymbolsPickerForSwiftUI].