Skip to content

Commit 4ba0593

Browse files
authored
Fixing nightly build. (#1489)
* There is a tvOS simulator running by default. No need to create one. * Making it so that it will do the nightly build on this branch after commit. * Trying to fix config spaces * Another spacing issue * removing branches * Updating remote submodule commit * Removing commit jobs from config now that nightly jobs have succeeded.
1 parent 1e581d8 commit 4ba0593

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ jobs:
7575
steps:
7676
- checkout
7777
- run: *prepare
78-
- run: |
79-
xcrun simctl create "Apple TV 4K" com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-4K com.apple.CoreSimulator.SimRuntime.tvOS-13-2
80-
bundle exec rake package:release
78+
- run: bundle exec rake package:release
8179
jazzy:
8280
<<: *defaults
8381
steps:

Carthage/Checkouts/OCMock

Submodule OCMock updated 111 files

0 commit comments

Comments
 (0)