mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 04:23:09 +00:00
⬆️ Swift (5.3.2)
Included in Xcode 12.3-12.4
This commit is contained in:
parent
2c72df9cd8
commit
7bc490f5ed
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
5.3.1
|
||||
5.3.2
|
||||
|
|
3
Makefile
3
Makefile
|
@ -3,6 +3,7 @@
|
|||
# mas
|
||||
#
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Variables
|
||||
|
@ -18,7 +19,7 @@ PREFIX ?= /usr/local
|
|||
# Swift 5.3
|
||||
# SWIFT_VERSION = swift-5.3-DEVELOPMENT-SNAPSHOT-2020-04-21-a
|
||||
|
||||
SWIFT_VERSION = 5.3.1
|
||||
SWIFT_VERSION = 5.3.2
|
||||
|
||||
# set EXECUTABLE_DIRECTORY according to your specific environment
|
||||
# run swift build and see where the output executable is created
|
||||
|
|
Loading…
Reference in a new issue