|
|
@ -7,46 +7,65 @@ |
|
|
|
objects = { |
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */ |
|
|
|
1B16D9052BAEDC41001FD5E0 /* libGLESv2.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B16D9032BAEDC41001FD5E0 /* libGLESv2.xcframework */; }; |
|
|
|
1B16D9062BAEDC41001FD5E0 /* libEGL.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B16D9042BAEDC41001FD5E0 /* libEGL.xcframework */; }; |
|
|
|
1B3BE7442BAEE2D700EF4B82 /* rshapes.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BE73D2BAEE2D700EF4B82 /* rshapes.c */; }; |
|
|
|
1B3BE7452BAEE2D700EF4B82 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BE73E2BAEE2D700EF4B82 /* utils.c */; }; |
|
|
|
1B3BE7462BAEE2D700EF4B82 /* rtext.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BE73F2BAEE2D700EF4B82 /* rtext.c */; }; |
|
|
|
1B3BE7472BAEE2D700EF4B82 /* rtextures.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BE7402BAEE2D700EF4B82 /* rtextures.c */; }; |
|
|
|
1B3BE7482BAEE2D700EF4B82 /* raudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BE7412BAEE2D700EF4B82 /* raudio.c */; }; |
|
|
|
1B3BE7492BAEE2D700EF4B82 /* rcore.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BE7422BAEE2D700EF4B82 /* rcore.c */; }; |
|
|
|
1B3BE74A2BAEE2D700EF4B82 /* rmodels.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B3BE7432BAEE2D700EF4B82 /* rmodels.c */; }; |
|
|
|
1BF3FC952BAEE3BD00D3B043 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BF3FC942BAEE3BD00D3B043 /* AVFoundation.framework */; }; |
|
|
|
1BF3FC972BAEE3CF00D3B043 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BF3FC962BAEE3CF00D3B043 /* Foundation.framework */; }; |
|
|
|
1BF3FC992BAEE43900D3B043 /* AVFAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BF3FC982BAEE43800D3B043 /* AVFAudio.framework */; }; |
|
|
|
1BF3FCDE2BAF1C1800D3B043 /* libEGL.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B16D9042BAEDC41001FD5E0 /* libEGL.xcframework */; }; |
|
|
|
1BF3FCDF2BAF1C1800D3B043 /* libEGL.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1B16D9042BAEDC41001FD5E0 /* libEGL.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
|
|
|
1BF3FCE02BAF1C1800D3B043 /* libGLESv2.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B16D9032BAEDC41001FD5E0 /* libGLESv2.xcframework */; }; |
|
|
|
1BF3FCE12BAF1C1800D3B043 /* libGLESv2.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1B16D9032BAEDC41001FD5E0 /* libGLESv2.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
|
|
|
1BF3FCE62BAF1C3000D3B043 /* AVFAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BF3FCE42BAF1C3000D3B043 /* AVFAudio.framework */; }; |
|
|
|
1BF3FCE72BAF1C3000D3B043 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BF3FCE52BAF1C3000D3B043 /* AVFoundation.framework */; }; |
|
|
|
1BF3FCE92BAF1C3800D3B043 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BF3FCE82BAF1C3800D3B043 /* Foundation.framework */; }; |
|
|
|
1BF3FCF12BAF1D3300D3B043 /* raudio.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF3FCEA2BAF1D3300D3B043 /* raudio.c */; }; |
|
|
|
1BF3FCF22BAF1D3300D3B043 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF3FCEB2BAF1D3300D3B043 /* utils.c */; }; |
|
|
|
1BF3FCF32BAF1D3300D3B043 /* rshapes.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF3FCEC2BAF1D3300D3B043 /* rshapes.c */; }; |
|
|
|
1BF3FCF42BAF1D3300D3B043 /* rtextures.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF3FCED2BAF1D3300D3B043 /* rtextures.c */; }; |
|
|
|
1BF3FCF52BAF1D3300D3B043 /* rcore.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF3FCEE2BAF1D3300D3B043 /* rcore.c */; }; |
|
|
|
1BF3FCF62BAF1D3300D3B043 /* rtext.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF3FCEF2BAF1D3300D3B043 /* rtext.c */; }; |
|
|
|
1BF3FCF72BAF1D3300D3B043 /* rmodels.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF3FCF02BAF1D3300D3B043 /* rmodels.c */; }; |
|
|
|
1BF3FCFD2BAF2CFD00D3B043 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF3FCFC2BAF2CFD00D3B043 /* main.c */; }; |
|
|
|
/* End PBXBuildFile section */ |
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */ |
|
|
|
1BF3FCE22BAF1C1900D3B043 /* Embed Frameworks */ = { |
|
|
|
isa = PBXCopyFilesBuildPhase; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
dstPath = ""; |
|
|
|
dstSubfolderSpec = 10; |
|
|
|
files = ( |
|
|
|
1BF3FCE12BAF1C1800D3B043 /* libGLESv2.xcframework in Embed Frameworks */, |
|
|
|
1BF3FCDF2BAF1C1800D3B043 /* libEGL.xcframework in Embed Frameworks */, |
|
|
|
); |
|
|
|
name = "Embed Frameworks"; |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
}; |
|
|
|
/* End PBXCopyFilesBuildPhase section */ |
|
|
|
|
|
|
|
/* Begin PBXFileReference section */ |
|
|
|
1B16D8F82BAEDBEA001FD5E0 /* raylib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = raylib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
1B16D9032BAEDC41001FD5E0 /* libGLESv2.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libGLESv2.xcframework; sourceTree = "<group>"; }; |
|
|
|
1B16D9042BAEDC41001FD5E0 /* libEGL.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = libEGL.xcframework; sourceTree = "<group>"; }; |
|
|
|
1B3BE73D2BAEE2D700EF4B82 /* rshapes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rshapes.c; path = ../../../src/rshapes.c; sourceTree = "<group>"; }; |
|
|
|
1B3BE73E2BAEE2D700EF4B82 /* utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = utils.c; path = ../../../src/utils.c; sourceTree = "<group>"; }; |
|
|
|
1B3BE73F2BAEE2D700EF4B82 /* rtext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rtext.c; path = ../../../src/rtext.c; sourceTree = "<group>"; }; |
|
|
|
1B3BE7402BAEE2D700EF4B82 /* rtextures.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rtextures.c; path = ../../../src/rtextures.c; sourceTree = "<group>"; }; |
|
|
|
1B3BE7412BAEE2D700EF4B82 /* raudio.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = raudio.c; path = ../../../src/raudio.c; sourceTree = "<group>"; }; |
|
|
|
1B3BE7422BAEE2D700EF4B82 /* rcore.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rcore.c; path = ../../../src/rcore.c; sourceTree = "<group>"; }; |
|
|
|
1B3BE7432BAEE2D700EF4B82 /* rmodels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rmodels.c; path = ../../../src/rmodels.c; sourceTree = "<group>"; }; |
|
|
|
1BF3FC942BAEE3BD00D3B043 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; |
|
|
|
1BF3FC962BAEE3CF00D3B043 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; |
|
|
|
1BF3FC982BAEE43800D3B043 /* AVFAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFAudio.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/System/Library/Frameworks/AVFAudio.framework; sourceTree = DEVELOPER_DIR; }; |
|
|
|
1BF3FCC32BAF1BC900D3B043 /* raylib.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = raylib.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
1BF3FCE42BAF1C3000D3B043 /* AVFAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFAudio.framework; path = System/Library/Frameworks/AVFAudio.framework; sourceTree = SDKROOT; }; |
|
|
|
1BF3FCE52BAF1C3000D3B043 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; |
|
|
|
1BF3FCE82BAF1C3800D3B043 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
|
|
|
1BF3FCEA2BAF1D3300D3B043 /* raudio.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = raudio.c; path = ../../../src/raudio.c; sourceTree = "<group>"; }; |
|
|
|
1BF3FCEB2BAF1D3300D3B043 /* utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = utils.c; path = ../../../src/utils.c; sourceTree = "<group>"; }; |
|
|
|
1BF3FCEC2BAF1D3300D3B043 /* rshapes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rshapes.c; path = ../../../src/rshapes.c; sourceTree = "<group>"; }; |
|
|
|
1BF3FCED2BAF1D3300D3B043 /* rtextures.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rtextures.c; path = ../../../src/rtextures.c; sourceTree = "<group>"; }; |
|
|
|
1BF3FCEE2BAF1D3300D3B043 /* rcore.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; name = rcore.c; path = ../../../src/rcore.c; sourceTree = "<group>"; }; |
|
|
|
1BF3FCEF2BAF1D3300D3B043 /* rtext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rtext.c; path = ../../../src/rtext.c; sourceTree = "<group>"; }; |
|
|
|
1BF3FCF02BAF1D3300D3B043 /* rmodels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rmodels.c; path = ../../../src/rmodels.c; sourceTree = "<group>"; }; |
|
|
|
1BF3FCFC2BAF2CFD00D3B043 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; |
|
|
|
/* End PBXFileReference section */ |
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
|
|
1B16D8F52BAEDBEA001FD5E0 /* Frameworks */ = { |
|
|
|
1BF3FCC02BAF1BC900D3B043 /* Frameworks */ = { |
|
|
|
isa = PBXFrameworksBuildPhase; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
files = ( |
|
|
|
1BF3FC992BAEE43900D3B043 /* AVFAudio.framework in Frameworks */, |
|
|
|
1BF3FC972BAEE3CF00D3B043 /* Foundation.framework in Frameworks */, |
|
|
|
1BF3FC952BAEE3BD00D3B043 /* AVFoundation.framework in Frameworks */, |
|
|
|
1B16D9062BAEDC41001FD5E0 /* libEGL.xcframework in Frameworks */, |
|
|
|
1B16D9052BAEDC41001FD5E0 /* libGLESv2.xcframework in Frameworks */, |
|
|
|
1BF3FCE92BAF1C3800D3B043 /* Foundation.framework in Frameworks */, |
|
|
|
1BF3FCE72BAF1C3000D3B043 /* AVFoundation.framework in Frameworks */, |
|
|
|
1BF3FCE62BAF1C3000D3B043 /* AVFAudio.framework in Frameworks */, |
|
|
|
1BF3FCE02BAF1C1800D3B043 /* libGLESv2.xcframework in Frameworks */, |
|
|
|
1BF3FCDE2BAF1C1800D3B043 /* libEGL.xcframework in Frameworks */, |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
}; |
|
|
@ -56,75 +75,66 @@ |
|
|
|
1B16D8EE2BAEDBEA001FD5E0 = { |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
1B16D8FA2BAEDBEA001FD5E0 /* raylib */, |
|
|
|
1BF3FCFC2BAF2CFD00D3B043 /* main.c */, |
|
|
|
1BF3FCC42BAF1BC900D3B043 /* raylib */, |
|
|
|
1B16D8F92BAEDBEA001FD5E0 /* Products */, |
|
|
|
1BF3FC932BAEE3BC00D3B043 /* Frameworks */, |
|
|
|
1BF3FCE32BAF1C3000D3B043 /* Frameworks */, |
|
|
|
); |
|
|
|
sourceTree = "<group>"; |
|
|
|
}; |
|
|
|
1B16D8F92BAEDBEA001FD5E0 /* Products */ = { |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
1B16D8F82BAEDBEA001FD5E0 /* raylib.framework */, |
|
|
|
1BF3FCC32BAF1BC900D3B043 /* raylib.app */, |
|
|
|
); |
|
|
|
name = Products; |
|
|
|
sourceTree = "<group>"; |
|
|
|
}; |
|
|
|
1B16D8FA2BAEDBEA001FD5E0 /* raylib */ = { |
|
|
|
1B16D9022BAEDC1C001FD5E0 /* Frameworks */ = { |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
1B3BE7412BAEE2D700EF4B82 /* raudio.c */, |
|
|
|
1B3BE7422BAEE2D700EF4B82 /* rcore.c */, |
|
|
|
1B3BE7432BAEE2D700EF4B82 /* rmodels.c */, |
|
|
|
1B3BE73D2BAEE2D700EF4B82 /* rshapes.c */, |
|
|
|
1B3BE73F2BAEE2D700EF4B82 /* rtext.c */, |
|
|
|
1B3BE7402BAEE2D700EF4B82 /* rtextures.c */, |
|
|
|
1B3BE73E2BAEE2D700EF4B82 /* utils.c */, |
|
|
|
1B16D9022BAEDC1C001FD5E0 /* Frameworks */, |
|
|
|
1B16D9042BAEDC41001FD5E0 /* libEGL.xcframework */, |
|
|
|
1B16D9032BAEDC41001FD5E0 /* libGLESv2.xcframework */, |
|
|
|
); |
|
|
|
path = raylib; |
|
|
|
path = Frameworks; |
|
|
|
sourceTree = "<group>"; |
|
|
|
}; |
|
|
|
1B16D9022BAEDC1C001FD5E0 /* Frameworks */ = { |
|
|
|
1BF3FCC42BAF1BC900D3B043 /* raylib */ = { |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
1B16D9042BAEDC41001FD5E0 /* libEGL.xcframework */, |
|
|
|
1B16D9032BAEDC41001FD5E0 /* libGLESv2.xcframework */, |
|
|
|
1BF3FCEA2BAF1D3300D3B043 /* raudio.c */, |
|
|
|
1BF3FCEE2BAF1D3300D3B043 /* rcore.c */, |
|
|
|
1BF3FCF02BAF1D3300D3B043 /* rmodels.c */, |
|
|
|
1BF3FCEC2BAF1D3300D3B043 /* rshapes.c */, |
|
|
|
1BF3FCEF2BAF1D3300D3B043 /* rtext.c */, |
|
|
|
1BF3FCED2BAF1D3300D3B043 /* rtextures.c */, |
|
|
|
1BF3FCEB2BAF1D3300D3B043 /* utils.c */, |
|
|
|
1B16D9022BAEDC1C001FD5E0 /* Frameworks */, |
|
|
|
); |
|
|
|
path = Frameworks; |
|
|
|
path = raylib; |
|
|
|
sourceTree = "<group>"; |
|
|
|
}; |
|
|
|
1BF3FC932BAEE3BC00D3B043 /* Frameworks */ = { |
|
|
|
1BF3FCE32BAF1C3000D3B043 /* Frameworks */ = { |
|
|
|
isa = PBXGroup; |
|
|
|
children = ( |
|
|
|
1BF3FC982BAEE43800D3B043 /* AVFAudio.framework */, |
|
|
|
1BF3FC962BAEE3CF00D3B043 /* Foundation.framework */, |
|
|
|
1BF3FC942BAEE3BD00D3B043 /* AVFoundation.framework */, |
|
|
|
1BF3FCE82BAF1C3800D3B043 /* Foundation.framework */, |
|
|
|
1BF3FCE42BAF1C3000D3B043 /* AVFAudio.framework */, |
|
|
|
1BF3FCE52BAF1C3000D3B043 /* AVFoundation.framework */, |
|
|
|
); |
|
|
|
name = Frameworks; |
|
|
|
sourceTree = "<group>"; |
|
|
|
}; |
|
|
|
/* End PBXGroup section */ |
|
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */ |
|
|
|
1B16D8F32BAEDBEA001FD5E0 /* Headers */ = { |
|
|
|
isa = PBXHeadersBuildPhase; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
files = ( |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
}; |
|
|
|
/* End PBXHeadersBuildPhase section */ |
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */ |
|
|
|
1B16D8F72BAEDBEA001FD5E0 /* raylib */ = { |
|
|
|
1BF3FCC22BAF1BC900D3B043 /* raylib */ = { |
|
|
|
isa = PBXNativeTarget; |
|
|
|
buildConfigurationList = 1B16D8FF2BAEDBEA001FD5E0 /* Build configuration list for PBXNativeTarget "raylib" */; |
|
|
|
buildConfigurationList = 1BF3FCDB2BAF1BCB00D3B043 /* Build configuration list for PBXNativeTarget "raylib" */; |
|
|
|
buildPhases = ( |
|
|
|
1B16D8F32BAEDBEA001FD5E0 /* Headers */, |
|
|
|
1B16D8F42BAEDBEA001FD5E0 /* Sources */, |
|
|
|
1B16D8F52BAEDBEA001FD5E0 /* Frameworks */, |
|
|
|
1B16D8F62BAEDBEA001FD5E0 /* Resources */, |
|
|
|
1BF3FCBF2BAF1BC900D3B043 /* Sources */, |
|
|
|
1BF3FCC02BAF1BC900D3B043 /* Frameworks */, |
|
|
|
1BF3FCC12BAF1BC900D3B043 /* Resources */, |
|
|
|
1BF3FCE22BAF1C1900D3B043 /* Embed Frameworks */, |
|
|
|
); |
|
|
|
buildRules = ( |
|
|
|
); |
|
|
@ -132,8 +142,8 @@ |
|
|
|
); |
|
|
|
name = raylib; |
|
|
|
productName = raylib; |
|
|
|
productReference = 1B16D8F82BAEDBEA001FD5E0 /* raylib.framework */; |
|
|
|
productType = "com.apple.product-type.framework"; |
|
|
|
productReference = 1BF3FCC32BAF1BC900D3B043 /* raylib.app */; |
|
|
|
productType = "com.apple.product-type.application"; |
|
|
|
}; |
|
|
|
/* End PBXNativeTarget section */ |
|
|
|
|
|
|
@ -144,7 +154,7 @@ |
|
|
|
BuildIndependentTargetsInParallel = 1; |
|
|
|
LastUpgradeCheck = 1520; |
|
|
|
TargetAttributes = { |
|
|
|
1B16D8F72BAEDBEA001FD5E0 = { |
|
|
|
1BF3FCC22BAF1BC900D3B043 = { |
|
|
|
CreatedOnToolsVersion = 15.2; |
|
|
|
}; |
|
|
|
}; |
|
|
@ -162,13 +172,13 @@ |
|
|
|
projectDirPath = ""; |
|
|
|
projectRoot = ""; |
|
|
|
targets = ( |
|
|
|
1B16D8F72BAEDBEA001FD5E0 /* raylib */, |
|
|
|
1BF3FCC22BAF1BC900D3B043 /* raylib */, |
|
|
|
); |
|
|
|
}; |
|
|
|
/* End PBXProject section */ |
|
|
|
|
|
|
|
/* Begin PBXResourcesBuildPhase section */ |
|
|
|
1B16D8F62BAEDBEA001FD5E0 /* Resources */ = { |
|
|
|
1BF3FCC12BAF1BC900D3B043 /* Resources */ = { |
|
|
|
isa = PBXResourcesBuildPhase; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
files = ( |
|
|
@ -178,17 +188,18 @@ |
|
|
|
/* End PBXResourcesBuildPhase section */ |
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */ |
|
|
|
1B16D8F42BAEDBEA001FD5E0 /* Sources */ = { |
|
|
|
1BF3FCBF2BAF1BC900D3B043 /* Sources */ = { |
|
|
|
isa = PBXSourcesBuildPhase; |
|
|
|
buildActionMask = 2147483647; |
|
|
|
files = ( |
|
|
|
1B3BE7462BAEE2D700EF4B82 /* rtext.c in Sources */, |
|
|
|
1B3BE7442BAEE2D700EF4B82 /* rshapes.c in Sources */, |
|
|
|
1B3BE7472BAEE2D700EF4B82 /* rtextures.c in Sources */, |
|
|
|
1B3BE7492BAEE2D700EF4B82 /* rcore.c in Sources */, |
|
|
|
1B3BE7482BAEE2D700EF4B82 /* raudio.c in Sources */, |
|
|
|
1B3BE7452BAEE2D700EF4B82 /* utils.c in Sources */, |
|
|
|
1B3BE74A2BAEE2D700EF4B82 /* rmodels.c in Sources */, |
|
|
|
1BF3FCF32BAF1D3300D3B043 /* rshapes.c in Sources */, |
|
|
|
1BF3FCF12BAF1D3300D3B043 /* raudio.c in Sources */, |
|
|
|
1BF3FCF42BAF1D3300D3B043 /* rtextures.c in Sources */, |
|
|
|
1BF3FCF62BAF1D3300D3B043 /* rtext.c in Sources */, |
|
|
|
1BF3FCF52BAF1D3300D3B043 /* rcore.c in Sources */, |
|
|
|
1BF3FCFD2BAF2CFD00D3B043 /* main.c in Sources */, |
|
|
|
1BF3FCF22BAF1D3300D3B043 /* utils.c in Sources */, |
|
|
|
1BF3FCF72BAF1D3300D3B043 /* rmodels.c in Sources */, |
|
|
|
); |
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
}; |
|
|
@ -317,67 +328,79 @@ |
|
|
|
}; |
|
|
|
name = Release; |
|
|
|
}; |
|
|
|
1B16D9002BAEDBEA001FD5E0 /* Debug */ = { |
|
|
|
1BF3FCDC2BAF1BCB00D3B043 /* Debug */ = { |
|
|
|
isa = XCBuildConfiguration; |
|
|
|
buildSettings = { |
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
|
|
|
CLANG_WARN_COMMA = NO; |
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = NO; |
|
|
|
CLANG_WARN_UNREACHABLE_CODE = NO; |
|
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
|
CURRENT_PROJECT_VERSION = 1; |
|
|
|
DEFINES_MODULE = NO; |
|
|
|
DEVELOPMENT_TEAM = A7A93GC9AY; |
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1; |
|
|
|
DYLIB_CURRENT_VERSION = 1; |
|
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath"; |
|
|
|
ENABLE_MODULE_VERIFIER = YES; |
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu17; |
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO; |
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES; |
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
|
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
|
|
|
HEADER_SEARCH_PATHS = ""; |
|
|
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.games"; |
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = ""; |
|
|
|
INFOPLIST_KEY_UIRequiredDeviceCapabilities = metal; |
|
|
|
INFOPLIST_KEY_UIStatusBarHidden = YES; |
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
|
|
LD_RUNPATH_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"@executable_path/Frameworks", |
|
|
|
"@loader_path/Frameworks", |
|
|
|
); |
|
|
|
MARKETING_VERSION = 1.0; |
|
|
|
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; |
|
|
|
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; |
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.example.raylib; |
|
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
|
|
|
SKIP_INSTALL = YES; |
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES; |
|
|
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
|
|
USER_HEADER_SEARCH_PATHS = ../../src; |
|
|
|
}; |
|
|
|
name = Debug; |
|
|
|
}; |
|
|
|
1B16D9012BAEDBEA001FD5E0 /* Release */ = { |
|
|
|
1BF3FCDD2BAF1BCB00D3B043 /* Release */ = { |
|
|
|
isa = XCBuildConfiguration; |
|
|
|
buildSettings = { |
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
|
|
|
CLANG_WARN_COMMA = NO; |
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = NO; |
|
|
|
CLANG_WARN_UNREACHABLE_CODE = NO; |
|
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
|
CURRENT_PROJECT_VERSION = 1; |
|
|
|
DEFINES_MODULE = NO; |
|
|
|
DEVELOPMENT_TEAM = A7A93GC9AY; |
|
|
|
DYLIB_COMPATIBILITY_VERSION = 1; |
|
|
|
DYLIB_CURRENT_VERSION = 1; |
|
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath"; |
|
|
|
ENABLE_MODULE_VERIFIER = YES; |
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu17; |
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = NO; |
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES; |
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
|
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
|
|
|
HEADER_SEARCH_PATHS = ""; |
|
|
|
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.games"; |
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
|
|
INFOPLIST_KEY_UILaunchStoryboardName = ""; |
|
|
|
INFOPLIST_KEY_UIRequiredDeviceCapabilities = metal; |
|
|
|
INFOPLIST_KEY_UIStatusBarHidden = YES; |
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
|
|
LD_RUNPATH_SEARCH_PATHS = ( |
|
|
|
"$(inherited)", |
|
|
|
"@executable_path/Frameworks", |
|
|
|
"@loader_path/Frameworks", |
|
|
|
); |
|
|
|
MARKETING_VERSION = 1.0; |
|
|
|
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; |
|
|
|
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; |
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.example.raylib; |
|
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
|
|
|
SKIP_INSTALL = YES; |
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
|
SWIFT_EMIT_LOC_STRINGS = YES; |
|
|
|
TARGETED_DEVICE_FAMILY = "1,2"; |
|
|
|
USER_HEADER_SEARCH_PATHS = ../../src; |
|
|
|
}; |
|
|
|
name = Release; |
|
|
|
}; |
|
|
@ -393,11 +416,11 @@ |
|
|
|
defaultConfigurationIsVisible = 0; |
|
|
|
defaultConfigurationName = Release; |
|
|
|
}; |
|
|
|
1B16D8FF2BAEDBEA001FD5E0 /* Build configuration list for PBXNativeTarget "raylib" */ = { |
|
|
|
1BF3FCDB2BAF1BCB00D3B043 /* Build configuration list for PBXNativeTarget "raylib" */ = { |
|
|
|
isa = XCConfigurationList; |
|
|
|
buildConfigurations = ( |
|
|
|
1B16D9002BAEDBEA001FD5E0 /* Debug */, |
|
|
|
1B16D9012BAEDBEA001FD5E0 /* Release */, |
|
|
|
1BF3FCDC2BAF1BCB00D3B043 /* Debug */, |
|
|
|
1BF3FCDD2BAF1BCB00D3B043 /* Release */, |
|
|
|
); |
|
|
|
defaultConfigurationIsVisible = 0; |
|
|
|
defaultConfigurationName = Release; |
|
|
|