@@ -49,35 +49,35 @@ platform :ios do
49
49
destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2"
50
50
)
51
51
52
- # # FlexLayoutSample from FlexLayout.xcworkspace
53
- # xcodebuild(
54
- # workspace: "FlexLayout.xcworkspace",
55
- # scheme: "FlexLayoutSample",
56
- # configuration: "Release",
57
- # build: true,
58
- # # clean: true,
59
- # destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
60
- # )
61
-
62
- # # Example Cocoapods
63
- # xcodebuild(
64
- # workspace: "Example/cocoapods/FlexLayoutSample.xcworkspace",
65
- # scheme: "FlexLayoutSample",
66
- # configuration: "Release",
67
- # build: true,
68
- # # clean: true,
69
- # destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
70
- # )
71
-
72
- # # Example SPM (Swift Package Manager)
73
- # xcodebuild(
74
- # project: "Example/SPM/FlexLayoutSample-SPM.xcodeproj",
75
- # scheme: "FlexLayoutSample-SPM",
76
- # configuration: "Release",
77
- # build: true,
78
- # clean: true,
79
- # destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
80
- # )
52
+ # FlexLayoutSample from FlexLayout.xcworkspace
53
+ xcodebuild (
54
+ workspace : "FlexLayout.xcworkspace" ,
55
+ scheme : "FlexLayoutSample" ,
56
+ configuration : "Release" ,
57
+ build : true ,
58
+ # clean: true,
59
+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2"
60
+ )
61
+
62
+ # Example Cocoapods
63
+ xcodebuild (
64
+ workspace : "Example/cocoapods/FlexLayoutSample.xcworkspace" ,
65
+ scheme : "FlexLayoutSample" ,
66
+ configuration : "Release" ,
67
+ build : true ,
68
+ # clean: true,
69
+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2"
70
+ )
71
+
72
+ # Example SPM (Swift Package Manager)
73
+ xcodebuild (
74
+ project : "Example/SPM/FlexLayoutSample-SPM.xcodeproj" ,
75
+ scheme : "FlexLayoutSample-SPM" ,
76
+ configuration : "Release" ,
77
+ build : true ,
78
+ clean : true ,
79
+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2"
80
+ )
81
81
end
82
82
83
83
lane :tests do
0 commit comments