Skip to content

Commit

Permalink
fix: Erroneously formatted files in the project
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurCarli committed Aug 31, 2024
1 parent ebb93cf commit 0c91cf8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions ProtonPass.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3608,7 +3608,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_VERSION_IDENTIFIER =
APP_VERSION_IDENTIFIER = "1.12.3";
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
Expand Down Expand Up @@ -3660,7 +3660,7 @@
INFOPLIST_KEY_CFBundleDisplayName = AutoFill;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IS_QA_BUILD =
IS_QA_BUILD = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -4557,7 +4557,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
APP_VERSION_IDENTIFIER =
APP_VERSION_IDENTIFIER = "1.12.3";
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -4616,7 +4616,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Share;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IS_QA_BUILD =
IS_QA_BUILD = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -4642,7 +4642,7 @@
35C9B8202B5E8AA90062D787 /* Release-QA */ = {
isa = XCBuildConfiguration;
buildSettings = {
APP_VERSION_IDENTIFIER =
APP_VERSION_IDENTIFIER = "1.12.3";
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
Expand All @@ -4658,7 +4658,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Share;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IS_QA_BUILD =
IS_QA_BUILD = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -4682,7 +4682,7 @@
35C9B8212B5E8AA90062D787 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
APP_VERSION_IDENTIFIER =
APP_VERSION_IDENTIFIER = "1.12.3";
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
Expand All @@ -4698,7 +4698,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Share;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IS_QA_BUILD =
IS_QA_BUILD = NO;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -4722,7 +4722,7 @@
35C9B8222B5E8AA90062D787 /* Release-Beta */ = {
isa = XCBuildConfiguration;
buildSettings = {
APP_VERSION_IDENTIFIER =
APP_VERSION_IDENTIFIER = "1.12.3";
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
Expand All @@ -4738,7 +4738,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Share;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
IS_QA_BUILD =
IS_QA_BUILD = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
8 changes: 4 additions & 4 deletions Share/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>APP_VERSION_IDENTIFIER =
<string>$(APP_VERSION_IDENTIFIER =
<key>IS_QA_BUILD =
<string>$(IS_QA_BUILD =
<key>APP_VERSION_IDENTIFIER</key>
<string>$(APP_VERSION_IDENTIFIER)</string>
<key>IS_QA_BUILD</key>
<string>$(IS_QA_BUILD)</string>
<key>MODULE</key>
<string>SHARE_EXTENSION</string>
<key>NSExtension</key>
Expand Down

0 comments on commit 0c91cf8

Please sign in to comment.