-
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/SublimationNgrok" merged: "13c2505" upstream: origin: "[email protected]:brightdigit/SublimationNgrok.git" branch: "v1.0.0" commit: "13c2505" 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 ☂️ |
.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 Documentation Targets
@@ -0,0 +1,2 @@ | |||
swiftlint: | |||
config_file: .swiftlint.yml |
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
README.md
Outdated
</p> | ||
<h1 align="center">SublimationService</h1> | ||
|
||
Using `Sublimation` as Lifecycle Service for application such as Hummingbird. |
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 to description
|
||
Using `Sublimation` as Lifecycle Service for application such as Hummingbird. | ||
|
||
[![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 DocC Link
README.md
Outdated
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/brightdigit/SublimationService)](https://codeclimate.com/github/brightdigit/SublimationService) | ||
[![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/brightdigit/SublimationService?label=debt)](https://codeclimate.com/github/brightdigit/SublimationService) | ||
[![Code Climate issues](https://img.shields.io/codeclimate/issues/brightdigit/SublimationService)](https://codeclimate.com/github/brightdigit/SublimationService) | ||
[![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
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
app.addServices(sublimation) | ||
``` | ||
|
||
# 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
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.
Remove Unsafe Flags
Package.swift
Outdated
.library(name: "SublimationService", targets: ["SublimationService"]) | ||
], | ||
dependencies: [ | ||
.package(url: "https://github.com/brightdigit/Sublimation", branch: "32-swift-service-lifecycle-ci"), |
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 branch for Sublimation
Merging the changes from v1.0.0 into the main branch.