Skip to content

Commit

Permalink
Merge branch 'master' into task/support-spaceEvenly
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion authored Jun 18, 2024
2 parents 45e3660 + 6776b98 commit 0a41f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ platform :ios do
# FlexLayout
xcodebuild(
project: "FlexLayout.xcodeproj",
scheme: "FlexLayout",
scheme: "FlexLayoutInner",
configuration: "Release",
build: true,
clean: true,
Expand Down Expand Up @@ -81,7 +81,7 @@ platform :ios do
end

lane :tests do
scan(scheme: "FlexLayout", workspace: "FlexLayout.xcworkspace", device: "iPhone 15")
scan(scheme: "FlexLayoutInner", workspace: "FlexLayout.xcworkspace", device: "iPhone 15")
end

lane :doc do
Expand Down

0 comments on commit 0a41f6d

Please sign in to comment.