iOS version bump
This commit is contained in:
parent
fbd7c8fa40
commit
4f61b1fdba
@ -19,7 +19,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.10</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>15</string>
|
||||
<string>16</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
|
@ -12,7 +12,7 @@ static uint32_t parse_version()
|
||||
NSString *fullver = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"];
|
||||
NSString *revstr = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];
|
||||
|
||||
if([fullver length] != 3 + 2)
|
||||
if([fullver length] != 3 + 2 + 1)
|
||||
goto err;
|
||||
version.major = [fullver characterAtIndex:0] - '0';
|
||||
if([fullver characterAtIndex:1] != '.')
|
||||
|
Loading…
x
Reference in New Issue
Block a user