This repository was archived by the owner on Jun 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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 ) .
105105You 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
109118Version 0.56.1
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ echo -e "\n"
6565
6666read -p " ✋ Let's check version of Xcode (IDE)... [PRESS ANY KEY]"
6767echo -e " \n"
68- CheckIfRuntimeExists " Xcode" " xcodebuild -version" " 15 .2"
68+ CheckIfRuntimeExists " Xcode" " xcodebuild -version" " 16 .2"
6969echo -e " \n"
7070
7171# ==================
@@ -119,7 +119,7 @@ echo -e "\n"
119119
120120read -p " ✋ Let's check version of Periphery (for dead code hunt)... [PRESS ANY KEY]"
121121echo -e " \n"
122- CheckIfRuntimeExists " Periphery" " periphery version" " 2.15 .0"
122+ CheckIfRuntimeExists " Periphery" " periphery version" " 3.1 .0"
123123echo -e " \n"
124124
125125# ==============
You can’t perform that action at this time.
0 commit comments