Skip to content

Commit

Permalink
macOS: minor updates to GL build to fix compatibility with Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Sep 29, 2024
1 parent 61e8dfc commit a7ea133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apple/OpenGL_GitLabCI.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
// https://help.apple.com/xcode/#/dev745c5c974

DEVELOPMENT_TEAM=UK699V5ZS8
MACOSX_DEPLOYMENT_TARGET=10.13
4 changes: 4 additions & 0 deletions pkg/apple/RetroArch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
079650002CA9C99300CB9D84 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07964FFF2CA9C99300CB9D84 /* QuartzCore.framework */; };
07A960052BFEE67400CB7332 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07A960042BFEE67400CB7332 /* AVFoundation.framework */; };
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
500845251B89300700CE6073 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
Expand Down Expand Up @@ -75,6 +76,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
07964FFF2CA9C99300CB9D84 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
07A960042BFEE67400CB7332 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
089C165DFE840E0CC02AAC07 /* InfoPlist.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = InfoPlist.strings; path = OSX/en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1DDD58150DA1D0A300B32029 /* MainMenu.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainMenu.xib; path = OSX/en.lproj/MainMenu.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -119,6 +121,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
079650002CA9C99300CB9D84 /* QuartzCore.framework in Frameworks */,
5061C8A41AE47E510080AE14 /* libz.dylib in Frameworks */,
84DD5EA91A89E4BE007336C1 /* CoreAudio.framework in Frameworks */,
84DD5EB31A89E6C0007336C1 /* AudioUnit.framework in Frameworks */,
Expand Down Expand Up @@ -212,6 +215,7 @@
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
isa = PBXGroup;
children = (
07964FFF2CA9C99300CB9D84 /* QuartzCore.framework */,
07A960042BFEE67400CB7332 /* AVFoundation.framework */,
5061C8A31AE47E510080AE14 /* libz.dylib */,
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
Expand Down

0 comments on commit a7ea133

Please sign in to comment.