File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,22 @@ platform :ios do
34
34
lane :build do
35
35
install
36
36
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
+ )
43
43
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
+ )
53
53
54
54
# # FlexLayoutSample from FlexLayout.xcworkspace
55
55
# xcodebuild(
You can’t perform that action at this time.
0 commit comments