Skip to content

Commit cbcefe2

Browse files
committed
master -> main in README
1 parent 1512627 commit cbcefe2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Valet
22

3-
[![CI Status](https://img.shields.io/github/actions/workflow/status/square/valet/ci.yml?branch=master)](https://github.com/square/valet/actions?query=workflow%3ACI+branch%3Amaster)
3+
[![CI Status](https://img.shields.io/github/actions/workflow/status/square/valet/ci.yml?branch=main)](https://github.com/square/valet/actions?query=workflow%3ACI+branch%3Amain)
44
[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-✓-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager)
55
[![Carthage Compatibility](https://img.shields.io/badge/carthage-✓-4BC51D.svg)](https://github.com/Carthage/Carthage/)
6-
[![codecov](https://codecov.io/gh/square/Valet/branch/master/graph/badge.svg)](https://codecov.io/gh/square/Valet)
6+
[![codecov](https://codecov.io/gh/square/Valet/branch/main/graph/badge.svg)](https://codecov.io/gh/square/Valet)
77
[![Swift Version Compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fsquare%2FValet%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/square/Valet)
88
[![License](https://img.shields.io/cocoapods/l/Valet.svg)](https://cocoapods.org/pods/Valet)
99
[![Platform](https://img.shields.io/cocoapods/p/Valet.svg)](https://cocoapods.org/pods/Valet)

Tests/ValetIntegrationTests/ValetIntegrationTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import XCTest
2121

2222

2323
/// - Returns: `true` when the test environment is signed and does not require entitlement.
24-
/// - The Valet Mac Tests target is left without a host app on master. Mac test host app signing requires CI to have the Developer team credentials down in keychain, which we can't easily accomplish.
24+
/// - The Valet Mac Tests target is left without a host app on main. Mac test host app signing requires CI to have the Developer team credentials down in keychain, which we can't easily accomplish.
2525
/// - Note: In order to test changes locally, set the Valet Mac Tests host to Valet macOS Test Host App, delete all VAL_* keychain items in your keychain via Keychain Access.app, and run Mac tests.
2626
func testEnvironmentIsSignedOrDoesNotRequireEntitlement() -> Bool {
2727
#if targetEnvironment(simulator)

0 commit comments

Comments
 (0)