Skip to content

Commit 4196b58

Browse files
committed
Remove support for Carthage and CocoaPods
1 parent cd108b3 commit 4196b58

22 files changed

+4
-2351
lines changed

.gitignore

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Xcode
2-
#
32
build/
43
*.pbxuser
54
!default.pbxuser
@@ -20,14 +19,13 @@ DerivedData
2019

2120
# AppCode
2221
.idea
22+
23+
# Fastlane
2324
fastlane/README.md
2425
fastlane/test-output
2526
fastlane/report.xml
2627

2728
.DS_Store
28-
Pods/
29-
Carthage/
30-
Checkouts/
3129

3230
# Swift PM
3331
.build

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0
1+
5.10

Cartfile

-1
This file was deleted.

Cartfile.resolved

-1
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Piet Brauer
1+
Copyright (c) 2024 Piet Brauer-Kallenberg
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Makefile

-14
This file was deleted.

OctoKit.swift.podspec

-22
This file was deleted.

OctoKit.xcodeproj/project.pbxproj

-1,788
This file was deleted.

OctoKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

OctoKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

-8
This file was deleted.

OctoKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

-15
This file was deleted.

OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit Mac.xcscheme

-99
This file was deleted.

OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit MacTests.xcscheme

-81
This file was deleted.

OctoKit.xcodeproj/xcshareddata/xcschemes/OctoKit tvOS.xcscheme

-99
This file was deleted.

0 commit comments

Comments
 (0)