-
Notifications
You must be signed in to change notification settings - Fork 149
/
.jazzy.yaml
70 lines (63 loc) · 1.41 KB
/
.jazzy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#
# Open GPX Tracker - Jazzy config file
#
# Jazzy is a tool for generating SWIFT documentation in HTML.
# More info in: https://github.com/realm/jazzy
#
# Install jazzy
#
# $ gem install jazzy
#
# Run jazzy
#
# $ cd <root folder of Open GPX Tracker>
# $ jazzy
#
# Note the output is ../gh-pages/docs
#
# ----------------------------------------
# xcodebuild command line to get list of targets
#
# xcodebuild -list
#
#
# Output of command above (updated Apr 2019)
#
# Information about project "OpenGpxTracker":
# Targets:
# OpenGpxTracker
# OpenGpxTrackerTests
# OpenGpxTracker-Watch
# OpenGpxTracker-Watch Extension
#
# Build Configurations:
# Debug
# Release
#
# If no build configuration is specified and -scheme is not passed then "Release" is used.
#
# Schemes:
# OpenGpxTracker
# OpenGpxTracker
# OpenGpxTracker-Watch
# OpenGpxTracker-Watch (Complication)
# OpenGpxTracker-Watch (Notification)
#
#
#
output: ../gh-pages/docs
author_url: https://github.com/merlos/iOS-Open-GPX-Tracker
github_url: https://github.com/merlos/iOS-Open-GPX-Tracker
theme: apple
min_acl: private
xcodebuild_arguments:
- clean
- build
- -workspace
- OpenGpxTracker.xcworkspace
- -scheme
- OpenGpxTracker
# - "OpenGpxTracker-Watch (Complication)"
#- "CODE_SIGN_IDENTITY="
#- "CODE_SIGNING_REQUIRED=NO"
#- "CODE_SIGNING_ALLOWED=NO"