Skip to content

Commit

Permalink
Remove meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Aug 4, 2020
1 parent 96124d8 commit 85a0fc6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions macOS/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,25 +101,4 @@ platform :mac do
app_path = Dir.glob("../build/developerid/*.app").first
File.absolute_path(app_path)
end

desc "Meta"
lane :meta do
deliver(
force: true,

# languages: ["en-US"],
platform: "osx",

submit_for_review: false,

# release_notes: {
# "en-US": "TESTING NOTES 1"
# },

skip_screenshots: true,
skip_metadata: false,
skip_app_version_update: true,
skip_binary_upload: true,
)
end
end

0 comments on commit 85a0fc6

Please sign in to comment.