Skip to content

Commit 0674338

Browse files
authored
Merge pull request #95 from brockboland/deprecated
Mark VOKMigrationFailureOptionWipeRecoveryAndAlert deprecated
2 parents 05f99be + c59cc7d commit 0674338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pod/Classes/VOKCoreDataManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ typedef NS_ENUM (NSInteger, VOKMigrationFailureOption) {
2626
/// Silently delete and recreate the database file, data will be erased, but instability and crashing will be avoided
2727
VOKMigrationFailureOptionWipeRecovery,
2828
/// Same as VOKMigrationFailureOptionWipeRecoveryAndAlert, but will also notify the user that data has been erased via an on screen alert. NOTE: not yet implemented on OS X
29-
VOKMigrationFailureOptionWipeRecoveryAndAlert,
29+
VOKMigrationFailureOptionWipeRecoveryAndAlert __deprecated_enum_msg("This option will be removed in Vokoder 4.0"),
3030
};
3131

3232
/// The action block for asynchronous writing to a temporary context.

0 commit comments

Comments
 (0)