Skip to content

Commit 0896149

Browse files
authored
Merge pull request #15 from zacwest/circleci-update
Update pods & circleci
2 parents 14c6d4d + c0fbcf3 commit 0896149

84 files changed

Lines changed: 3819 additions & 2416 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
jobs:
3+
build-and-test:
4+
macos:
5+
xcode: "10.2.0"
6+
environment:
7+
FL_OUTPUT_DIR: output
8+
steps:
9+
- checkout
10+
- run:
11+
name: Build and run tests
12+
command: "fastlane scan --workspace Example/ZSWTaggedString.xcworkspace"
13+
- store_test_results:
14+
path: output/scan
15+
- store_artifacts:
16+
path: output
17+
18+
workflows:
19+
version: 2
20+
build-and-test:
21+
jobs:
22+
- build-and-test

Example/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PODS:
22
- Expecta (1.0.6)
3-
- Nimble (7.3.2)
3+
- Nimble (8.0.1)
44
- OCMock (3.4.3)
5-
- Quick (1.3.2)
5+
- Quick (2.1.0)
66
- Specta (1.0.7)
7-
- ZSWTaggedString (4.0):
8-
- ZSWTaggedString/Core (= 4.0)
9-
- ZSWTaggedString/Core (4.0)
10-
- ZSWTaggedString/Swift (4.0):
7+
- ZSWTaggedString (4.1):
8+
- ZSWTaggedString/Core (= 4.1)
9+
- ZSWTaggedString/Core (4.1)
10+
- ZSWTaggedString/Swift (4.1):
1111
- ZSWTaggedString/Core
1212

1313
DEPENDENCIES:
@@ -33,12 +33,12 @@ EXTERNAL SOURCES:
3333

3434
SPEC CHECKSUMS:
3535
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
36-
Nimble: 5e94a8cacb355943c6c87198035dc4adbb0f10e4
36+
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
3737
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
38-
Quick: 2623cb30d7a7f41ca62f684f679586558f483d46
38+
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
3939
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
40-
ZSWTaggedString: 0cd21d5c9b23a334da45f10d86ea32bf194ce98c
40+
ZSWTaggedString: c29edd1ccf2ae30a356d56382cfec6cf06bbd70f
4141

4242
PODFILE CHECKSUM: 3e8e33953f0073437731a654c10dcc1880b9439e
4343

44-
COCOAPODS: 1.5.3
44+
COCOAPODS: 1.6.1

Example/Pods/Local Podspecs/ZSWTaggedString.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/README.md

Lines changed: 7 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/Sources/Nimble/Adapters/AdapterProtocols.swift

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/Sources/Nimble/Adapters/AssertionRecorder.swift

Lines changed: 30 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/Sources/Nimble/Adapters/NMBExpectation.swift

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/Sources/Nimble/Adapters/NMBObjCMatcher.swift

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)