Skip to content

Commit

Permalink
💻 macOS version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wobbier committed Aug 16, 2024
1 parent 9fbbf58 commit a358648
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
platform:
- macOS
xcode:
- ^11
- ^15
configuration:
- Debug
- Release
type:
- Editor
- Game_macOS
runs-on: macos-11
runs-on: macos-13

steps:
- uses: suisei-cn/actions-download-file@818d6b7dc8fe73f2f924b6241f2b1134ca1377d9 # 1.6.0
Expand Down
Binary file modified ThirdParty/Lib/BGFX/macOS/Debug/libbgfxDebug.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Debug/libbimgDebug.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Debug/libbimg_decodeDebug.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Debug/libbimg_encodeDebug.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Debug/libbxDebug.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Release/libbgfxRelease.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Release/libbimgRelease.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Release/libbimg_decodeRelease.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Release/libbimg_encodeRelease.a
Binary file not shown.
Binary file modified ThirdParty/Lib/BGFX/macOS/Release/libbxRelease.a
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions Tools/BaseProject.sharpmake.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public virtual void ConfigureMac(Configuration conf, CommonTarget target)
conf.Options.Add(new Options.XCode.Compiler.SystemFrameworks("CoreVideo"));
//conf.Options.Add(new Options.XCode.Compiler.SystemFrameworks("Foundation"));
conf.Options.Add(new Options.XCode.Compiler.SystemFrameworks("Quartz"));
conf.Options.Add(new Options.XCode.Compiler.OnlyActiveArch());

conf.Defines.Add("DEFINE_ME_PLATFORM_MACOS");

Expand Down
Binary file modified Tools/macOS/shaderc
Binary file not shown.
Binary file added Tools/macOS/shadercDebug
Binary file not shown.
Binary file modified Tools/macOS/texturec
Binary file not shown.
Binary file added Tools/macOS/texturecDebug
Binary file not shown.

0 comments on commit a358648

Please sign in to comment.