Rename the plugin identifier

Summary:
This diff renames the plugin identifier of the NT State plugin to `flipper-plugin-bloks-state`.

WWW side changes are here D23991116
Distillery: D24136550

[NOTE]: LAND IT IN WEEKEND TO AVOID CLIENT AND SERVER IN AN UNSYNC STATE

Differential Revision: D23932149

fbshipit-source-id: 1d9d28f83581be48c218150fe2a5cff26e5d846e
This commit is contained in:
Pritesh Nandgaonkar
2020-10-09 15:09:36 -07:00
committed by Facebook GitHub Bot
parent 8c5c38d9fc
commit 49e3e1ddfa

View File

@@ -25,7 +25,7 @@
}
- (NSString*)identifier {
return @"flipper-plugin-ntstate";
return @"flipper-plugin-bloks-state";
}
- (BOOL)runInBackground {