diff --git a/MasterPassword/ObjC/Mac/MPPasswordWindowController.xib b/MasterPassword/ObjC/Mac/MPPasswordWindowController.xib index 5babc46e..1156c2a9 100644 --- a/MasterPassword/ObjC/Mac/MPPasswordWindowController.xib +++ b/MasterPassword/ObjC/Mac/MPPasswordWindowController.xib @@ -1,8 +1,8 @@ - + - + @@ -223,7 +223,7 @@ - + @@ -570,7 +570,7 @@ Use the arrows ⇅ to navigate the list or esc ⎋ to exit. - + - + @@ -742,7 +742,7 @@ Use the arrows ⇅ to navigate the list or esc ⎋ to exit. - + @@ -755,7 +755,7 @@ Use the arrows ⇅ to navigate the list or esc ⎋ to exit. - + @@ -888,7 +888,7 @@ Use the arrows ⇅ to navigate the list or esc ⎋ to exit. - + @@ -925,7 +925,7 @@ Use the arrows ⇅ to navigate the list or esc ⎋ to exit. - + @@ -962,7 +962,7 @@ Use the arrows ⇅ to navigate the list or esc ⎋ to exit. - + @@ -1018,7 +1018,7 @@ Use the arrows ⇅ to navigate the list or esc ⎋ to exit. - + @@ -1074,7 +1074,7 @@ Use the arrows ⇅ to navigate the list or esc ⎋ to exit. - + diff --git a/MasterPassword/ObjC/Mac/MasterPassword-Mac.xcodeproj/project.pbxproj b/MasterPassword/ObjC/Mac/MasterPassword-Mac.xcodeproj/project.pbxproj index a9e6b352..4457caaf 100644 --- a/MasterPassword/ObjC/Mac/MasterPassword-Mac.xcodeproj/project.pbxproj +++ b/MasterPassword/ObjC/Mac/MasterPassword-Mac.xcodeproj/project.pbxproj @@ -2397,7 +2397,7 @@ CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; - CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_BOOL_CONVERSION = NO; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_CXX0X_EXTENSIONS = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; @@ -2486,7 +2486,7 @@ CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; - CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_BOOL_CONVERSION = NO; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_CXX0X_EXTENSIONS = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; @@ -2670,7 +2670,7 @@ CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; - CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_BOOL_CONVERSION = NO; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_CXX0X_EXTENSIONS = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; diff --git a/MasterPassword/ObjC/iOS/MasterPassword-iOS.xcodeproj/project.pbxproj b/MasterPassword/ObjC/iOS/MasterPassword-iOS.xcodeproj/project.pbxproj index f4bff900..a4eabc91 100644 --- a/MasterPassword/ObjC/iOS/MasterPassword-iOS.xcodeproj/project.pbxproj +++ b/MasterPassword/ObjC/iOS/MasterPassword-iOS.xcodeproj/project.pbxproj @@ -3928,6 +3928,7 @@ SKIP_INSTALL = YES; STRIP_INSTALLED_PRODUCT = NO; TARGETED_DEVICE_FAMILY = "1,2"; + WARNING_CFLAGS = "-Wno-float-conversion"; }; name = "Debug-iOS"; }; @@ -4013,6 +4014,7 @@ STRIP_INSTALLED_PRODUCT = NO; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; + WARNING_CFLAGS = "-Wno-float-conversion"; }; name = "AdHoc-iOS"; }; @@ -4175,6 +4177,7 @@ STRIP_INSTALLED_PRODUCT = NO; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; + WARNING_CFLAGS = "-Wno-float-conversion"; }; name = "AppStore-iOS"; };