Skip to content

Commit

Permalink
Build SDL_ttf as a framework on macOS, iOS, and tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 31, 2020
1 parent ca29122 commit 9000cd7
Show file tree
Hide file tree
Showing 245 changed files with 114,814 additions and 865 deletions.
2 changes: 1 addition & 1 deletion SDL_ttf.c
Expand Up @@ -2425,7 +2425,7 @@ static Uint32 UTF8_getch(const char *src, size_t srclen, int *inc)
ch = UNKNOWN_UNICODE;
}

*inc = save_srclen - srclen;
*inc = (int)(save_srclen - srclen);

return ch;
}
Expand Down
744 changes: 0 additions & 744 deletions Xcode-iOS/SDL_ttf.xcodeproj/project.pbxproj

This file was deleted.

2 changes: 1 addition & 1 deletion Xcode/Info-Framework.plist
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>SDL2_ttf</string>
<key>CFBundleIdentifier</key>
<string>org.libsdl.SDL2-ttf</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
557 changes: 532 additions & 25 deletions Xcode/SDL_ttf.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file added Xcode/iOS/FreeType.framework/FreeType
Binary file not shown.
603 changes: 603 additions & 0 deletions Xcode/iOS/FreeType.framework/Headers/freetype/config/ftconfig.h

Large diffs are not rendered by default.

0 comments on commit 9000cd7

Please sign in to comment.