Skip to content

Commit 4f0c18e

Browse files
Fix a few things.
1 parent 60f6d83 commit 4f0c18e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/components/Navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import logo from "../data/images/logo.png";
99
</a>
1010
<ul class="nav-links">
1111
<li><a href="#tickets">Conference Tickets</a></li>
12-
<!-- <li><a href='#agenda'>Agenda</a></li> -->
12+
<li><a href='#agenda'>Agenda</a></li>
1313
<!-- <li><a href='#speakers'>Speakers</a></li> -->
1414
<li><a href='#call-for-papers'>CFP</a></li>
1515
<li><a href="#sponsors">Conference Sponsors</a></li>

src/content/agenda/2025-day1-doors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Doors open
33
date: '2025-11-12'
4-
time: '08:30/'
4+
time: '08:30'
55
type: 'Logistics'
66
---
77

src/content/agenda/2025-day1-talk1-manuel.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ time: "09:15"
55
name: " Manuel Carrasco Molina"
66
image: "/images/speakers/2025/manuel.webp"
77
type: "Talk"
8-
summary: "What if I told you that you might be unnecessarily complicating your SwiftUI apps by selecting an architecture that doesn’t align with the declarative nature of the SwiftUI framework? Instead of battling against the framework, what if you could seamlessly work with it?"
8+
summary: "A lot of time Privacy of my data as a user is not a priority for Developers. Wether it’s my calendar, my contacts, my location, I want as a user to be able to use an app without all of those attacks in my privacy."
99
---
1010

11-
A lot of time Privacy of my data as a user is not a priority for Developers. Wether it’s my calendar, my contacts, my location, I want as a user to be able to use an app without all of those attacks in my privacy.
12-
1311
Manuel will summarise some things an iOS developer should do to ensure the most critical user can still use an app in some regards, and not just say “I need all your information” like on other platforms. This is the beauty of iOS, being able to have fine grained control over your data (although not enough) so let’s do this all together, as a beautiful community concerned by Privacy.
1412

1513
## Manuel Carrasco Molina

0 commit comments

Comments
 (0)