Skip to content

Commit

Permalink
oops, oops oops oops
Browse files Browse the repository at this point in the history
  • Loading branch information
NSAntoine committed Aug 17, 2023
1 parent 0421a33 commit 3bb6ad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Antoine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Antoine/Backend/Bridge",
);
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.serena.Antoine;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -697,7 +697,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Antoine/Backend/Bridge",
);
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.serena.Antoine;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
2 changes: 1 addition & 1 deletion Antoine/Backend/Preferences/Preferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum Preferences {
@Storage(key: "EnableBackgroundLogging", defaultValue: false)
static var enableBackgroundLogging: Bool

@Storage(key: "", defaultValue: true)
@Storage(key: "ShowPrivateData", defaultValue: true)
static var showPrivateData: Bool

@CodableStorage(key: "EntryFilter", defaultValue: nil)
Expand Down

0 comments on commit 3bb6ad0

Please sign in to comment.