Skip to content

Commit

Permalink
refactor steps-export-archive -> steps-export-xcarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Oct 12, 2016
1 parent 7929afb commit 647dd2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ THIS_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

tmp_gopath_dir="$(mktemp -d)"

go_package_name="github.com/bitrise-steplib/steps-export-archive"
go_package_name="github.com/bitrise-steplib/steps-export-xcarchive"
full_package_path="${tmp_gopath_dir}/src/${go_package_name}"
mkdir -p "${full_package_path}"

Expand Down
14 changes: 7 additions & 7 deletions step.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
title: "Export Xcode archive"
summary: Export Xcode archive
title: Export iOS and tvOS Xcode archive
summary: Export iOS and tvOS Xcode archive
description: |-
Export Xcode archive.
Export iOS and tvOS Xcode archive.
Exports .ipa from iOS and tvOS .xcarchive.
website: https://github.com/bitrise-steplib/steps-export-archive
source_code_url: https://github.com/bitrise-steplib/steps-export-archive
support_url: https://github.com/bitrise-steplib/steps-export-archive/issues
website: https://github.com/bitrise-steplib/steps-export-xcarchive
source_code_url: https://github.com/bitrise-steplib/steps-export-xcarchive
support_url: https://github.com/bitrise-steplib/steps-export-xcarchive/issues
host_os_tags:
- osx-10.10
project_type_tags:
Expand All @@ -26,7 +26,7 @@ deps:
bin_name: go
toolkit:
go:
package_name: github.com/bitrise-steplib/steps-export-archive
package_name: github.com/bitrise-steplib/steps-export-xcarchive
inputs:
- archive_path: $BITRISE_XCARCHIVE_PATH
opts:
Expand Down

0 comments on commit 647dd2f

Please sign in to comment.