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
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(
You can’t perform that action at this time.
0 commit comments