lib/spaceship/tunes/build.rb in spaceship-0.3.0 vs lib/spaceship/tunes/build.rb in spaceship-0.3.1

- old
+ new

@@ -100,10 +100,11 @@ end def setup super - @external_testing_enabled = (self.external_expiry_date || 0) > 0 + self.external_expiry_date ||= 0 + @external_testing_enabled = self.external_expiry_date > 0 end # This will submit this build for TestFlight beta review # @param metadata [Hash] A hash containing the following information (keys must be symbols): # {