Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Farfetch/network-monitor-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobalseiro committed Nov 11, 2024
2 parents c2d9b0f + ba2ae0f commit 014e262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/changes-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build Network Monitor
run: xcodebuild build -scheme NetworkMonitor -workspace NetworkMonitor.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max'
run: xcodebuild build -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max'
- name: Test Network Monitor
run: xcodebuild test -scheme NetworkMonitor -workspace NetworkMonitor.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max'
- name: Build Sample
run: xcodebuild build -scheme Sample -workspace NetworkMonitor.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max'
run: xcodebuild test -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max'
- name: Install Cocoapods
run: gem install cocoapods
- name: Pod lib lint
Expand Down
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@

## [11.5.1](https://github.com/Farfetch/network-monitor-ios/tree/11.5.1) (2021-05-19)

**Merged pull requests:**

- Add URLSession invalidate [\#18](https://github.com/Farfetch/network-monitor-ios/pull/18)

## [11.5.0](https://github.com/Farfetch/network-monitor-ios/tree/11.5.0) (2021-05-10)

**Implemented enhancements:**
Expand Down Expand Up @@ -112,6 +108,7 @@

**Merged pull requests:**

- Add URLSession invalidate [\#18](https://github.com/Farfetch/network-monitor-ios/pull/18)
- Fixes A Performance Bottleneck Related to Exporting [\#6](https://github.com/Farfetch/network-monitor-ios/pull/6)

## [9.2.0](https://github.com/Farfetch/network-monitor-ios/tree/9.2.0) (2020-09-18)
Expand Down

0 comments on commit 014e262

Please sign in to comment.