forked from mirrors/linphone-iphone
Shorted UUID for faster tests
This commit is contained in:
parent
74ce90b8cb
commit
4cf9052071
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
- (NSString*)getUUID {
|
||||
return [[NSUUID UUID] UUIDString];
|
||||
return [[[NSUUID UUID] UUIDString] substringToIndex:8];
|
||||
}
|
||||
|
||||
- (NSArray *)getUUIDArrayOfSize:(size_t)size {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue