spaceship/lib/spaceship/test_flight/build.rb in fastlane-2.28.3 vs spaceship/lib/spaceship/test_flight/build.rb in fastlane-2.28.4
- old
+ new
@@ -119,9 +119,13 @@
def processing?
external_state == BUILD_STATES[:processing]
end
+ def export_compliance_missing?
+ external_state == BUILD_STATES[:export_compliance_missing]
+ end
+
# Getting builds from BuildTrains only gets a partial Build object
# We are then requesting the full build from iTC when we need to access
# any of the variables below, because they are not inlcuded in the partial Build objects
#
# `super` here calls `beta_review_info` as defined by the `attr_mapping` above.