Skip to content

Commit

Permalink
Set deploy target to 12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-gate committed May 8, 2024
1 parent 636186f commit 8948132
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-syncthing-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-debug:
name: Build debug
if: github.event_name == 'push' && github.ref != 'refs/heads/release' # Debug not necessary on release branch (develop is intermediate branch)
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -31,7 +31,7 @@ jobs:
name: Build release
if: github.event_name == 'push' && github.ref == 'refs/heads/release'
environment: signing
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
environment: signing
needs:
- build-release
runs-on: macos-13
runs-on: macos-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down
12 changes: 6 additions & 6 deletions Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions syncthing.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/syncthing/Test";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 12.7;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -548,7 +548,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/syncthing/Test";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 12.7;
MTL_ENABLE_DEBUG_INFO = NO;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = macosx;
Expand All @@ -574,7 +574,7 @@
);
INFOPLIST_FILE = syncthing/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 12.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.github.xor-gate.syncthing-macosx";
PRODUCT_NAME = Syncthing;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -605,7 +605,7 @@
);
INFOPLIST_FILE = syncthing/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 12.7;
PRODUCT_BUNDLE_IDENTIFIER = "com.github.xor-gate.syncthing-macosx";
PRODUCT_NAME = Syncthing;
PROVISIONING_PROFILE = "";
Expand Down

0 comments on commit 8948132

Please sign in to comment.