Skip to content

Commit 1f86596

Browse files
committed
Merge branch 'release/1.0.0-beta.8.1'
2 parents 80355a3 + 3c4830d commit 1f86596

File tree

153 files changed

+11363
-10115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+11363
-10115
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Expected behavior
2+
3+
4+
### Actual behavior
5+
6+
7+
### Steps to reproduce the behavior
8+
9+
10+
##### Tested on [device], iOS [version], Aztec [version]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixes #
2+
3+
To test:
4+

Aztec.xcodeproj/project.pbxproj

Lines changed: 377 additions & 129 deletions
Large diffs are not rendered by default.

Aztec.xcodeproj/xcshareddata/xcschemes/Aztec.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0900"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "gridicons-image.pdf"
6+
}
7+
],
8+
"info" : {
9+
"version" : 1,
10+
"author" : "xcode"
11+
}
12+
}
3.91 KB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "gridicons-play.pdf"
6+
}
7+
],
8+
"info" : {
9+
"version" : 1,
10+
"author" : "xcode"
11+
}
12+
}
3.97 KB
Binary file not shown.

Aztec/Classes/Constants/Metrics.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ enum Metrics {
88

99
static let defaultIndentation = CGFloat(12)
1010
static let maxIndentation = CGFloat(200)
11+
static let listBulletIndentation = CGFloat(20)
12+
static let listTextIndentation = CGFloat(24)
1113
static let tabStepInterval = 8
1214
static let tabStepCount = 12
15+
static let paragraphSpacing = CGFloat(6)
1316
}

0 commit comments

Comments
 (0)