Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ excluded:
disabled_rules:
- redundant_objc_attribute
- type_body_length
- line_length

opt_in_rules:
- trailing_comma
Expand All @@ -18,10 +19,6 @@ trailing_comma:
identifier_name:
min_length: 1

line_length:
warning: 150
error: 200

file_length:
warning: 500
error: 1000
Expand Down
3 changes: 0 additions & 3 deletions Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ let project = Project(
.local(path: "Vendored/JSQSystemSoundPlayer"),
.local(path: "Vendored/DAKeyboardControl"),
.local(path: "Vendored/JTSImageViewController"),
.local(path: "Vendored/VTAcknowledgementsViewController"),
.local(path: "Vendored/QuickDialog"),
.local(path: "Vendored/FXForms"),
.local(path: "Vendored/SPLCore"),
Expand Down Expand Up @@ -119,7 +118,6 @@ let project = Project(
"src/Mudrammer/Supporting Files/it.lproj/**",
"src/Mudrammer/Images.xcassets",
"src/Mudrammer/Supporting Files/LaunchScreen.storyboard",
"src/Mudrammer/Supporting Files/Pods-acknowledgements.plist",
],
entitlements: "src/Mudrammer/Supporting Files/MUDRammer.entitlements",
dependencies: [
Expand All @@ -134,7 +132,6 @@ let project = Project(
.package(product: "JSQSystemSoundPlayer"),
.package(product: "DAKeyboardControl"),
.package(product: "JTSImageViewController"),
.package(product: "VTAcknowledgementsViewController"),
.package(product: "QuickDialog"),
.package(product: "FXForms"),
.package(product: "SPLCore"),
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Swift](https://img.shields.io/badge/Swift-6.2-orange)](https://swift.org)
[![Platform](https://img.shields.io/badge/platform-iOS%2026-blue)](https://developer.apple.com/ios/)
[![Platform](https://img.shields.io/badge/platform-visionOS%2026-blue)](https://developer.apple.com/visionos/)
[![TestFlight](https://img.shields.io/badge/TestFlight-Join%20Beta-blue?logo=apple)](https://testflight.apple.com/join/Tj85E2kU)
![It's dangerous!](https://img.shields.io/badge/You_are_likely_to_be_eaten_by_a-grue-red.svg)
[![Take this.](https://img.shields.io/badge/get-lamp-yellow.svg)](http://getlamp.com)

Expand Down
19 changes: 0 additions & 19 deletions Vendored/VTAcknowledgementsViewController/LICENSE

This file was deleted.

17 changes: 0 additions & 17 deletions Vendored/VTAcknowledgementsViewController/Package.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading