Skip to content

Commit aa7bd20

Browse files
Merge pull request #92 from applidium/feature/project-cleaning
Feature/project cleaning
2 parents f1c8fc3 + f11da6e commit aa7bd20

File tree

622 files changed

+306
-55038
lines changed

Some content is hidden

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

622 files changed

+306
-55038
lines changed

.github/workflows/main.yml

+8-16
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1-
21
name: CI
32

43
on: [push]
54

65
jobs:
76
build:
8-
97
runs-on: macOS-latest
108

119
steps:
12-
- uses: actions/checkout@v2
13-
- name: Bundle install
14-
working-directory: ./
15-
run: bundle install
16-
17-
- name: Unit tests
18-
run: bundle exec fastlane tests
19-
20-
- name: SPM lint
21-
run: bundle exec fastlane spm_lint
10+
- uses: actions/checkout@v2
11+
- name: Bundle install
12+
working-directory: ./
13+
run: bundle install
2214

23-
- name: Carthage lint
24-
run: bundle exec fastlane carthage_lint
15+
- name: Unit tests
16+
run: bundle exec fastlane tests
2517

26-
- name: Pod lint
27-
run: bundle exec fastlane pod_lint
18+
- name: Pod lint
19+
run: bundle exec fastlane pod_lint

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ DerivedData
3939

4040
# Swift Package Manager
4141
.build
42+
.swiftpm
43+
Package.resolved
4244

4345
# Add this line if you want to avoid checking in source code from Carthage dependencies.
4446
# Carthage/Checkouts

Carthage/Checkouts/Quick/Quick.xcodeproj/project.xcworkspace/contents.xcworkspacedata .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cartfile.private

-2
This file was deleted.

Cartfile.resolved

-2
This file was deleted.

Carthage/Checkouts/Nimble/.github/ISSUE_TEMPLATE

-36
This file was deleted.

Carthage/Checkouts/Nimble/.github/PULL_REQUEST_TEMPLATE

-13
This file was deleted.

Carthage/Checkouts/Nimble/.github/dependabot.yml

-15
This file was deleted.

Carthage/Checkouts/Nimble/.github/workflows/ci.yml

-45
This file was deleted.

Carthage/Checkouts/Nimble/.github/workflows/swiftlint.yml

-15
This file was deleted.

Carthage/Checkouts/Nimble/.gitignore

-29
This file was deleted.

Carthage/Checkouts/Nimble/.swiftlint.yml

-32
This file was deleted.

Carthage/Checkouts/Nimble/.travis.yml

-43
This file was deleted.

0 commit comments

Comments
 (0)