Skip to content

Commit 535d80b

Browse files
committed
Include the README and related files in the SDL framework
1 parent ed2920a commit 535d80b

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

Xcode/SDL/SDL.xcodeproj/project.pbxproj

+16
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@
384384
F32DDAD42AB795A30041EAA5 /* SDL_audioresample.c in Sources */ = {isa = PBXBuildFile; fileRef = F32DDACE2AB795A30041EAA5 /* SDL_audioresample.c */; };
385385
F338A1182D1B37D8007CDFDF /* SDL_tray.m in Sources */ = {isa = PBXBuildFile; fileRef = F338A1172D1B37D8007CDFDF /* SDL_tray.m */; };
386386
F338A11A2D1B37E4007CDFDF /* SDL_tray.c in Sources */ = {isa = PBXBuildFile; fileRef = F338A1192D1B37E4007CDFDF /* SDL_tray.c */; };
387+
F34400342D40217A003F26D7 /* LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = F373DA182D388A1E002158FA /* LICENSE.txt */; };
388+
F34400362D40217A003F26D7 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = F373DA192D388A1E002158FA /* README.md */; };
389+
F344003D2D4022E1003F26D7 /* INSTALL.md in Resources */ = {isa = PBXBuildFile; fileRef = F344003C2D4022E1003F26D7 /* INSTALL.md */; };
387390
F34B9895291DEFF500AAC96E /* SDL_hidapi_steam.c in Sources */ = {isa = PBXBuildFile; fileRef = A75FDAAC23E2795C00529352 /* SDL_hidapi_steam.c */; };
388391
F362B9192B3349E200D30B94 /* controller_list.h in Headers */ = {isa = PBXBuildFile; fileRef = F362B9152B3349E200D30B94 /* controller_list.h */; };
389392
F362B91A2B3349E200D30B94 /* SDL_gamepad_c.h in Headers */ = {isa = PBXBuildFile; fileRef = F362B9162B3349E200D30B94 /* SDL_gamepad_c.h */; };
@@ -929,6 +932,7 @@
929932
F32DDACE2AB795A30041EAA5 /* SDL_audioresample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_audioresample.c; sourceTree = "<group>"; };
930933
F338A1172D1B37D8007CDFDF /* SDL_tray.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SDL_tray.m; sourceTree = "<group>"; };
931934
F338A1192D1B37E4007CDFDF /* SDL_tray.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = SDL_tray.c; sourceTree = "<group>"; };
935+
F344003C2D4022E1003F26D7 /* INSTALL.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = INSTALL.md; sourceTree = "<group>"; };
932936
F362B9152B3349E200D30B94 /* controller_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = controller_list.h; sourceTree = "<group>"; };
933937
F362B9162B3349E200D30B94 /* SDL_gamepad_c.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_gamepad_c.h; sourceTree = "<group>"; };
934938
F362B9172B3349E200D30B94 /* SDL_steam_virtual_gamepad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_steam_virtual_gamepad.h; sourceTree = "<group>"; };
@@ -2311,6 +2315,14 @@
23112315
path = cocoa;
23122316
sourceTree = "<group>";
23132317
};
2318+
F344003B2D40229E003F26D7 /* framework */ = {
2319+
isa = PBXGroup;
2320+
children = (
2321+
F344003C2D4022E1003F26D7 /* INSTALL.md */,
2322+
);
2323+
path = framework;
2324+
sourceTree = "<group>";
2325+
};
23142326
F36C7ACF294B9F5E004D61C3 /* core */ = {
23152327
isa = PBXGroup;
23162328
children = (
@@ -2408,6 +2420,7 @@
24082420
F59C710100D5CB5801000001 /* resources */ = {
24092421
isa = PBXGroup;
24102422
children = (
2423+
F344003B2D40229E003F26D7 /* framework */,
24112424
F37A8E1928405AA100C38E95 /* CMake */,
24122425
F373DA182D388A1E002158FA /* LICENSE.txt */,
24132426
F373DA192D388A1E002158FA /* README.md */,
@@ -2754,6 +2767,9 @@
27542767
isa = PBXResourcesBuildPhase;
27552768
buildActionMask = 2147483647;
27562769
files = (
2770+
F344003D2D4022E1003F26D7 /* INSTALL.md in Resources */,
2771+
F34400342D40217A003F26D7 /* LICENSE.txt in Resources */,
2772+
F34400362D40217A003F26D7 /* README.md in Resources */,
27572773
F37A8E1A28405AA100C38E95 /* CMake in Resources */,
27582774
);
27592775
runOnlyForDeploymentPostprocessing = 0;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
# Using this package
3+
4+
This package contains SDL built for Xcode.
5+
6+
To use this package in Xcode, drag `SDL3.framework` into your project.
7+
8+
# Documentation
9+
10+
An API reference, tutorials, and additional documentation is available at:
11+
12+
https://wiki.libsdl.org/SDL3
13+
14+
# Example code
15+
16+
There are simple example programs available at:
17+
18+
https://examples.libsdl.org/SDL3
19+
20+
# Discussions
21+
22+
## Discord
23+
24+
You can join the official Discord server at:
25+
26+
https://discord.com/invite/BwpFGBWsv8
27+
28+
## Forums/mailing lists
29+
30+
You can join SDL development discussions at:
31+
32+
https://discourse.libsdl.org/
33+
34+
Once you sign up, you can use the forum through the website or as a mailing list from your email client.
35+
36+
## Announcement list
37+
38+
You can sign up for the low traffic announcement list at:
39+
40+
https://www.libsdl.org/mailing-list.php
41+

0 commit comments

Comments
 (0)