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

View File

@ -495,7 +495,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = net.sunnyyoung.WeChatTweak;
PRODUCT_BUNDLE_IDENTIFIER = app.tweaks.WeChatTweak;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@ -516,7 +516,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 1.2.2;
PRODUCT_BUNDLE_IDENTIFIER = net.sunnyyoung.WeChatTweak;
PRODUCT_BUNDLE_IDENTIFIER = app.tweaks.WeChatTweak;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;

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 {