Skip to content

Commit

Permalink
Updates for Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed May 21, 2024
1 parent 897a757 commit 273ad26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

build-macos:
name: Build on macOS
runs-on: macos-13
runs-on: macos-14
steps:
- name: Setup parallel submodule fetching
run: git config --global submodule.fetchJobs 10
Expand All @@ -84,7 +84,7 @@ jobs:
run: brew bundle --file=macos/Brewfile
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^14.3.0'
xcode-version: '^15.0.0'
- uses: sersoft-gmbh/xcodebuild-action@v3
with:
workspace: Poedit.xcworkspace
Expand Down
6 changes: 2 additions & 4 deletions Poedit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
B2F25F0D199E327C00127FF9 /* spellchecking.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2F25F0C199E327C00127FF9 /* spellchecking.cpp */; };
B2F287C0170DCC63004C1F41 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B248B2DF170D765100EBA58E /* CoreFoundation.framework */; };
B2F3C2912B891644008E0593 /* app_updates.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2F3C28F2B891644008E0593 /* app_updates.cpp */; };
B2FD1DD82BA8B8450024BA78 /* poedit.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = B2FD1DD72BA8B8450024BA78 /* poedit.xcconfig */; };
B2FE296B1AC85FFF005588E4 /* keytar_mac.cc in Sources */ = {isa = PBXBuildFile; fileRef = B2FE29691AC85FFF005588E4 /* keytar_mac.cc */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -1116,12 +1115,12 @@
B24ACD5716F6201F00399242 /* Sources */,
B24ACD5816F6201F00399242 /* Frameworks */,
B24ACD5916F6201F00399242 /* Resources */,
B2CC62E117DB7E2D0097461B /* Set CFBundleVersion from git */,
B2E836D81709EB0700F31559 /* Copy Private Frameworks */,
B23D1F72181446EF00E6B212 /* Copy Auxiliary Binaries */,
B2B7D470170DD91C00ED0AFE /* Copy Gettext bundle */,
B2D0B1102BFCFEF400527A5A /* Codesign Gettext bundle */,
B2CE6D2A1AD0096C007E6863 /* Copy Quicklook plugin */,
B2CC62E117DB7E2D0097461B /* Set CFBundleVersion from git */,
B2E83707170C96DB00F31559 /* Copy PO Translations */,
);
buildRules = (
Expand Down Expand Up @@ -1168,7 +1167,7 @@
attributes = {
BuildIndependentTargetsInParallel = YES;
CLASSPREFIX = PO;
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1520;
ORGANIZATIONNAME = "Václav Slavík";
TargetAttributes = {
B2CE6D191ACFCD95007E6863 = {
Expand Down Expand Up @@ -1291,7 +1290,6 @@
B2A012B321BEE4C5008051FD /* [email protected] in Resources */,
B20F31D0216654DA005B7037 /* StatusWarningBlack.png in Resources */,
B20F31CC216654D2005B7037 /* [email protected] in Resources */,
B2FD1DD82BA8B8450024BA78 /* poedit.xcconfig in Resources */,
B2B735F92A5865320037A0DA /* [email protected] in Resources */,
B2CE2FF21A94F19D0020A620 /* Prefs-Accounts.png in Resources */,
B2E3EE4E256D658500FCE1BF /* Prefs-Advanced.png in Resources */,
Expand Down
2 changes: 1 addition & 1 deletion Poedit.xcworkspace/xcshareddata/xcschemes/Poedit.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1520"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1520"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 273ad26

Please sign in to comment.