File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 342342 buildSettings = {
343343 BUNDLE_LOADER = "";
344344 COMBINE_HIDPI_IMAGES = YES;
345- CURRENT_PROJECT_VERSION = 0.2;
345+ CURRENT_PROJECT_VERSION = 0.2.1 ;
346346 DEPLOYMENT_LOCATION = YES;
347347 DSTROOT = "$(HOME)";
348348 FRAMEWORK_SEARCH_PATHS = (
370370 buildSettings = {
371371 BUNDLE_LOADER = "";
372372 COMBINE_HIDPI_IMAGES = YES;
373- CURRENT_PROJECT_VERSION = 0.2;
373+ CURRENT_PROJECT_VERSION = 0.2.1 ;
374374 DEPLOYMENT_LOCATION = YES;
375375 DSTROOT = "$(HOME)";
376376 FRAMEWORK_SEARCH_PATHS = (
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ - (void)_stopServer {
147147
148148- (void )_restartServer {
149149 NSError *error;
150- if (![self .server startWithPort: self .serverPort bindToLocalhost: self .allowRemoteConnection error: &error]) {
150+ if (![self .server startWithPort: self .serverPort bindToLocalhost: ! self .allowRemoteConnection error: &error]) {
151151 NSLog (@" Unable to Start KeePassHTTP Server: %@ " , error.localizedDescription );
152152 }
153153 [self _updateStatusItem ];
You can’t perform that action at this time.
0 commit comments