Skip to content

Commit 92b0de9

Browse files
committed
Update
1 parent 2573888 commit 92b0de9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

fastlane/Fastfile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,22 @@ platform :ios do
3434
lane :build do
3535
install
3636

37-
# swiftlint(
38-
# mode: :lint,
39-
# config_file: ".swiftlint.yml",
40-
# executable: "Pods/SwiftLint/swiftlint",
41-
# ignore_exit_status: true
42-
# )
37+
swiftlint(
38+
mode: :lint,
39+
config_file: ".swiftlint.yml",
40+
executable: "Pods/SwiftLint/swiftlint",
41+
ignore_exit_status: true
42+
)
4343

44-
# # FlexLayout
45-
# xcodebuild(
46-
# project: "FlexLayout.xcodeproj",
47-
# scheme: "FlexLayout",
48-
# configuration: "Release",
49-
# build: true,
50-
# clean: true,
51-
# destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
52-
# )
44+
# FlexLayout
45+
xcodebuild(
46+
project: "FlexLayout.xcodeproj",
47+
scheme: "FlexLayout",
48+
configuration: "Release",
49+
build: true,
50+
clean: true,
51+
destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
52+
)
5353

5454
# # FlexLayoutSample from FlexLayout.xcworkspace
5555
# xcodebuild(

0 commit comments

Comments
 (0)