Skip to content

Commit 8404288

Browse files
committed
add update date
Signed-off-by: Liu Lantao <[email protected]>
1 parent 8591b37 commit 8404288

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

.scripts/fetch-samplecode.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ curl 'https://developer.apple.com/search/search_data.php?q=swift%203&results=500
44

55
ruby -e "require 'json';
66
require 'csv';
7-
CSV.open('_projects.csv', 'wb') do |csv|
7+
CSV.open('samplecode.csv', 'wb') do |csv|
88
JSON.parse(File.open('/tmp/search_result.json').read)['results'].keep_if {|v|
99
v['type'] == 'sample_code'
1010
}.sort_by {|x| x['title']}.each{|sc|
11-
csv << [sc['url'].match('\/samplecode\/([^\/]*)\/')[1], 'https://developer.apple.com' + sc['url'] + 'Introduction/Intro.html', sc['title']]
11+
csv << [sc['url'].match('\/samplecode\/([^\/]*)\/')[1], 'https://developer.apple.com' + sc['url'] + 'Introduction/Intro.html', sc['title'], sc['date']]
1212
}
1313
end
1414
"
+35-35
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
AVCamPhotoFilter,https://developer.apple.com/library/content/samplecode/AVCamPhotoFilter/Listings/../Introduction/Intro.html,AVCamPhotoFilter: Using AVFoundation to Capture photos with image processing
2-
AVCustomEdit,https://developer.apple.com/library/content/samplecode/AVCustomEdit/Listings/../Introduction/Intro.html,AVCustomEdit
3-
avexporter,https://developer.apple.com/library/content/samplecode/avexporter/Listings/../Introduction/Intro.html,AVFoundationExporter: Exporting and Transcoding Movies
4-
AVFoundationSimplePlayer-iOS,https://developer.apple.com/library/content/samplecode/AVFoundationSimplePlayer-iOS/Listings/../Introduction/Intro.html,AVFoundationSimplePlayer-iOS: Using AVFoundation to Play Media
5-
ReaderWriter,https://developer.apple.com/library/content/samplecode/ReaderWriter/Listings/../Introduction/Intro.html,AVReaderWriter: Offline Audio / Video Processing
6-
AccessibilityUIExamples,https://developer.apple.com/library/content/samplecode/AccessibilityUIExamples/Listings/../Introduction/Intro.html,AccessibilityUIExamples
7-
AppChat,https://developer.apple.com/library/content/samplecode/AppChat/Listings/../Introduction/Intro.html,AppChat: Using Peek and Pop APIs
8-
ApplicationShortcuts,https://developer.apple.com/library/content/samplecode/ApplicationShortcuts/Listings/../Introduction/Intro.html,ApplicationShortcuts: Using UIApplicationShortcutItem
9-
AudioInARKit,https://developer.apple.com/library/content/samplecode/AudioInARKit/Listings/../Introduction/Intro.html,Audio in ARKit
10-
AudioUnitV3Example,https://developer.apple.com/library/content/samplecode/AudioUnitV3Example/Listings/../Introduction/Intro.html,AudioUnitV3Example: A Basic AudioUnit Extension and Host Implementation
11-
CFHostSample,https://developer.apple.com/library/content/samplecode/CFHostSample/Listings/../Introduction/Intro.html,CFHostSample
12-
DemoBots,https://developer.apple.com/library/content/samplecode/DemoBots/Listings/../Introduction/Intro.html,DemoBots: Building a Cross Platform Game with SpriteKit and GameplayKit
13-
DotViewUndo,https://developer.apple.com/library/content/samplecode/DotViewUndo/Listings/../Introduction/Intro.html,DotViewUndo
14-
UsingPhotosFramework,https://developer.apple.com/library/content/samplecode/UsingPhotosFramework/Listings/../Introduction/Intro.html,Example app using Photos framework
15-
Fox,https://developer.apple.com/library/content/samplecode/Fox/Listings/../Introduction/Intro.html,Fox: Building a SceneKit Game with the Xcode Scene Editor
16-
GeometricPrimitives,https://developer.apple.com/library/content/samplecode/GeometricPrimitives/Listings/../Introduction/Intro.html,Geometric Primitives: Exact Orientation and Incircle Predicates using simd
17-
InteractiveContent,https://developer.apple.com/library/content/samplecode/InteractiveContent/Listings/../Introduction/Intro.html,Interactive Content with ARKit
18-
MPSMatrixMultiplicationSample,https://developer.apple.com/library/content/samplecode/MPSMatrixMultiplicationSample/Listings/../Introduction/Intro.html,MPSMatrixMultiplication: Creating and Multiplying Matrices in Metal
19-
MetalImageFilters,https://developer.apple.com/library/content/samplecode/MetalImageFilters/Listings/../Introduction/Intro.html,Metal Image Filters: Using the image filters provided by the Metal Performance S ...
20-
MetalImageRecognition,https://developer.apple.com/library/content/samplecode/MetalImageRecognition/Listings/../Introduction/Intro.html,MetalImageRecognition: Performing Image Recognition with Inception_v3 Network us ...
21-
MotionGraphs,https://developer.apple.com/library/content/samplecode/MotionGraphs/Listings/../Introduction/Intro.html,MotionGraphs
22-
NSTouchBarCatalog,https://developer.apple.com/library/content/samplecode/NSTouchBarCatalog/Listings/../Introduction/Intro.html,NSTouchBar Catalog: Creating and Customizing NSTouchBar
23-
PotLoc,https://developer.apple.com/library/content/samplecode/PotLoc/Listings/../Introduction/Intro.html,PotLoc: CoreLocation with iPhone and Apple Watch
24-
PrintPhoto,https://developer.apple.com/library/content/samplecode/PrintPhoto/Listings/../Introduction/Intro.html,PrintPhoto: Using the Printing API with Photos
25-
Scoreboard,https://developer.apple.com/library/content/samplecode/Scoreboard/Listings/../Introduction/Intro.html,Scoreboard: A demonstration of RTL support on macOS using NSStackView and locali ...
26-
ShapeEdit,https://developer.apple.com/library/content/samplecode/ShapeEdit/Listings/../Introduction/Intro.html,ShapeEdit: Building a Simple iCloud Document App
27-
SimpleTunnel,https://developer.apple.com/library/content/samplecode/SimpleTunnel/Listings/../Introduction/Intro.html,SimpleTunnel: Customized Networking Using the NetworkExtension Framework
28-
TVMLGuide,https://developer.apple.com/library/content/samplecode/TVMLGuide/Listings/../Introduction/Intro.html,TVML Guide: Core concepts in TVML and TVMLKit
29-
TalkingToTheLiveView,https://developer.apple.com/library/content/samplecode/TalkingToTheLiveView/Listings/../Introduction/Intro.html,TalkingToTheLiveView: Sending messages to a Swift Playground live view and savin ...
30-
ToolbarSample,https://developer.apple.com/library/content/samplecode/ToolbarSample/Listings/../Introduction/Intro.html,ToolbarSample: Using NSToolbar to construct a window toolbar
31-
TouchCanvas,https://developer.apple.com/library/content/samplecode/TouchCanvas/Listings/../Introduction/Intro.html,TouchCanvas: Using UITouch efficiently and effectively
32-
UICatalog,https://developer.apple.com/library/content/samplecode/UICatalog/Listings/../Introduction/Intro.html,UIKit Catalog (iOS): Creating and Customizing UIKit Controls
33-
UnicornChat,https://developer.apple.com/library/content/samplecode/UnicornChat/Listings/../Introduction/Intro.html,UnicornChat: Extending Your Apps with SiriKit
34-
UnitTests,https://developer.apple.com/library/content/samplecode/UnitTests/Listings/../Introduction/Intro.html,Unit Testing Apps and Frameworks
35-
ViewControllerPreviews,https://developer.apple.com/library/content/samplecode/ViewControllerPreviews/Listings/../Introduction/Intro.html,ViewControllerPreviews: Using the UIViewController previewing APIs
1+
AVCamPhotoFilter,https://developer.apple.com/library/content/samplecode/AVCamPhotoFilter/Listings/../Introduction/Intro.html,AVCamPhotoFilter: Using AVFoundation to Capture photos with image processing,"Sep 19, 2017"
2+
AVCustomEdit,https://developer.apple.com/library/content/samplecode/AVCustomEdit/Listings/../Introduction/Intro.html,AVCustomEdit,"Aug 17, 2017"
3+
avexporter,https://developer.apple.com/library/content/samplecode/avexporter/Listings/../Introduction/Intro.html,AVFoundationExporter: Exporting and Transcoding Movies,"Sep 13, 2016"
4+
AVFoundationSimplePlayer-iOS,https://developer.apple.com/library/content/samplecode/AVFoundationSimplePlayer-iOS/Listings/../Introduction/Intro.html,AVFoundationSimplePlayer-iOS: Using AVFoundation to Play Media,"Sep 13, 2016"
5+
ReaderWriter,https://developer.apple.com/library/content/samplecode/ReaderWriter/Listings/../Introduction/Intro.html,AVReaderWriter: Offline Audio / Video Processing,"Sep 13, 2016"
6+
AccessibilityUIExamples,https://developer.apple.com/library/content/samplecode/AccessibilityUIExamples/Listings/../Introduction/Intro.html,AccessibilityUIExamples,"Sep 12, 2017"
7+
AppChat,https://developer.apple.com/library/content/samplecode/AppChat/Listings/../Introduction/Intro.html,AppChat: Using Peek and Pop APIs,"Oct 27, 2016"
8+
ApplicationShortcuts,https://developer.apple.com/library/content/samplecode/ApplicationShortcuts/Listings/../Introduction/Intro.html,ApplicationShortcuts: Using UIApplicationShortcutItem,"Sep 28, 2016"
9+
AudioInARKit,https://developer.apple.com/library/content/samplecode/AudioInARKit/Listings/../Introduction/Intro.html,Audio in ARKit,"Sep 19, 2017"
10+
AudioUnitV3Example,https://developer.apple.com/library/content/samplecode/AudioUnitV3Example/Listings/../Introduction/Intro.html,AudioUnitV3Example: A Basic AudioUnit Extension and Host Implementation,"Jun 06, 2017"
11+
CFHostSample,https://developer.apple.com/library/content/samplecode/CFHostSample/Listings/../Introduction/Intro.html,CFHostSample,"Mar 14, 2017"
12+
DemoBots,https://developer.apple.com/library/content/samplecode/DemoBots/Listings/../Introduction/Intro.html,DemoBots: Building a Cross Platform Game with SpriteKit and GameplayKit,"Sep 13, 2016"
13+
DotViewUndo,https://developer.apple.com/library/content/samplecode/DotViewUndo/Listings/../Introduction/Intro.html,DotViewUndo,"Aug 17, 2017"
14+
UsingPhotosFramework,https://developer.apple.com/library/content/samplecode/UsingPhotosFramework/Listings/../Introduction/Intro.html,Example app using Photos framework,"Jun 06, 2017"
15+
Fox,https://developer.apple.com/library/content/samplecode/Fox/Listings/../Introduction/Intro.html,Fox: Building a SceneKit Game with the Xcode Scene Editor,"Sep 13, 2016"
16+
GeometricPrimitives,https://developer.apple.com/library/content/samplecode/GeometricPrimitives/Listings/../Introduction/Intro.html,Geometric Primitives: Exact Orientation and Incircle Predicates using simd,"Sep 28, 2016"
17+
InteractiveContent,https://developer.apple.com/library/content/samplecode/InteractiveContent/Listings/../Introduction/Intro.html,Interactive Content with ARKit,"Aug 31, 2017"
18+
MPSMatrixMultiplicationSample,https://developer.apple.com/library/content/samplecode/MPSMatrixMultiplicationSample/Listings/../Introduction/Intro.html,MPSMatrixMultiplication: Creating and Multiplying Matrices in Metal,"Aug 21, 2017"
19+
MetalImageFilters,https://developer.apple.com/library/content/samplecode/MetalImageFilters/Listings/../Introduction/Intro.html,Metal Image Filters: Using the image filters provided by the Metal Performance S ...,"Sep 13, 2016"
20+
MetalImageRecognition,https://developer.apple.com/library/content/samplecode/MetalImageRecognition/Listings/../Introduction/Intro.html,MetalImageRecognition: Performing Image Recognition with Inception_v3 Network us ...,"Nov 12, 2016"
21+
MotionGraphs,https://developer.apple.com/library/content/samplecode/MotionGraphs/Listings/../Introduction/Intro.html,MotionGraphs,"Feb 02, 2017"
22+
NSTouchBarCatalog,https://developer.apple.com/library/content/samplecode/NSTouchBarCatalog/Listings/../Introduction/Intro.html,NSTouchBar Catalog: Creating and Customizing NSTouchBar,"Sep 21, 2017"
23+
PotLoc,https://developer.apple.com/library/content/samplecode/PotLoc/Listings/../Introduction/Intro.html,PotLoc: CoreLocation with iPhone and Apple Watch,"Oct 04, 2016"
24+
PrintPhoto,https://developer.apple.com/library/content/samplecode/PrintPhoto/Listings/../Introduction/Intro.html,PrintPhoto: Using the Printing API with Photos,"Oct 22, 2015"
25+
Scoreboard,https://developer.apple.com/library/content/samplecode/Scoreboard/Listings/../Introduction/Intro.html,Scoreboard: A demonstration of RTL support on macOS using NSStackView and locali ...,"Oct 27, 2016"
26+
ShapeEdit,https://developer.apple.com/library/content/samplecode/ShapeEdit/Listings/../Introduction/Intro.html,ShapeEdit: Building a Simple iCloud Document App,"Sep 13, 2016"
27+
SimpleTunnel,https://developer.apple.com/library/content/samplecode/SimpleTunnel/Listings/../Introduction/Intro.html,SimpleTunnel: Customized Networking Using the NetworkExtension Framework,"Oct 04, 2016"
28+
TVMLGuide,https://developer.apple.com/library/content/samplecode/TVMLGuide/Listings/../Introduction/Intro.html,TVML Guide: Core concepts in TVML and TVMLKit,"Jun 06, 2017"
29+
TalkingToTheLiveView,https://developer.apple.com/library/content/samplecode/TalkingToTheLiveView/Listings/../Introduction/Intro.html,TalkingToTheLiveView: Sending messages to a Swift Playground live view and savin ...,"Sep 13, 2016"
30+
ToolbarSample,https://developer.apple.com/library/content/samplecode/ToolbarSample/Listings/../Introduction/Intro.html,ToolbarSample: Using NSToolbar to construct a window toolbar,"Jan 19, 2017"
31+
TouchCanvas,https://developer.apple.com/library/content/samplecode/TouchCanvas/Listings/../Introduction/Intro.html,TouchCanvas: Using UITouch efficiently and effectively,"Nov 16, 2017"
32+
UICatalog,https://developer.apple.com/library/content/samplecode/UICatalog/Listings/../Introduction/Intro.html,UIKit Catalog (iOS): Creating and Customizing UIKit Controls,"Nov 17, 2016"
33+
UnicornChat,https://developer.apple.com/library/content/samplecode/UnicornChat/Listings/../Introduction/Intro.html,UnicornChat: Extending Your Apps with SiriKit,"Oct 27, 2016"
34+
UnitTests,https://developer.apple.com/library/content/samplecode/UnitTests/Listings/../Introduction/Intro.html,Unit Testing Apps and Frameworks,"Sep 19, 2017"
35+
ViewControllerPreviews,https://developer.apple.com/library/content/samplecode/ViewControllerPreviews/Listings/../Introduction/Intro.html,ViewControllerPreviews: Using the UIViewController previewing APIs,"Sep 13, 2016"

0 commit comments

Comments
 (0)