-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jazzy.yaml
39 lines (38 loc) · 906 Bytes
/
.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
---
xcodebuild_arguments:
- "-workspace"
- GiniMobile.xcworkspace
- "-scheme"
- GiniMerchantSDK
- "-destination"
- platform=iOS Simulator,OS=17.2,name=iPhone 14
author: Gini GmbH
author_url: https://gini.net
module: GiniMerchantSDK
readme: Documentation/Sections/Documentation.md
theme: Documentation/jazzy-theme/
output: Documentation/Api
github_url: https://github.com/gini/gini-mobile-ios.git
hide_documentation_coverage: 'true'
documentation: MerchantSDK/GiniMerchantSDK/Documentation/source/*.md
abstract: MerchantSDK/GiniMerchantSDK/Documentation/Sections/*.md
custom_categories:
- name: Documentation
children:
- Installation
- Integration
- Customization guide
- Migration guide
- Event tracking guide
- Testing
- License
- name: Classes
children: []
- name: Enums
children: []
- name: Protocols
children: []
- name: Structs
children: []
- name: Typealiases
children: []