|
@@ -3977,6 +3977,15 @@
|
|
|
F3950CD8212BC88D00F51292 /* SDL_sensor.h in Headers */ = {isa = PBXBuildFile; fileRef = F3950CD7212BC88D00F51292 /* SDL_sensor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
F3950CD9212BC88D00F51292 /* SDL_sensor.h in Headers */ = {isa = PBXBuildFile; fileRef = F3950CD7212BC88D00F51292 /* SDL_sensor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
F3950CDA212BC88D00F51292 /* SDL_sensor.h in Headers */ = {isa = PBXBuildFile; fileRef = F3950CD7212BC88D00F51292 /* SDL_sensor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
+ F395BF6525633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
+ F395BF6625633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
+ F395BF6725633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
+ F395BF6825633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
+ F395BF6925633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
+ F395BF6A25633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
+ F395BF6B25633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
+ F395BF6C25633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
+ F395BF6D25633B2400942BFF /* SDL_crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = F395BF6425633B2400942BFF /* SDL_crc32.c */; };
|
|
|
F3A4909E2554D38600E92A8B /* SDL_hidapi_ps5.c in Sources */ = {isa = PBXBuildFile; fileRef = F3A4909D2554D38500E92A8B /* SDL_hidapi_ps5.c */; };
|
|
|
F3A4909F2554D38600E92A8B /* SDL_hidapi_ps5.c in Sources */ = {isa = PBXBuildFile; fileRef = F3A4909D2554D38500E92A8B /* SDL_hidapi_ps5.c */; };
|
|
|
F3A490A02554D38600E92A8B /* SDL_hidapi_ps5.c in Sources */ = {isa = PBXBuildFile; fileRef = F3A4909D2554D38500E92A8B /* SDL_hidapi_ps5.c */; };
|
|
@@ -4532,6 +4541,7 @@
|
|
|
F37DC5F225350EBC0002E6F7 /* CoreHaptics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreHaptics.framework; path = System/Library/Frameworks/CoreHaptics.framework; sourceTree = SDKROOT; };
|
|
|
F37DC5F425350ECC0002E6F7 /* CoreHaptics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreHaptics.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS14.0.sdk/System/Library/Frameworks/CoreHaptics.framework; sourceTree = DEVELOPER_DIR; };
|
|
|
F3950CD7212BC88D00F51292 /* SDL_sensor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_sensor.h; sourceTree = "<group>"; };
|
|
|
+ F395BF6425633B2400942BFF /* SDL_crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_crc32.c; sourceTree = "<group>"; };
|
|
|
F3A4909D2554D38500E92A8B /* SDL_hidapi_ps5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_ps5.c; sourceTree = "<group>"; };
|
|
|
F59C710300D5CB5801000001 /* ReadMe.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };
|
|
|
F59C710600D5CB5801000001 /* SDL.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SDL.info; sourceTree = "<group>"; };
|
|
@@ -5630,6 +5640,7 @@
|
|
|
A7D8A8D223E2514000DCD162 /* stdlib */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ F395BF6425633B2400942BFF /* SDL_crc32.c */,
|
|
|
A7D8A8D423E2514000DCD162 /* SDL_getenv.c */,
|
|
|
A7D8A8D323E2514000DCD162 /* SDL_iconv.c */,
|
|
|
A7D8A8D923E2514000DCD162 /* SDL_malloc.c */,
|
|
@@ -8469,6 +8480,7 @@
|
|
|
A75FCDE923E25AB700529352 /* SDL_drawline.c in Sources */,
|
|
|
A75FCDEA23E25AB700529352 /* SDL_yuv.c in Sources */,
|
|
|
A75FCDEB23E25AB700529352 /* SDL_sysfilesystem.m in Sources */,
|
|
|
+ F395BF6C25633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
F3A490A52554D38600E92A8B /* SDL_hidapi_ps5.c in Sources */,
|
|
|
A75FCDEC23E25AB700529352 /* e_pow.c in Sources */,
|
|
|
A75FCDED23E25AB700529352 /* SDL_systls.c in Sources */,
|
|
@@ -8669,6 +8681,7 @@
|
|
|
A75FCFA223E25AC700529352 /* SDL_drawline.c in Sources */,
|
|
|
A75FCFA323E25AC700529352 /* SDL_yuv.c in Sources */,
|
|
|
A75FCFA423E25AC700529352 /* SDL_sysfilesystem.m in Sources */,
|
|
|
+ F395BF6D25633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
F3A490A62554D38600E92A8B /* SDL_hidapi_ps5.c in Sources */,
|
|
|
A75FCFA523E25AC700529352 /* e_pow.c in Sources */,
|
|
|
A75FCFA623E25AC700529352 /* SDL_systls.c in Sources */,
|
|
@@ -9032,6 +9045,7 @@
|
|
|
A769B1F923E259AE00872273 /* SDL_joystick.c in Sources */,
|
|
|
A769B1FA23E259AE00872273 /* SDL_render_gles2.c in Sources */,
|
|
|
A769B1FB23E259AE00872273 /* SDL_surface.c in Sources */,
|
|
|
+ F395BF6A25633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
A769B1FC23E259AE00872273 /* SDL_hidapi_xboxone.c in Sources */,
|
|
|
A769B1FD23E259AE00872273 /* SDL_blit_auto.c in Sources */,
|
|
|
A769B1FE23E259AE00872273 /* SDL_x11keyboard.c in Sources */,
|
|
@@ -9094,6 +9108,7 @@
|
|
|
A7D8B9E423E2514400DCD162 /* SDL_drawline.c in Sources */,
|
|
|
A7D8AE7D23E2514100DCD162 /* SDL_yuv.c in Sources */,
|
|
|
A7D8B63023E2514300DCD162 /* SDL_sysfilesystem.m in Sources */,
|
|
|
+ F395BF6625633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
A7D8BAC823E2514500DCD162 /* e_pow.c in Sources */,
|
|
|
A7D8B41D23E2514300DCD162 /* SDL_systls.c in Sources */,
|
|
|
A7D8AD2A23E2514100DCD162 /* SDL_vulkan_utils.c in Sources */,
|
|
@@ -9294,6 +9309,7 @@
|
|
|
A7D8B9E523E2514400DCD162 /* SDL_drawline.c in Sources */,
|
|
|
A7D8AE7E23E2514100DCD162 /* SDL_yuv.c in Sources */,
|
|
|
A7D8B63123E2514300DCD162 /* SDL_sysfilesystem.m in Sources */,
|
|
|
+ F395BF6725633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
A7D8BAC923E2514500DCD162 /* e_pow.c in Sources */,
|
|
|
A7D8B41E23E2514300DCD162 /* SDL_systls.c in Sources */,
|
|
|
A7D8AD2B23E2514100DCD162 /* SDL_vulkan_utils.c in Sources */,
|
|
@@ -9633,6 +9649,7 @@
|
|
|
A7D8B4E023E2514300DCD162 /* SDL_joystick.c in Sources */,
|
|
|
A7D8BA4D23E2514400DCD162 /* SDL_render_gles2.c in Sources */,
|
|
|
A7D8AC3123E2514100DCD162 /* SDL_surface.c in Sources */,
|
|
|
+ F395BF6925633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
A7D8B54F23E2514300DCD162 /* SDL_hidapi_xboxone.c in Sources */,
|
|
|
A7D8AD2723E2514100DCD162 /* SDL_blit_auto.c in Sources */,
|
|
|
A7D8B1AA23E2514200DCD162 /* SDL_x11keyboard.c in Sources */,
|
|
@@ -9764,6 +9781,7 @@
|
|
|
A7D8BACD23E2514500DCD162 /* e_atan2.c in Sources */,
|
|
|
A7D8BA8B23E2514400DCD162 /* s_sin.c in Sources */,
|
|
|
A7D8BBEB23E2574800DCD162 /* SDL_uikitwindow.m in Sources */,
|
|
|
+ F395BF6525633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
A7D8B5E723E2514300DCD162 /* SDL_power.c in Sources */,
|
|
|
A7D8AED623E2514100DCD162 /* SDL_cocoakeyboard.m in Sources */,
|
|
|
A7D8AB1623E2514100DCD162 /* SDL_dynapi.c in Sources */,
|
|
@@ -9963,6 +9981,7 @@
|
|
|
A7D8B5EA23E2514300DCD162 /* SDL_power.c in Sources */,
|
|
|
A7D8AED923E2514100DCD162 /* SDL_cocoakeyboard.m in Sources */,
|
|
|
A7D8AB1923E2514100DCD162 /* SDL_dynapi.c in Sources */,
|
|
|
+ F395BF6825633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
A7D8BA8823E2514400DCD162 /* SDL_shaders_gl.c in Sources */,
|
|
|
A7D8BAF423E2514500DCD162 /* e_log.c in Sources */,
|
|
|
A7D8AED323E2514100DCD162 /* SDL_cocoamessagebox.m in Sources */,
|
|
@@ -10162,6 +10181,7 @@
|
|
|
A7D8BA9023E2514400DCD162 /* s_sin.c in Sources */,
|
|
|
A7D8B5EC23E2514300DCD162 /* SDL_power.c in Sources */,
|
|
|
A7D8AEDB23E2514100DCD162 /* SDL_cocoakeyboard.m in Sources */,
|
|
|
+ F395BF6B25633B2400942BFF /* SDL_crc32.c in Sources */,
|
|
|
A7D8AB1B23E2514100DCD162 /* SDL_dynapi.c in Sources */,
|
|
|
A7D8BA8A23E2514400DCD162 /* SDL_shaders_gl.c in Sources */,
|
|
|
A7D8BAF623E2514500DCD162 /* e_log.c in Sources */,
|