Skip to content

Commit

Permalink
Add .all-contributorsrc config file
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeMatt committed Feb 17, 2022
1 parent a5030c0 commit 09fda1e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"files": ["README.md"],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"skipCi": "true",
"contributors": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,33 +54,46 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/Provenance Watch WatchKit App">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B305EEF9276B4C71003AE510"
BuildableName = "Provenance Watch WatchKit App.app"
BlueprintName = "Provenance Watch WatchKit App"
ReferencedContainer = "container:Provenance.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<RemoteRunnable
runnableDebuggingMode = "2"
BundleIdentifier = "com.apple.Carousel"
RemotePath = "/Provenance Watch WatchKit App">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B305EEF9276B4C71003AE510"
BuildableName = "Provenance Watch WatchKit App.app"
BlueprintName = "Provenance Watch WatchKit App"
ReferencedContainer = "container:Provenance.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</RemoteRunnable>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "B305EEF9276B4C71003AE510"
BuildableName = "Provenance Watch WatchKit App.app"
BlueprintName = "Provenance Watch WatchKit App"
ReferencedContainer = "container:Provenance.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down

0 comments on commit 09fda1e

Please sign in to comment.