File tree Expand file tree Collapse file tree 6 files changed +43
-0
lines changed Expand file tree Collapse file tree 6 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ xcuserdata
22
22
* .moved-aside
23
23
* .xcuserstate
24
24
* .xcscmblueprint
25
+ docs
25
26
26
27
# # Obj-C/Swift specific
27
28
* .hmap
Original file line number Diff line number Diff line change
1
+ clean : true
2
+ author : polydice
3
+ author_url : https://github.com/polydice
4
+ github_url : https://github.com/polydice/ICInputAccessory
5
+ github_file_prefix : https://github.com/polydice/ICInputAccessory/blob/develop
6
+ xcodebuild_arguments : [-scheme, ICInputAccessory-iOS]
7
+ module : ICInputAccessory
8
+ module_version : 1.1.0
9
+ swift_version : 2.2
10
+ output : docs/output
11
+ theme : apple
Original file line number Diff line number Diff line change 8
8
script : bundle exec rake ci:build[latest]
9
9
- env : BUILD=carthage
10
10
script : make carthage
11
+ after_script :
12
+ - make documentation
11
13
cache :
12
14
bundler : true
13
15
directories :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ source "http://rubygems.org"
2
2
ruby "2.3.1"
3
3
4
4
gem "cocoapods" , "~> 1.0.0"
5
+ gem "jazzy" , git : "https://github.com/realm/jazzy.git" , ref : "8b88e33"
5
6
gem "pry"
6
7
gem "rake"
7
8
gem "xcpretty"
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: https://github.com/realm/jazzy.git
3
+ revision: 8b88e33d9c6d2d3d0f2958963e4d709304e6b293
4
+ ref: 8b88e33
5
+ specs:
6
+ jazzy (0.7.0 )
7
+ cocoapods (~> 1.0 )
8
+ mustache (~> 0.99 )
9
+ open4
10
+ redcarpet (~> 3.2 )
11
+ rouge (~> 1.5 )
12
+ sass (~> 3.4 )
13
+ sqlite3 (~> 1.3 )
14
+ xcinvoke (~> 0.2.1 )
15
+
1
16
GEM
2
17
remote: http://rubygems.org/
3
18
specs:
45
60
fourflusher (0.3.2 )
46
61
fuzzy_match (2.0.4 )
47
62
i18n (0.7.0 )
63
+ liferaft (0.0.4 )
48
64
method_source (0.8.2 )
49
65
minitest (5.9.0 )
50
66
molinillo (0.4.5 )
67
+ mustache (0.99.8 )
51
68
nap (1.1.0 )
52
69
netrc (0.7.8 )
70
+ open4 (1.3.4 )
53
71
pry (0.10.4 )
54
72
coderay (~> 1.1.0 )
55
73
method_source (~> 0.8.1 )
56
74
slop (~> 3.4 )
57
75
rake (11.2.2 )
76
+ redcarpet (3.3.4 )
58
77
rouge (1.11.1 )
78
+ sass (3.4.22 )
59
79
slop (3.6.0 )
80
+ sqlite3 (1.3.11 )
60
81
thread_safe (0.3.5 )
61
82
tzinfo (1.2.2 )
62
83
thread_safe (~> 0.1 )
84
+ xcinvoke (0.2.1 )
85
+ liferaft (~> 0.0.4 )
63
86
xcodeproj (1.2.0 )
64
87
activesupport (>= 3 )
65
88
claide (>= 1.0.0 , < 2.0 )
@@ -72,6 +95,7 @@ PLATFORMS
72
95
73
96
DEPENDENCIES
74
97
cocoapods (~> 1.0.0 )
98
+ jazzy !
75
99
pry
76
100
rake
77
101
xcpretty
Original file line number Diff line number Diff line change 1
1
install : brew-install bundle-install pod-install
2
2
3
3
brew-install :
4
+ brew update
4
5
brew tap homebrew/bundle
5
6
brew bundle
6
7
@@ -16,3 +17,6 @@ setup: brew-install
16
17
17
18
carthage :
18
19
set -o pipefail && carthage build --no-skip-current --verbose | xcpretty
20
+
21
+ documentation :
22
+ bundle exec jazzy --config .jazzy.yml
You can’t perform that action at this time.
0 commit comments