lib/spaceship/tunes/app_status.rb in spaceship-0.34.3 vs lib/spaceship/tunes/app_status.rb in spaceship-0.35.0
- old
+ new
@@ -29,14 +29,10 @@
PENDING_CONTRACT = "Pending Contract"
UPLOAD_RECEIVED = "Upload Received"
PENDING_DEVELOPER_RELEASE = "Pending Developer Release"
PROCESSING_FOR_APP_STORE = "Processing for App Store"
-
- # Unused app states
- # PENDING_APPLE_RELASE = "Pending Apple Release"
-
# WAITING_FOR_EXPORT_COMPLIANCE = "Waiting For Export Compliance"
# METADATA_REJECTED = "Metadata Rejected"
# REMOVED_FROM_SALE = "Removed From Sale"
# INVALID_BINARY = "Invalid Binary"
@@ -47,10 +43,11 @@
'prepareForUpload' => PREPARE_FOR_SUBMISSION,
'devRejected' => DEVELOPER_REJECTED,
'pendingContract' => PENDING_CONTRACT,
'developerRemovedFromSale' => DEVELOPER_REMOVED_FROM_SALE,
'waitingForReview' => WAITING_FOR_REVIEW,
- 'inReview' => IN_REVIEW
+ 'inReview' => IN_REVIEW,
+ 'pendingDeveloperRelease' => PENDING_DEVELOPER_RELEASE
}
mapping.each do |k, v|
return v if k == text
end