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
{ | |
"app-store-connect": { | |
"101 TestFlight": [ | |
"https://devstreaming-cdn.apple.com/videos/tutorials/TestFlight_App_Store_Connect_2018/TestFlight_App_Store_Connect_2018_hd.mp4", | |
"https://devstreaming-cdn.apple.com/videos/tutorials/TestFlight_App_Store_Connect_2018/TestFlight_App_Store_Connect_2018_sd.mp4" | |
], | |
"102 App Analytics Overview": [ | |
"https://devstreaming-cdn.apple.com/videos/tutorials/Analytics_Overview_Pt2/Analytics_Overview_hd.mp4", | |
"https://devstreaming-cdn.apple.com/videos/tutorials/Analytics_Overview_Pt2/Analytics_Overview_sd.mp4" | |
], |
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
101 Keynote | |
102 Platforms State of the Union | |
10004 Expanding automation with the App Store Connect API | |
10005 What's new in assessment | |
10006 Introducing Car Keys | |
10008 Optimize the Core Image pipeline for your video app | |
10009 Edit and play back HDR video with AVFoundation | |
10010 Export HDR media in your app with AVFoundation | |
10011 Author fragmented MPEG-4 content with AVAssetWriter | |
10012 Discover ray tracing with Metal |
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
Welcome to WWDCHelper by github.com/kingcos! 👏 | |
Please wait a little while. | |
Helper is trying to fetch your favorite WWDC info hard... | |
WWDC2019 - Session 101 - Keynote | |
- - - - - - - - - - | |
WWDC2019 - Session 103 - Platforms State of the Union | |
- - - - - - - - - - | |
WWDC2019 - Session 104 - Apple Design Awards | |
- - - - - - - - - - | |
WWDC2019 - Session 202 - Using Core Data With CloudKit |
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
101 WWDC 2018 Keynote | |
102 Platforms State of the Union | |
103 Apple Design Awards | |
201 Creating Apps for a Global Audience | |
202 What's New in Cocoa Touch | |
203 I Have This Idea For An App... | |
204 Automatic Strong Passwords and Security Code AutoFill | |
205 Advances in Research and Care Frameworks | |
206 What's New in watchOS | |
207 Strategies for Securing Web Content |
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
[ | |
{"url": "https://devstreaming-cdn.apple.com/videos/wwdc/2018/236mwbxbxjfsvns4jan/236/236_hd_avspeechsynthesizer_making_ios_talk.mp4?dl=1", "title": "AVSpeechSynthesizer: Making iOS Talk", "summary": "Speech can enhance the audio experience of your app, whether you are generating spoken feedback for accessibility, or providing critical information beyond simple alerts or notifications. AVSpeechSynthesizer produces synthesized speech from text and allows you to control and monitor the progress of ongoing speech. Learn the ins and outs of AVSpeechSynthesizer and how to add computer-generated speech output to your app."}, | |
{"url": "https://devstreaming-cdn.apple.com/videos/wwdc/2018/405bjty1j94taqv8ii/405/405_hd_measuring_performance_using_logging.mp4?dl=1", "title": "Measuring Performance Using Logging", "summary": "Learn how to use signposts and logging to measure performance. Understand how the Points of Interest instrument can be used to examine logged data. Get an introduction into creating and using custo |
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
https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2012__hd/session_307__building_great_newsstand_apps.mov | |
https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2012__hd/session_311__building_and_distributing_custom_b2b_apps_for_ios.mov | |
https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2012__hd/session_304__events_and_reminders_in_event_kit.mov | |
https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2012__hd/session_300__getting_around_using_map_kit.mov | |
https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2012__hd/session_306__integrating_with_facebook_twitter_and_sina_weibo.mov | |
https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2012__hd/session_301__introducing_passbook_part_1.mov | |
https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2012__hd/session_309__introducing_passbook_part_2.mov | |
https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2012__hd/session_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
## WWDC 2012 | |
https://gist.github.com/wisnukurniawan/2ac9608cb09d8ee1d80b4e351466c208 | |
General | |
basicshabits__building_your_software_projects_to_last | |
internationalization_tips_and_tricks | |
Lib | |
whats_new_in_cocoa | |
whats_new_in_cocoa_touch | |
whats_new_with_gestures |
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
interface FeatureLaunchable { | |
fun intent(): Intent? | |
fun icon(): Int | |
fun title(): Int | |
} |
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
project.ext.config = [ | |
"feature-setting", | |
"feature-transaction", | |
"feature-order-flight", | |
"feature-order-train", | |
"feature-order-hotel" | |
] | |
dependencies { | |
project.config.each { module -> | |
project.dependencies.add("implementation", project(":${module}")) |
NewerOlder