Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Jan 11, 2024
1 parent b2ca25b commit a574503
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,35 +49,35 @@ platform :ios do
destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
)

# # FlexLayoutSample from FlexLayout.xcworkspace
# xcodebuild(
# workspace: "FlexLayout.xcworkspace",
# scheme: "FlexLayoutSample",
# configuration: "Release",
# build: true,
# # clean: true,
# destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
# )

# # Example Cocoapods
# xcodebuild(
# workspace: "Example/cocoapods/FlexLayoutSample.xcworkspace",
# scheme: "FlexLayoutSample",
# configuration: "Release",
# build: true,
# # clean: true,
# destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
# )

# # Example SPM (Swift Package Manager)
# xcodebuild(
# project: "Example/SPM/FlexLayoutSample-SPM.xcodeproj",
# scheme: "FlexLayoutSample-SPM",
# configuration: "Release",
# build: true,
# clean: true,
# destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
# )
# FlexLayoutSample from FlexLayout.xcworkspace
xcodebuild(
workspace: "FlexLayout.xcworkspace",
scheme: "FlexLayoutSample",
configuration: "Release",
build: true,
# clean: true,
destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
)

# Example Cocoapods
xcodebuild(
workspace: "Example/cocoapods/FlexLayoutSample.xcworkspace",
scheme: "FlexLayoutSample",
configuration: "Release",
build: true,
# clean: true,
destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
)

# Example SPM (Swift Package Manager)
xcodebuild(
project: "Example/SPM/FlexLayoutSample-SPM.xcodeproj",
scheme: "FlexLayoutSample-SPM",
configuration: "Release",
build: true,
clean: true,
destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2"
)
end

lane :tests do
Expand Down

0 comments on commit a574503

Please sign in to comment.