We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f191fe commit 2d35e84Copy full SHA for 2d35e84
fastlane/Fastfile
@@ -763,11 +763,6 @@ platform :ios do
763
dsym_path: './build/WooCommerce.app.dSYM.zip'
764
)
765
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
-
771
return if ENV['BUILDKITE_PULL_REQUEST'].nil?
772
773
# PR Comment
0 commit comments