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