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

Lines changed: 8 additions & 16 deletions
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

Lines changed: 2 additions & 0 deletions
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 renamed to .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

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

Cartfile.private

Lines changed: 0 additions & 2 deletions
This file was deleted.

Cartfile.resolved

Lines changed: 0 additions & 2 deletions
This file was deleted.

Carthage/Checkouts/Nimble/.github/ISSUE_TEMPLATE

Lines changed: 0 additions & 36 deletions
This file was deleted.

Carthage/Checkouts/Nimble/.github/PULL_REQUEST_TEMPLATE

Lines changed: 0 additions & 13 deletions
This file was deleted.

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

Lines changed: 0 additions & 15 deletions
This file was deleted.

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

Lines changed: 0 additions & 45 deletions
This file was deleted.

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

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)