From 829a82a011fa95e69673f8e49ec447ea8402d7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remigiusz=20=C5=BB=C4=99tkowski?= Date: Sat, 19 Aug 2023 12:39:29 +0200 Subject: [PATCH] Remove information about Cocoapods and replace it with SPM --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 65cb730e4..733feb3f1 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,4 @@ Pull requests for new localizations or improvements on existing localizations ar ### Running the app in Xcode (for developers) -Rectangle uses [CocoaPods](https://cocoapods.org/) to install Sparkle and MASShortcut. - -1. Make sure CocoaPods is installed and up to date on your machine (`sudo gem install cocoapods`). -1. Execute `pod install` the root directory of the project. -1. Open the generated xcworkspace file (`open Rectangle.xcworkspace`). +Rectangle uses [Swift Package Manager](https://www.swift.org/package-manager/) to install Sparkle and MASShortcut.