Skip to content

Commit d6573a8

Browse files
committed
Test
1 parent a07b82b commit d6573a8

File tree

3 files changed

+46
-46
lines changed

3 files changed

+46
-46
lines changed

Example/cocoapods/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- FlexLayout (2.0.03)
2+
- FlexLayout (2.0.04)
33
- PinLayout (1.10.5)
44
- SwiftLint (0.54.0)
55

@@ -18,7 +18,7 @@ EXTERNAL SOURCES:
1818
:path: "../.."
1919

2020
SPEC CHECKSUMS:
21-
FlexLayout: 30999df7d5e5b8878af1f9691313a92edad91e17
21+
FlexLayout: 222177b4cd0c7e57b662ba05314a64c122958dac
2222
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
2323
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
2424

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- FlexLayout (2.0.03)
2+
- FlexLayout (2.0.04)
33
- PinLayout (1.10.5)
44
- SwiftLint (0.54.0)
55

@@ -18,7 +18,7 @@ EXTERNAL SOURCES:
1818
:path: "./"
1919

2020
SPEC CHECKSUMS:
21-
FlexLayout: 30999df7d5e5b8878af1f9691313a92edad91e17
21+
FlexLayout: 222177b4cd0c7e57b662ba05314a64c122958dac
2222
PinLayout: f6c2b63a5a5b24864064e1d15c67de41b4e74748
2323
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
2424

fastlane/Fastfile

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -34,52 +34,52 @@ 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-
)
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+
# )
5353

5454
# 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+
# )
7373

7474
# 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+
# )
8383
end
8484

8585
lane :tests do

0 commit comments

Comments
 (0)