diff --git a/README.md b/README.md index 028e5b5b..d8512cc6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Valet -[![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) +[![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) [![Swift Package Manager compatible](https://img.shields.io/badge/SPM-✓-4BC51D.svg?style=flat)](https://github.com/apple/swift-package-manager) [![Carthage Compatibility](https://img.shields.io/badge/carthage-✓-4BC51D.svg)](https://github.com/Carthage/Carthage/) -[![codecov](https://codecov.io/gh/square/Valet/branch/master/graph/badge.svg)](https://codecov.io/gh/square/Valet) +[![codecov](https://codecov.io/gh/square/Valet/branch/main/graph/badge.svg)](https://codecov.io/gh/square/Valet) [![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) [![License](https://img.shields.io/cocoapods/l/Valet.svg)](https://cocoapods.org/pods/Valet) [![Platform](https://img.shields.io/cocoapods/p/Valet.svg)](https://cocoapods.org/pods/Valet) diff --git a/Tests/ValetIntegrationTests/ValetIntegrationTests.swift b/Tests/ValetIntegrationTests/ValetIntegrationTests.swift index 8068fac1..c784af1f 100644 --- a/Tests/ValetIntegrationTests/ValetIntegrationTests.swift +++ b/Tests/ValetIntegrationTests/ValetIntegrationTests.swift @@ -21,7 +21,7 @@ import XCTest /// - Returns: `true` when the test environment is signed and does not require entitlement. -/// - 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. +/// - 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. /// - 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. func testEnvironmentIsSignedOrDoesNotRequireEntitlement() -> Bool { #if targetEnvironment(simulator)