Skip to content

Commit

Permalink
[CI-1640] Add SPM project support (#261)
Browse files Browse the repository at this point in the history
* Add support for spm project file parsing

* Introduce optional deploy workflow generation

* Add integration test for pure spm project

* Update description for the e2e tests

* Add dependency handling

* Reword comment
  • Loading branch information
tothszabi authored Jul 12, 2023
1 parent 7c671dd commit 381d4d8
Show file tree
Hide file tree
Showing 10 changed files with 442 additions and 180 deletions.
6 changes: 3 additions & 3 deletions _tests/integration/fastlane_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ var fastlaneResultYML = fmt.Sprintf(`options:
config: fastlane-config_ios
ios:
title: Project or Workspace path
summary: The location of your Xcode project or Xcode workspace files, stored as
an Environment Variable. In your Workflows, you can specify paths relative to
this path.
summary: The location of your Xcode project, Xcode workspace or SPM project files
stored as an Environment Variable. In your Workflows, you can specify paths
relative to this path.
env_key: BITRISE_PROJECT_PATH
type: selector
value_map:
Expand Down
Loading

0 comments on commit 381d4d8

Please sign in to comment.