Skip to content

Commit

Permalink
Remove support for installing via CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Aug 19, 2024
1 parent 3015d00 commit 02802d5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 144 deletions.
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

##### Breaking

- None.
- Support for installing via CocoaPods has been removed.

##### Enhancements

Expand Down
7 changes: 0 additions & 7 deletions Gemfile

This file was deleted.

110 changes: 0 additions & 110 deletions Gemfile.lock

This file was deleted.

10 changes: 0 additions & 10 deletions Periphery.podspec

This file was deleted.

10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ brew install peripheryapp/periphery/periphery
mint install peripheryapp/periphery
```

### [CocoaPods](https://cocoapods.org/)

Add the following to your Podfile:

```ruby
pod 'Periphery'
```

Now run `pod install`, the Periphery executable will be downloaded and placed at `Pods/Periphery/periphery`.

## How To Use

### The `scan` Command
Expand Down
5 changes: 0 additions & 5 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ rm -rf .release
mkdir .release

cat scripts/Version.swift.template | sed s/__VERSION__/${version}/ > Sources/Frontend/Version.swift
cat scripts/Periphery.podspec.template | sed s/__VERSION__/${version}/ > Periphery.podspec
cat scripts/artifactbundle_info.json.template | sed s/__VERSION__/${version}/ > .release/info.json

echo -e "\nUpdate CHANGELOG.md"
Expand Down Expand Up @@ -105,7 +104,3 @@ git add Casks/periphery.rb
git commit -m "${version}"
git push origin master
cd ../periphery

# CocoaPods
bundle install --quiet
bundle exec pod trunk push --skip-tests --skip-import-validation --allow-warnings Periphery.podspec

0 comments on commit 02802d5

Please sign in to comment.