Skip to content

Commit 2d35e84

Browse files
committed
Remove more unused code from Fastfile
1 parent 3f191fe commit 2d35e84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -763,11 +763,6 @@ platform :ios do
763763
dsym_path: './build/WooCommerce.app.dSYM.zip'
764764
)
765765

766-
# The build code used in the Enterprise build has a different format that the App Store one.
767-
# We cannot use the standard build_code_current method but have to read it directly.
768-
build_code = Xcodeproj::Config.new(File.new(PUBLIC_CONFIG_FILE)).to_hash[BUILD_CODE_KEY]
769-
UI.message("Successfully built and uploaded prototype build `#{build_code}` to Firebase App Distribution.")
770-
771766
return if ENV['BUILDKITE_PULL_REQUEST'].nil?
772767

773768
# PR Comment

0 commit comments

Comments
 (0)