forked from WWDCNotes/WWDCNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get basic structure & add first migrated article with images
- Loading branch information
Showing
13 changed files
with
444 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"originHash" : "1468fb16b600b510b7e86468b471dccab71614fcded225a3648e8d2425662404", | ||
"pins" : [ | ||
{ | ||
"identity" : "swift-docc-plugin", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-docc-plugin", | ||
"state" : { | ||
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247", | ||
"version" : "1.3.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-docc-symbolkit", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-docc-symbolkit", | ||
"state" : { | ||
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34", | ||
"version" : "1.0.0" | ||
} | ||
} | ||
], | ||
"version" : 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,46 @@ | ||
# WWDC23 | ||
|
||
Xcode 15, Swift 5.9, iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10. | ||
New APIs: ``SwiftData``, ``Observation``, ``StoreKit`` views, and more. | ||
|
||
## First Day Events | ||
@Metadata { | ||
@TitleHeading("Overview") | ||
} | ||
|
||
### Consumer Keynote (Apple Event) | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
## Topics | ||
|
||
### Developer Keynote (Platforms State of the Union) | ||
### First Day Events | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
@Links(visualStyle: list) { | ||
- <doc:WWDC23-101-Consumer-Keynote> | ||
- <doc:WWDC23-102-Developer-Keynote> | ||
- Apple Design Awards | ||
} | ||
|
||
### Apple Design Awards | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
### New Tools & Frameworks | ||
|
||
## Introducting to New Tools or Frameworks | ||
@Links(visualStyle: list) { | ||
- <doc:WWDC23-10187-Meet-SwiftData> | ||
- Meet StoreKit for SwiftUI | ||
- Meet ActivityKit | ||
- Meet Swift OpenAPI Generator | ||
- Meet Reality Composer Pro | ||
} | ||
|
||
### Meet SwiftData | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
### Updates to Tools & Frameworks | ||
|
||
### Meet StoreKit for SwiftUI | ||
@Links(visualStyle: list) { | ||
- What's new in Swift | ||
- What's new in Xcode | ||
- What's new in privacy | ||
} | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
|
||
### Meet ActivityKit | ||
### Deep Dives into Topics | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
|
||
### Meet Swift OpenAPI Generator | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
|
||
### Meet Reality Composer Pro | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
|
||
## Updates to Existing Tools | ||
|
||
### What's new in Swift | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
|
||
### What's new in Xcode | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
|
||
### What's new in privacy | ||
|
||
- Mini Summary Point 1 | ||
- Mini Summary Point 2 | ||
- Mini Summary Point 3 | ||
|
||
|
||
|
||
## Deep Dives into Topics | ||
@Links(visualStyle: list) { | ||
- TODO | ||
} |
9 changes: 9 additions & 0 deletions
9
Sources/WWDCNotes/WWDCNotes.docc/WWDC23/WWDC23-101-Consumer-Keynote.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Consumer Keynote (Apple Event) | ||
|
||
The public-facing main event where Apple introduced iOS 17, macOS 14, tvOS 17, visionOS 1, and watchOS 10. And the Apple Vision Pro! | ||
|
||
@Metadata { | ||
@TitleHeading("WWDC23") | ||
@PageKind(sampleCode) | ||
@CallToAction(url: "https://developer.apple.com/videos/play/wwdc2023/101", purpose: link, label: "Watch Video") | ||
} |
Oops, something went wrong.