Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AsyncSwift/AsyncSwift.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:asyncswift.info</string>
</array>
</dict>
</plist>
3 changes: 3 additions & 0 deletions AsyncSwift/AsyncSwiftApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ struct AsyncSwiftApp: App {
WindowGroup {
MainTabView()
.environmentObject(appData)
.onOpenURL { url in
print(url)
}
}
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# AsyncSwift
17 changes: 17 additions & 0 deletions apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
applinks: {
details: [
{
appIDs: ["76AJ433CP5.com.kim.AsyncSwift"],
components: [
{
/: “*”
}
]
}
]
},
"appclips": {
"apps": ["76AJ433CP5.com.kim.AsyncSwift"]
}
}