@@ -34,52 +34,52 @@ 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
- )
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
- )
37
+ # swiftlint(
38
+ # mode: :lint,
39
+ # config_file: ".swiftlint.yml",
40
+ # executable: "Pods/SwiftLint/swiftlint",
41
+ # ignore_exit_status: true
42
+ # )
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
+ # )
53
53
54
54
# FlexLayoutSample from FlexLayout.xcworkspace
55
- xcodebuild (
56
- workspace : "FlexLayout.xcworkspace" ,
57
- scheme : "FlexLayoutSample" ,
58
- configuration : "Release" ,
59
- build : true ,
60
- # clean: true,
61
- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2"
62
- )
63
-
64
- # Example Cocoapods
65
- xcodebuild (
66
- workspace : "Example/cocoapods/FlexLayoutSample.xcworkspace" ,
67
- scheme : "FlexLayoutSample" ,
68
- configuration : "Release" ,
69
- build : true ,
70
- # clean: true,
71
- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2"
72
- )
55
+ # xcodebuild(
56
+ # workspace: "FlexLayout.xcworkspace",
57
+ # scheme: "FlexLayoutSample",
58
+ # configuration: "Release",
59
+ # build: true,
60
+ # # clean: true,
61
+ # destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
62
+ # )
63
+
64
+ # # Example Cocoapods
65
+ # xcodebuild(
66
+ # workspace: "Example/cocoapods/FlexLayoutSample.xcworkspace",
67
+ # scheme: "FlexLayoutSample",
68
+ # configuration: "Release",
69
+ # build: true,
70
+ # # clean: true,
71
+ # destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
72
+ # )
73
73
74
74
# Example SPM (Swift Package Manager)
75
- xcodebuild (
76
- project : "Example/SPM/FlexLayoutSample-SPM.xcodeproj" ,
77
- scheme : "FlexLayoutSample-SPM" ,
78
- configuration : "Release" ,
79
- build : true ,
80
- clean : true ,
81
- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2"
82
- )
75
+ # xcodebuild(
76
+ # project: "Example/SPM/FlexLayoutSample-SPM.xcodeproj",
77
+ # scheme: "FlexLayoutSample-SPM",
78
+ # configuration: "Release",
79
+ # build: true,
80
+ # clean: true,
81
+ # destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
82
+ # )
83
83
end
84
84
85
85
lane :tests do
0 commit comments