Build and Travis fix.
This commit is contained in:
parent
00887f6277
commit
2199757d9b
@ -3,4 +3,4 @@ osx_image: xcode8
|
||||
env: TERM=dumb SHLVL=0
|
||||
git:
|
||||
submodules: true
|
||||
script: xcodebuild -workspace MasterPassword.xcworkspace -scheme 'MasterPassword iOS (App Store)' -sdk iphonesimulator
|
||||
script: xcodebuild -workspace MasterPassword.xcworkspace -scheme 'MasterPassword iOS (App Store)' -configuration 'AdHoc-iOS' -sdk iphonesimulator
|
||||
|
@ -362,7 +362,7 @@ NSOperationQueue *_mpwQueue = nil;
|
||||
name.UTF8String, type, (uint32_t)counter, variant, context.UTF8String, [self version] );
|
||||
if (contentBytes) {
|
||||
content = [NSString stringWithCString:contentBytes encoding:NSUTF8StringEncoding];
|
||||
mpw_freeString( contentBytes );
|
||||
mpw_free_string( contentBytes );
|
||||
}
|
||||
}];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user