Skip to content

Commit

Permalink
bumped version, using fixed KeePassHTTPKit
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarke committed Dec 5, 2018
1 parent d612252 commit 927e2b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "MacPass/KeePassHTTPKit" "1.3"
github "MacPass/KeePassHTTPKit" "1.3.1"
github "jsonmodel/jsonmodel" "cd940e7ae0e74c927cd4293931f5d7e6465c343d"
github "swisspol/GCDWebServer" "3.4.1"
12 changes: 7 additions & 5 deletions MacPassHTTP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = MPH;
LastUpgradeCheck = 0940;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = "HicknHack Software GmbH";
TargetAttributes = {
4C487E6C1BF39FC500E595DE = {
Expand Down Expand Up @@ -307,10 +307,11 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SKIP_INSTALL = NO;
WARNING_CFLAGS = "-Wpartial-availability";
};
name = Debug;
Expand Down Expand Up @@ -358,9 +359,10 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SKIP_INSTALL = NO;
WARNING_CFLAGS = "-Wpartial-availability";
};
name = Release;
Expand All @@ -370,7 +372,7 @@
buildSettings = {
BUNDLE_LOADER = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.3;
CURRENT_PROJECT_VERSION = 0.3.1;
DEPLOYMENT_LOCATION = YES;
DSTROOT = "$(HOME)";
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -398,7 +400,7 @@
buildSettings = {
BUNDLE_LOADER = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.3;
CURRENT_PROJECT_VERSION = 0.3.1;
DEPLOYMENT_LOCATION = YES;
DSTROOT = "$(HOME)";
FRAMEWORK_SEARCH_PATHS = (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0940"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion MacPassHTTP/MPHSettingsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ - (void)awakeFromNib {
options:nil];
[self.includeCustomFieldsInResultsButton bind:NSValueBinding
toObject:defaultsController
withKeyPath:[NSString stringWithFormat:@"values.@%", kMPHSettingsKeyIncludeKPHStringFields]
withKeyPath:[NSString stringWithFormat:@"values.%@", kMPHSettingsKeyIncludeKPHStringFields]
options:nil];
didAwake = YES;
}
Expand Down

0 comments on commit 927e2b5

Please sign in to comment.