Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Test trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVebster committed May 24, 2021
1 parent a66900b commit e64dd2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>7.0.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>td70</string>
<key>CFBundleSupportedPlatforms</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3695,7 +3695,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 7.0.0;
CURRENT_PROJECT_VERSION = 7.5.447;
DEVELOPMENT_TEAM = B227VTMZ94;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -3726,6 +3726,7 @@
"$(PROJECT_DIR)/TogglDesktopLibrary/Dependencies/poco",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 7.5.447;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -3785,7 +3786,7 @@
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 7.0.0;
CURRENT_PROJECT_VERSION = 7.5.447;
DEVELOPMENT_TEAM = B227VTMZ94;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand Down Expand Up @@ -3816,6 +3817,7 @@
"$(PROJECT_DIR)/TogglDesktopLibrary/Dependencies/poco",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 7.5.447;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = (
"$(inherited)",
Expand Down

0 comments on commit e64dd2f

Please sign in to comment.