-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0 #1
Conversation
subrepo: subdir: "Packages/SublimationBonjour" merged: "ebaee20" upstream: origin: "[email protected]:brightdigit/SublimationBonjour.git" branch: "v1.0.0" commit: "ebaee20" git-subrepo: version: "0.4.6" origin: "https://github.com/Homebrew/brew" commit: "e8430b25a1"
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
README.md
Outdated
</p> | ||
<h1 align="center">SublimationNgrok</h1> | ||
|
||
Share your local development server easily with your Apple devices via Ngrok. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add links in description
|
||
Share your local development server easily with your Apple devices via Ngrok. | ||
|
||
[![SwiftPM](https://img.shields.io/badge/SPM-Linux%20%7C%20iOS%20%7C%20macOS%20%7C%20watchOS%20%7C%20tvOS-success?logo=swift)](https://swift.org) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add badge to DoC
README.md
Outdated
Sublimation has two components: Server and Client. You can check out the SublimationDemoApp Xcode project for an example. | ||
|
||
To integrate **Sublimation** into your app using SPM, specify it in your Package.swift file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix installation instructions.
``` | ||
|
||
|
||
# License |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add documentation section
.spi.yml
Outdated
version: 1 | ||
builder: | ||
configs: | ||
- documentation_targets: [Ngrokit, Sublimation, SublimationVapor] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Targets
@@ -0,0 +1,2 @@ | |||
swiftlint: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove hound
Package.swift
Outdated
SwiftSetting.unsafeFlags([ | ||
"-Xfrontend", | ||
"-warn-long-function-bodies=100" | ||
]), | ||
SwiftSetting.unsafeFlags([ | ||
"-Xfrontend", | ||
"-warn-long-expression-type-checking=100" | ||
]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment out unsafe flags
README.md
Outdated
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/brightdigit/SublimationNgrok)](https://codeclimate.com/github/brightdigit/SublimationNgrok) | ||
[![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/brightdigit/SublimationNgrok?label=debt)](https://codeclimate.com/github/brightdigit/SublimationNgrok) | ||
[![Code Climate issues](https://img.shields.io/codeclimate/issues/brightdigit/SublimationNgrok)](https://codeclimate.com/github/brightdigit/SublimationNgrok) | ||
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove hound
Merging the changes from v1.0.0 into the main branch.