Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 0377b93

Browse files
committed
chore: mentions and controls for periphery 3.1.0
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent c3d9a54 commit 0377b93

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

THIRD-PARTY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ Copyright (c) 2017 Masayuki Ono
104104
*LicensePlist* is distributed under the terms and conditions of the [MIT License](http://opensource.org/licenses/MIT).
105105
You may download the source code on the [following website](https://github.com/mono0926/LicensePlistt).
106106

107+
### Periphery
108+
109+
Version 3.1.0
110+
111+
Copyright (c) 2019 Ian Leitch
112+
113+
*Periphery* is distributed under the terms and conditions of the [MIT License](http://opensource.org/licenses/MIT).
114+
You may download the source code on the [following website](https://github.com/peripheryapp/periphery).
115+
107116
### SwiftFormat
108117

109118
Version 0.56.1

doctor.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ echo -e "\n"
6565

6666
read -p "✋ Let's check version of Xcode (IDE)... [PRESS ANY KEY]"
6767
echo -e "\n"
68-
CheckIfRuntimeExists "Xcode" "xcodebuild -version" "15.2"
68+
CheckIfRuntimeExists "Xcode" "xcodebuild -version" "16.2"
6969
echo -e "\n"
7070

7171
# ==================
@@ -119,7 +119,7 @@ echo -e "\n"
119119

120120
read -p "✋ Let's check version of Periphery (for dead code hunt)... [PRESS ANY KEY]"
121121
echo -e "\n"
122-
CheckIfRuntimeExists "Periphery" "periphery version" "2.15.0"
122+
CheckIfRuntimeExists "Periphery" "periphery version" "3.1.0"
123123
echo -e "\n"
124124

125125
# ==============

0 commit comments

Comments
 (0)