Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit da1af76

Browse files
committed
only circleci_migration branch
1 parent 27083a7 commit da1af76

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# Check https://circleci.com/docs/2.0/ios-migrating-from-1-2/ for more details
44
#
55
version: 2
6+
general:
7+
branches:
8+
only:
9+
- CircleCI_migration
10+
611
jobs:
712
build:
813

KeyboardHelper.xcodeproj/xcshareddata/xcschemes/KeyboardHelper.xcscheme

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES"
30-
codeCoverageEnabled = "NO">
29+
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
<TestableReference
3332
skipped = "NO">

0 commit comments

Comments
 (0)