Skip to content

Commit

Permalink
Merge pull request #36 from wizeline/develop
Browse files Browse the repository at this point in the history
Release 2.0.0 😬
  • Loading branch information
Jorge R Ovalle Z authored Jul 2, 2019
2 parents 1cbfd41 + 4dcf9da commit 9e9aed2
Show file tree
Hide file tree
Showing 63 changed files with 1,548 additions and 794 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
osx_image: xcode10
osx_image: xcode10.2
language: swift
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=Example/WLEmptyState.xcworkspace
- SCHEME=WLEmptyState-Example
- SDK=iphonesimulator12.0
- DESTINATION="OS=12.0,name=iPhone XS"
- SDK=iphonesimulator12.2
- DESTINATION="OS=12.2,name=iPhone XS"
script:
- set -o pipefail
- xcodebuild -version
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODS:
- iOSSnapshotTestCase/Core (4.0.1)
- iOSSnapshotTestCase/SwiftSupport (4.0.1):
- iOSSnapshotTestCase/Core
- WLEmptyState (0.1.0)
- WLEmptyState (1.0.2)

DEPENDENCIES:
- iOSSnapshotTestCase
Expand All @@ -20,8 +20,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
iOSSnapshotTestCase: f3b2b7e606fe03fdbe49af84316bd235df32dc44
WLEmptyState: 4e90ffccc2f641d65de508c4913fab959460cc53
WLEmptyState: 083ceb8181b65b0008e1cca260b14a768f6c3ab6

PODFILE CHECKSUM: 5fd6a2332b7cd50dfecaf0807164322168c50c78

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
7 changes: 4 additions & 3 deletions Example/Pods/Local Podspecs/WLEmptyState.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,206 changes: 627 additions & 579 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e9aed2

Please sign in to comment.