generated from block/oss-project-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project-dashboard: Add Object-C and some other swift/objective-c pack…
…age managers, and add square/aardvark and square/valet
- Loading branch information
1 parent
f65a5e3
commit a35f8da
Showing
5 changed files
with
77 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
repo: | ||
owner: "square" | ||
name: aardvark | ||
defaultBranch: "master" | ||
title: Aardvark | ||
description: Aardvark is a library that makes it dead simple to create actionable bug reports. | ||
branding: square | ||
lifeCycleStatus: "mature" | ||
ciChecks: | ||
- type: "github-actions" | ||
label: build | ||
value: ci.yml | ||
licenses: | ||
- type: "github-license" | ||
contributing: | ||
- type: "contribution-guidelines" | ||
value: "Contributing.md" | ||
- type: "issues" | ||
packages: | ||
- packageName: aardvark | ||
language: objective-c | ||
artifacts: | ||
- type: cocoapods | ||
value: Aardvark | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
repo: | ||
owner: "square" | ||
name: valet | ||
defaultBranch: main | ||
title: Valet | ||
description: Valet lets you securely store data in the iOS, tvOS, watchOS, or macOS Keychain without knowing a thing about how the Keychain works. It’s easy. We promise. | ||
branding: square | ||
lifeCycleStatus: mature | ||
ciChecks: | ||
- type: github-actions | ||
label: ci | ||
value: ci.yml | ||
licenses: | ||
- type: "github-license" | ||
contributing: | ||
- type: "contribution-guidelines" | ||
value: "Contributing.md" | ||
- type: "issues" | ||
packages: | ||
- packageName: valet | ||
language: swift | ||
artifacts: | ||
- type: spi | ||
value: square/Valet | ||
- type: cocoapods | ||
value: Valet | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters