Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Version 7.0 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron authored Jul 12, 2020
1 parent ce57bb2 commit 83809eb
Show file tree
Hide file tree
Showing 177 changed files with 6,145 additions and 13,084 deletions.
11 changes: 0 additions & 11 deletions .cocoadocs.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ ANSWER HERE

#### Post sample code or example here

*If sample code can't be provided because it's too long, please provide a small example project,
where I can test, if you cannot provide either. There is not much I can do.*

```swift
ANSWER HERE
```
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

Binary file removed .github/banner.png
Binary file not shown.
13 changes: 0 additions & 13 deletions .github/no-response.yml

This file was deleted.

Binary file added .github/progress-ring-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/styles-banner.png
Binary file not shown.
Binary file added .github/timer-ring-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
121 changes: 116 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@

# Created by https://www.gitignore.io/api/xcode,macos,swift
# Edit at https://www.gitignore.io/?templates=xcode,macos,swift

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Swift ###
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
Expand All @@ -21,8 +54,86 @@ xcuserdata/
*.moved-aside
*.xccheckout
*.xcscmblueprint
.DS_Store
UICircularProgressRing.framework.zip
src/fastlane/report.xml
src/fastlane/test_output/report.html
src/fastlane/test_output/report.junit

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
# Package.resolved
.build/
# Add this line if you want to avoid checking in Xcode SPM integration.
# .swiftpm/xcode

# CocoaPods
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
# Pods/
# Add this line if you want to avoid checking in source code from the Xcode workspace
# *.xcworkspace

# Carthage
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# Accio dependency management
Dependencies/
.accio/

# fastlane
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output

# Code Injection
# After new code Injection tools there's a generated folder /iOSInjectionProject
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/

### Xcode ###
# Xcode
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## User settings

## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)

## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)

## Xcode Patch
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcworkspace/contents.xcworkspacedata
/*.gcno

### Xcode Patch ###
**/xcshareddata/WorkspaceSettings.xcsettings

# End of https://www.gitignore.io/api/xcode,macos,swift
#
.bundle
.bitrise.secrets.yml
*.swiftpm/*
UICircularProgressRing.xcodeproj
.swiftpm/
docs/undocumented.json
2 changes: 2 additions & 0 deletions .jazzy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
theme: apple
output: docs
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

10 changes: 10 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
opt_in_rules:
- multiline_parameters_brackets
- missing_docs
line_length: 150
included:
- Sources
- Tests
excluded:
- Example
- .build
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .travis/install.sh

This file was deleted.

11 changes: 0 additions & 11 deletions .travis/test.sh

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 7.0.0

- With this version the library gets a complete rewrite.
- Written using SwiftUI.
- Read the README for more info!

# Version 6.5.0

- Fix issue with value knob being clipped for certain ring styles
Expand Down
Loading

0 comments on commit 83809eb

Please sign in to comment.