mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-26 13:15:05 -06:00
iOS getPlatformString use SystemName
This commit is contained in:
parent
8b1dda2115
commit
bda2e4a4ab
@ -148,7 +148,9 @@
|
||||
}
|
||||
|
||||
- (NSString *)getPlatformString {
|
||||
return [NSString stringWithFormat:@"iOS %@", [[UIDevice currentDevice] systemVersion]];
|
||||
return [NSString stringWithFormat:@"%@ %@",
|
||||
[[UIDevice currentDevice] systemName],
|
||||
[[UIDevice currentDevice] systemVersion]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user