Skip to content

Commit

Permalink
fix: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 18, 2022
1 parent ee4c32a commit 65e5326
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions macos/Enkrypt/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ update_fastlane

desc "Prepare the macos app for build"
lane :prepare do
produce(
app_identifier: "com.myetherwallet.enkrypt.safari.Extension",
platform: "osx",
app_name: "Enkrypt: Extension",
skip_itc: true
)
match(
app_identifier: ["com.myetherwallet.enkrypt.safari","com.myetherwallet.enkrypt.safari.Extension"],
type: "appstore",
Expand Down

1 comment on commit 65e5326

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.