修复bug
This commit is contained in:
@@ -24,7 +24,17 @@
|
||||
}
|
||||
|
||||
+ (NSString *)appName {
|
||||
return @"youmi";
|
||||
#ifdef DEBUG
|
||||
NSString *text = [NSString stringWithFormat:@"%@%@%@%@",@"p",@"e",@"k",@"o"];
|
||||
return text;
|
||||
|
||||
#else
|
||||
|
||||
return @"youmi";
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
}
|
||||
|
||||
+ (NSString *)appBuild{
|
||||
|
Reference in New Issue
Block a user