|
@@ -33,6 +33,7 @@
|
|
|
/* End PBXAggregateTarget section */
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ 000040E76FDC6AE48CBF0000 /* SDL_hashtable.c in Sources */ = {isa = PBXBuildFile; fileRef = 000078E1881E857EBB6C0000 /* SDL_hashtable.c */; };
|
|
|
007317A40858DECD00B2BC32 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179D0858DECD00B2BC32 /* Cocoa.framework */; platformFilters = (macos, ); };
|
|
|
007317A60858DECD00B2BC32 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0073179F0858DECD00B2BC32 /* IOKit.framework */; platformFilters = (ios, maccatalyst, macos, ); };
|
|
|
00CFA89D106B4BA100758660 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00CFA89C106B4BA100758660 /* ForceFeedback.framework */; platformFilters = (macos, ); };
|
|
@@ -405,6 +406,8 @@
|
|
|
F3B38CDB296E2E52005DA6D3 /* SDL_oldnames.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B38CCD296E2E52005DA6D3 /* SDL_oldnames.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
F3B38CDF296E2E52005DA6D3 /* SDL_intrin.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B38CCE296E2E52005DA6D3 /* SDL_intrin.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
F3D60A8328C16A1900788A3A /* SDL_hidapi_wii.c in Sources */ = {isa = PBXBuildFile; fileRef = F3D60A8228C16A1800788A3A /* SDL_hidapi_wii.c */; };
|
|
|
+ F3E5A6EB2AD5E0E600293D83 /* SDL_properties.c in Sources */ = {isa = PBXBuildFile; fileRef = F3E5A6EA2AD5E0E600293D83 /* SDL_properties.c */; };
|
|
|
+ F3E5A6ED2AD5E10800293D83 /* SDL_properties.h in Headers */ = {isa = PBXBuildFile; fileRef = F3E5A6EC2AD5E10800293D83 /* SDL_properties.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
F3F07D5A269640160074468B /* SDL_hidapi_luna.c in Sources */ = {isa = PBXBuildFile; fileRef = F3F07D59269640160074468B /* SDL_hidapi_luna.c */; };
|
|
|
F3F7D8ED2933074E00816151 /* SDL_audio.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F7D8AA2933074900816151 /* SDL_audio.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
F3F7D8F12933074E00816151 /* SDL_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F7D8AB2933074900816151 /* SDL_platform.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
@@ -469,8 +472,6 @@
|
|
|
F3F7D9E12933074E00816151 /* SDL_begin_code.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F7D8E72933074E00816151 /* SDL_begin_code.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
F3F7D9E52933074E00816151 /* SDL_system.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F7D8E82933074E00816151 /* SDL_system.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
FA73671D19A540EF004122E4 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA73671C19A540EF004122E4 /* CoreVideo.framework */; platformFilters = (ios, maccatalyst, macos, tvos, watchos, ); };
|
|
|
- 000040E76FDC6AE48CBF0000 /* SDL_hashtable.c in Sources */ = {isa = PBXBuildFile; fileRef = 000078E1881E857EBB6C0000 /* SDL_hashtable.c */; };
|
|
|
- 0000CE8F0EF0E7EF781D0000 /* SDL_hashtable.h in Headers */ = {isa = PBXBuildFile; fileRef = 0000B6ADCD88CAD6610F0000 /* SDL_hashtable.h */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -497,6 +498,8 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ 000078E1881E857EBB6C0000 /* SDL_hashtable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_hashtable.c; sourceTree = "<group>"; };
|
|
|
+ 0000B6ADCD88CAD6610F0000 /* SDL_hashtable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_hashtable.h; sourceTree = "<group>"; };
|
|
|
0073179D0858DECD00B2BC32 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
|
0073179F0858DECD00B2BC32 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
|
|
|
007317C10858E15000B2BC32 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
|
|
@@ -897,6 +900,8 @@
|
|
|
F3B38CCD296E2E52005DA6D3 /* SDL_oldnames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_oldnames.h; path = SDL3/SDL_oldnames.h; sourceTree = "<group>"; };
|
|
|
F3B38CCE296E2E52005DA6D3 /* SDL_intrin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_intrin.h; path = SDL3/SDL_intrin.h; sourceTree = "<group>"; };
|
|
|
F3D60A8228C16A1800788A3A /* SDL_hidapi_wii.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_wii.c; sourceTree = "<group>"; };
|
|
|
+ F3E5A6EA2AD5E0E600293D83 /* SDL_properties.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_properties.c; sourceTree = "<group>"; };
|
|
|
+ F3E5A6EC2AD5E10800293D83 /* SDL_properties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_properties.h; path = SDL3/SDL_properties.h; sourceTree = "<group>"; };
|
|
|
F3F07D59269640160074468B /* SDL_hidapi_luna.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_hidapi_luna.c; sourceTree = "<group>"; };
|
|
|
F3F7D8AA2933074900816151 /* SDL_audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_audio.h; path = SDL3/SDL_audio.h; sourceTree = "<group>"; };
|
|
|
F3F7D8AB2933074900816151 /* SDL_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_platform.h; path = SDL3/SDL_platform.h; sourceTree = "<group>"; };
|
|
@@ -964,8 +969,6 @@
|
|
|
F59C710600D5CB5801000001 /* SDL.info */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SDL.info; sourceTree = "<group>"; };
|
|
|
F5A2EF3900C6A39A01000001 /* BUGS.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = BUGS.txt; path = ../../BUGS.txt; sourceTree = SOURCE_ROOT; };
|
|
|
FA73671C19A540EF004122E4 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
|
|
|
- 000078E1881E857EBB6C0000 /* SDL_hashtable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SDL_hashtable.c; path = SDL_hashtable.c; sourceTree = "<group>"; };
|
|
|
- 0000B6ADCD88CAD6610F0000 /* SDL_hashtable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDL_hashtable.h; path = SDL_hashtable.h; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -994,7 +997,6 @@
|
|
|
0153844A006D81B07F000001 /* Public Headers */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- F3F7D8CF2933074C00816151 /* SDL.h */,
|
|
|
F3F7D8E02933074D00816151 /* SDL_assert.h */,
|
|
|
F3F7D8B92933074A00816151 /* SDL_atomic.h */,
|
|
|
F3F7D8AA2933074900816151 /* SDL_audio.h */,
|
|
@@ -1023,26 +1025,27 @@
|
|
|
F3F7D8D92933074C00816151 /* SDL_loadso.h */,
|
|
|
F3F7D8C42933074B00816151 /* SDL_locale.h */,
|
|
|
F3F7D8B72933074A00816151 /* SDL_log.h */,
|
|
|
- F3F7D8B02933074900816151 /* SDL_main.h */,
|
|
|
F3B38CCA296E2E52005DA6D3 /* SDL_main_impl.h */,
|
|
|
+ F3F7D8B02933074900816151 /* SDL_main.h */,
|
|
|
F3F7D8B62933074A00816151 /* SDL_messagebox.h */,
|
|
|
F3F7D8D22933074C00816151 /* SDL_metal.h */,
|
|
|
F3F7D8D52933074C00816151 /* SDL_misc.h */,
|
|
|
F3F7D8DA2933074D00816151 /* SDL_mouse.h */,
|
|
|
F3F7D8E62933074E00816151 /* SDL_mutex.h */,
|
|
|
F3B38CCD296E2E52005DA6D3 /* SDL_oldnames.h */,
|
|
|
- F3F7D8E12933074D00816151 /* SDL_opengl.h */,
|
|
|
F3F7D8C02933074A00816151 /* SDL_opengl_glext.h */,
|
|
|
+ F3F7D8E12933074D00816151 /* SDL_opengl.h */,
|
|
|
F3F7D8C62933074B00816151 /* SDL_opengles.h */,
|
|
|
- F3F7D8C72933074B00816151 /* SDL_opengles2.h */,
|
|
|
F3F7D8AE2933074900816151 /* SDL_opengles2_gl2.h */,
|
|
|
F3F7D8BD2933074A00816151 /* SDL_opengles2_gl2ext.h */,
|
|
|
F3F7D8C92933074B00816151 /* SDL_opengles2_gl2platform.h */,
|
|
|
F3F7D8B12933074900816151 /* SDL_opengles2_khrplatform.h */,
|
|
|
+ F3F7D8C72933074B00816151 /* SDL_opengles2.h */,
|
|
|
F3F7D8B52933074A00816151 /* SDL_pixels.h */,
|
|
|
- F3F7D8AB2933074900816151 /* SDL_platform.h */,
|
|
|
F3B38CCB296E2E52005DA6D3 /* SDL_platform_defines.h */,
|
|
|
+ F3F7D8AB2933074900816151 /* SDL_platform.h */,
|
|
|
F3F7D8DB2933074D00816151 /* SDL_power.h */,
|
|
|
+ F3E5A6EC2AD5E10800293D83 /* SDL_properties.h */,
|
|
|
F3F7D8DF2933074D00816151 /* SDL_quit.h */,
|
|
|
F3F7D8E22933074D00816151 /* SDL_rect.h */,
|
|
|
F3F7D8DE2933074D00816151 /* SDL_render.h */,
|
|
@@ -1061,6 +1064,7 @@
|
|
|
F3F7D8E42933074D00816151 /* SDL_version.h */,
|
|
|
F3F7D8C52933074B00816151 /* SDL_video.h */,
|
|
|
F3F7D8D42933074C00816151 /* SDL_vulkan.h */,
|
|
|
+ F3F7D8CF2933074C00816151 /* SDL.h */,
|
|
|
);
|
|
|
name = "Public Headers";
|
|
|
path = ../../include;
|
|
@@ -1123,6 +1127,8 @@
|
|
|
A7D8A57523E2513D00DCD162 /* SDL_error_c.h */,
|
|
|
A7D8A8BF23E2513F00DCD162 /* SDL_error.c */,
|
|
|
F382071C284F362F004DD584 /* SDL_guid.c */,
|
|
|
+ 000078E1881E857EBB6C0000 /* SDL_hashtable.c */,
|
|
|
+ 0000B6ADCD88CAD6610F0000 /* SDL_hashtable.h */,
|
|
|
A7D8A8D123E2514000DCD162 /* SDL_hints_c.h */,
|
|
|
A7D8A5AB23E2513D00DCD162 /* SDL_hints.c */,
|
|
|
A7D8A58323E2513D00DCD162 /* SDL_internal.h */,
|
|
@@ -1130,11 +1136,10 @@
|
|
|
A1BB8B6227F6CF330057CFA8 /* SDL_list.h */,
|
|
|
F386F6E42884663E001840AA /* SDL_log_c.h */,
|
|
|
A7D8A5DD23E2513D00DCD162 /* SDL_log.c */,
|
|
|
+ F3E5A6EA2AD5E0E600293D83 /* SDL_properties.c */,
|
|
|
F386F6E52884663E001840AA /* SDL_utils_c.h */,
|
|
|
F386F6E62884663E001840AA /* SDL_utils.c */,
|
|
|
A7D8A57123E2513D00DCD162 /* SDL.c */,
|
|
|
- 000078E1881E857EBB6C0000 /* SDL_hashtable.c */,
|
|
|
- 0000B6ADCD88CAD6610F0000 /* SDL_hashtable.h */,
|
|
|
);
|
|
|
name = "Library Source";
|
|
|
path = ../../src;
|
|
@@ -2156,6 +2161,7 @@
|
|
|
F3B38CDB296E2E52005DA6D3 /* SDL_oldnames.h in Headers */,
|
|
|
F3F7D9C92933074E00816151 /* SDL_opengl.h in Headers */,
|
|
|
F3F7D9452933074E00816151 /* SDL_opengl_glext.h in Headers */,
|
|
|
+ F3E5A6ED2AD5E10800293D83 /* SDL_properties.h in Headers */,
|
|
|
F3F7D95D2933074E00816151 /* SDL_opengles.h in Headers */,
|
|
|
F3F7D9612933074E00816151 /* SDL_opengles2.h in Headers */,
|
|
|
F3F7D8FD2933074E00816151 /* SDL_opengles2_gl2.h in Headers */,
|
|
@@ -2502,6 +2508,7 @@
|
|
|
A7D8BBD723E2574800DCD162 /* SDL_uikitevents.m in Sources */,
|
|
|
A7D8B5F323E2514300DCD162 /* SDL_syspower.c in Sources */,
|
|
|
A7D8B95023E2514400DCD162 /* SDL_iconv.c in Sources */,
|
|
|
+ F3E5A6EB2AD5E0E600293D83 /* SDL_properties.c in Sources */,
|
|
|
A7D8BA9D23E2514400DCD162 /* s_fabs.c in Sources */,
|
|
|
F395C1B12569C6A000942BFF /* SDL_mfijoystick.m in Sources */,
|
|
|
A7D8B99223E2514400DCD162 /* SDL_shaders_metal.metal in Sources */,
|