Skip to content

Commit 816729f

Browse files
authored
Clean up non-source files (#49)
- Delete old Travis CI config and Git mailmap - Update .gitignore - Update the CI status badge in the README
2 parents 31deb49 + 0eb40c3 commit 816729f

4 files changed

Lines changed: 15 additions & 108 deletions

File tree

.gitignore

Lines changed: 14 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
1+
/.swiftpm/xcode/package.xcworkspace/
2+
13
# Xcode
24
#
35
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
46

5-
## Build generated
6-
build/
7-
DerivedData/
8-
9-
## Various settings
10-
*.pbxuser
11-
!default.pbxuser
12-
*.mode1v3
13-
!default.mode1v3
14-
*.mode2v3
15-
!default.mode2v3
16-
*.perspectivev3
17-
!default.perspectivev3
7+
## User settings
188
xcuserdata/
199

20-
## Other
21-
*.moved-aside
22-
*.xccheckout
23-
*.xcscmblueprint
24-
2510
## Obj-C/Swift specific
2611
*.hmap
12+
13+
## App packaging
2714
*.ipa
2815
*.dSYM.zip
2916
*.dSYM
@@ -38,8 +25,13 @@ playground.xcworkspace
3825
# Packages/
3926
# Package.pins
4027
# Package.resolved
28+
# *.xcodeproj
29+
#
30+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
31+
# hence it is not needed unless you have added a package configuration file to your project
32+
# .swiftpm
33+
4134
.build/
42-
/.swiftpm/xcode/package.xcworkspace
4335

4436
# CocoaPods
4537
#
@@ -57,23 +49,16 @@ playground.xcworkspace
5749
# Add this line if you want to avoid checking in source code from Carthage dependencies.
5850
# Carthage/Checkouts
5951

60-
Carthage/Build
52+
Carthage/Build/
6153

6254
# fastlane
6355
#
64-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
65-
# screenshots whenever they are needed.
56+
# It is recommended to not store the screenshots in the git repo.
57+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
6658
# For more information about the recommended setup visit:
6759
# https://docs.fastlane.tools/best-practices/source-control/#source-control
6860

6961
fastlane/report.xml
7062
fastlane/Preview.html
7163
fastlane/screenshots/**/*.png
7264
fastlane/test_output
73-
74-
# Code Injection
75-
#
76-
# After new code Injection tools there's a generated folder /iOSInjectionProject
77-
# https://github.com/johnno1962/injectionforxcode
78-
79-
iOSInjectionProject/

.mailmap

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

.travis.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bases
22

3-
[![Build Status](https://travis-ci.com/mattrubin/Bases.svg?branch=develop)](https://travis-ci.com/mattrubin/Bases)
3+
[![SPM CI status](https://github.com/mattrubin/Bases/actions/workflows/spm.yml/badge.svg)](https://github.com/mattrubin/Bases/actions/workflows/spm.yml)
44
[![Code Coverage](https://img.shields.io/codecov/c/github/mattrubin/Bases/develop.svg)](https://codecov.io/gh/mattrubin/Bases)
55
![Swift 6.0](https://img.shields.io/badge/swift-6.0-orange.svg)
66
![Platforms: iOS, macOS, tvOS, watchOS, Linux](https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-blue.svg)

0 commit comments

Comments
 (0)