Skip to content

Commit 5c964fd

Browse files
author
Matteo Crippa
committed
todo for script
1 parent 83b8434 commit 5c964fd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/check-swift-version/index.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
Strategy:
3+
4+
- check for .swift-version
5+
- look inside pbxproj for SWIFT_VERSION
6+
7+
8+
*/
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "check-swift-version",
3+
"version": "1.0.0",
4+
"description": "Checks project swift version",
5+
"main": "index.js",
6+
"author": "Matteo Crippa",
7+
"license": "MIT"
8+
}

0 commit comments

Comments
 (0)