Skip to content

Commit

Permalink
Merge branch 'trunk' into charlie/1145/find-note-with-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed Jun 4, 2024
2 parents 7c98b45 + 33fa550 commit ef9192e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2678,7 +2678,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = $BUILD_NUMBER;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = PZYM8XX95Q;
Expand All @@ -2698,7 +2698,7 @@
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 14.4;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = $VERSION_SHORT;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.SimplenoteMac.Development.IntentsExtension;
Expand Down Expand Up @@ -2734,7 +2734,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = $BUILD_NUMBER;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = PZYM8XX95Q;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -2754,7 +2754,7 @@
);
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MACOSX_DEPLOYMENT_TARGET = 14.4;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = $VERSION_SHORT;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.SimplenoteMac.IntentsExtension;
Expand Down

0 comments on commit ef9192e

Please sign in to comment.