Update product identifier

This commit is contained in:
Sunnyyoung
2021-09-08 13:57:52 +08:00
parent b6f64d3982
commit e98d1cf6c9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
@implementation NSBundle (WeChatTweak)
+ (instancetype)tweakBundle {
return [NSBundle bundleWithIdentifier:@"net.sunnyyoung.WeChatTweak"];
return [NSBundle bundleWithIdentifier:@"app.tweaks.WeChatTweak"];
}
- (NSString *)localizedStringForKey:(NSString *)key {