Skip to content

Commit fdede41

Browse files
authored
chore: log swift version in action (capacitor-community#150)
Will output the statement below in the action logs: ```console $ swift --version ▸ swift-driver version: 1.90.11.1 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) ▸ Target: arm64-apple-macosx14.0 ```
1 parent e2d597e commit fdede41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ platform :ios do
55
lane :internal do
66
# set xcode (build tools) version
77
xcodes(version: "15.4", select_for_current_build_only: true)
8+
sh("swift --version")
89
# generate auth token
910
app_store_connect_api_key(
1011
issuer_id: ENV["ISSUER_ID"],

0 commit comments

Comments
 (0)