Skip to content

Commit

Permalink
fix: remove defaults not required
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgarcia committed Oct 12, 2022
1 parent 5c886fb commit 526207f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist/**/*
dist/**/*
.DS_Store
8 changes: 4 additions & 4 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ inputs:
title: "Version code"
summary: "The version code for the app"
is_expand: true
- disable_version_name_from_package_json: "$NITRO_DISABLE_VERSION_NAME_FROM_PACKAGE_JSON"
- disable_version_name_from_package_json:
opts:
category: "App Versioning"
title: "Disable automatic version name configuration"
Expand All @@ -67,7 +67,7 @@ inputs:
value_options:
- "yes"
- "no"
- disable_version_code_auto_generation: "NITRO_DISABLE_VERSION_CODE_AUTO_GENERATION"
- disable_version_code_auto_generation:
opts:
category: "App Versioning"
title: "Disable automatic version code generation"
Expand All @@ -93,7 +93,7 @@ inputs:
is_sensitive: true
- ios_codesigning_identity:
opts:
category: "Codesigning Identity"
category: "App Signing"
title: "Codesigning identity"
summary: "Codesigning identity"
is_expand: true
Expand All @@ -107,7 +107,7 @@ inputs:
opts:
category: "App Signing"
title: "Provisioning profile specifier"
summary: The name of the provisioning profile when using a single one
summary: "The name of the provisioning profile when using a single one"
is_expand: true
- ios_team_id:
opts:
Expand Down

0 comments on commit 526207f

Please sign in to comment.