add a lib for rendering text in sdl2 and rules to make in makefile

This commit is contained in:
2026-01-21 14:45:11 -06:00
parent f3c0aafe2f
commit e7d9c013f4
1754 changed files with 850297 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
/*
SDL_uikit_main.c, placed in the public domain by Sam Lantinga 3/18/2019
*/
/* Include the SDL main definition header */
#include "SDL_main.h"
#ifndef SDL_MAIN_HANDLED
#ifdef main
#undef main
#endif
int
main(int argc, char *argv[])
{
return SDL_UIKitRunApp(argc, argv, SDL_main);
}
#endif /* !SDL_MAIN_HANDLED */
/* vi: set ts=4 sw=4 expandtab: */

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>

View File

@@ -0,0 +1,621 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 55;
objects = {
/* Begin PBXBuildFile section */
F39CD44A281DC6A4006CF638 /* SDL2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED810E281DC09600C33C5B /* SDL2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
F39CD44B281DC6C8006CF638 /* SDL2_ttf.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80D4281D9ED600C33C5B /* SDL2_ttf.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
F39CD452281DC9CE006CF638 /* SDL2_ttf.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80D4281D9ED600C33C5B /* SDL2_ttf.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
F3ED80CB281D9ECB00C33C5B /* showfont.c in Sources */ = {isa = PBXBuildFile; fileRef = F3ED80CA281D9ECB00C33C5B /* showfont.c */; };
F3ED80CC281D9ECB00C33C5B /* showfont.c in Sources */ = {isa = PBXBuildFile; fileRef = F3ED80CA281D9ECB00C33C5B /* showfont.c */; };
F3ED80DB281D9F2100C33C5B /* showfont.c in Sources */ = {isa = PBXBuildFile; fileRef = F3ED80CA281D9ECB00C33C5B /* showfont.c */; };
F3ED80E3281DA16500C33C5B /* SDL2_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80D4281D9ED600C33C5B /* SDL2_ttf.framework */; };
F3ED80E5281DA17800C33C5B /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80E4281DA17800C33C5B /* SDL2.framework */; };
F3ED80F3281DA3BD00C33C5B /* SDL_uikit_main.c in Sources */ = {isa = PBXBuildFile; fileRef = F3ED80EF281DA3BD00C33C5B /* SDL_uikit_main.c */; };
F3ED80F4281DA3BD00C33C5B /* SDL_uikit_main.c in Sources */ = {isa = PBXBuildFile; fileRef = F3ED80EF281DA3BD00C33C5B /* SDL_uikit_main.c */; };
F3ED80F5281DA3F600C33C5B /* SDL2_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80D4281D9ED600C33C5B /* SDL2_ttf.framework */; };
F3ED80F7281DA40300C33C5B /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80F6281DA40300C33C5B /* SDL2.framework */; };
F3ED80FF281DA63000C33C5B /* SDL2_ttf.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80D4281D9ED600C33C5B /* SDL2_ttf.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
F3ED810C281DBEF000C33C5B /* SDL2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80F6281DA40300C33C5B /* SDL2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
F3ED8110281DC09600C33C5B /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED810E281DC09600C33C5B /* SDL2.framework */; };
F3ED8112281DC11700C33C5B /* SDL2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80E4281DA17800C33C5B /* SDL2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
F3ED8113281DC13D00C33C5B /* SDL2_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3ED80D4281D9ED600C33C5B /* SDL2_ttf.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
F3ED80D3281D9ED600C33C5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F3ED80CD281D9ED600C33C5B /* SDL_ttf.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BE1FA72E07AF4C45004B6283;
remoteInfo = Framework;
};
F3ED80D5281D9ED600C33C5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F3ED80CD281D9ED600C33C5B /* SDL_ttf.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BE1FA74107AF4C45004B6283;
remoteInfo = "Static Library";
};
F3ED80D7281D9ED600C33C5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F3ED80CD281D9ED600C33C5B /* SDL_ttf.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = BE1FA74507AF4C45004B6283;
remoteInfo = "Create DMG";
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
F39CD449281DC695006CF638 /* Copy Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
F39CD44B281DC6C8006CF638 /* SDL2_ttf.framework in Copy Frameworks */,
F39CD44A281DC6A4006CF638 /* SDL2.framework in Copy Frameworks */,
);
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
F3ED80EC281DA29B00C33C5B /* Copy Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
F3ED8112281DC11700C33C5B /* SDL2.framework in Copy Frameworks */,
F39CD452281DC9CE006CF638 /* SDL2_ttf.framework in Copy Frameworks */,
);
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
F3ED80FA281DA44400C33C5B /* Copy Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 12;
dstPath = "";
dstSubfolderSpec = 10;
files = (
F3ED80FF281DA63000C33C5B /* SDL2_ttf.framework in Copy Frameworks */,
F3ED810C281DBEF000C33C5B /* SDL2.framework in Copy Frameworks */,
);
name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
F39CD44C281DC7A4006CF638 /* webp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = webp.framework; path = ../tvOS/webp.framework; sourceTree = "<group>"; };
F39CD44F281DC949006CF638 /* webp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = webp.framework; path = ../iOS/webp.framework; sourceTree = "<group>"; };
F3ED80B3281D9E8900C33C5B /* showfont.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = showfont.app; sourceTree = BUILT_PRODUCTS_DIR; };
F3ED80B9281D9E8900C33C5B /* showfont.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = showfont.app; sourceTree = BUILT_PRODUCTS_DIR; };
F3ED80BB281D9E8900C33C5B /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
F3ED80CA281D9ECB00C33C5B /* showfont.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = showfont.c; path = ../../showfont.c; sourceTree = SOURCE_ROOT; };
F3ED80CD281D9ED600C33C5B /* SDL_ttf.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL_ttf.xcodeproj; path = ../SDL_ttf.xcodeproj; sourceTree = "<group>"; };
F3ED80E1281D9F2100C33C5B /* showfont.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = showfont.app; sourceTree = BUILT_PRODUCTS_DIR; };
F3ED80E4281DA17800C33C5B /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = ../macOS/SDL2.framework; sourceTree = "<group>"; };
F3ED80EA281DA1E000C33C5B /* webp.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = webp.framework; path = ../macOS/webp.framework; sourceTree = "<group>"; };
F3ED80EF281DA3BD00C33C5B /* SDL_uikit_main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SDL_uikit_main.c; sourceTree = SOURCE_ROOT; };
F3ED80F6281DA40300C33C5B /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = ../iOS/SDL2.framework; sourceTree = "<group>"; };
F3ED810E281DC09600C33C5B /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = ../tvOS/SDL2.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F3ED80B0281D9E8900C33C5B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F3ED80F7281DA40300C33C5B /* SDL2.framework in Frameworks */,
F3ED80F5281DA3F600C33C5B /* SDL2_ttf.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F3ED80B6281D9E8900C33C5B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F3ED80E5281DA17800C33C5B /* SDL2.framework in Frameworks */,
F3ED80E3281DA16500C33C5B /* SDL2_ttf.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F3ED80DC281D9F2100C33C5B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F3ED8110281DC09600C33C5B /* SDL2.framework in Frameworks */,
F3ED8113281DC13D00C33C5B /* SDL2_ttf.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F3ED80A6281D9E8800C33C5B = {
isa = PBXGroup;
children = (
F3ED80CD281D9ED600C33C5B /* SDL_ttf.xcodeproj */,
F3ED80AB281D9E8800C33C5B /* Shared */,
F3ED80BA281D9E8900C33C5B /* macOS */,
F3ED80B4281D9E8900C33C5B /* Products */,
F3ED80E2281DA16500C33C5B /* Frameworks */,
);
sourceTree = "<group>";
};
F3ED80AB281D9E8800C33C5B /* Shared */ = {
isa = PBXGroup;
children = (
F3ED80CA281D9ECB00C33C5B /* showfont.c */,
F3ED80EF281DA3BD00C33C5B /* SDL_uikit_main.c */,
);
name = Shared;
sourceTree = "<group>";
};
F3ED80B4281D9E8900C33C5B /* Products */ = {
isa = PBXGroup;
children = (
F3ED80B3281D9E8900C33C5B /* showfont.app */,
F3ED80B9281D9E8900C33C5B /* showfont.app */,
F3ED80E1281D9F2100C33C5B /* showfont.app */,
);
name = Products;
sourceTree = "<group>";
};
F3ED80BA281D9E8900C33C5B /* macOS */ = {
isa = PBXGroup;
children = (
F3ED80BB281D9E8900C33C5B /* macOS.entitlements */,
);
path = macOS;
sourceTree = "<group>";
};
F3ED80CE281D9ED600C33C5B /* Products */ = {
isa = PBXGroup;
children = (
F3ED80D4281D9ED600C33C5B /* SDL2_ttf.framework */,
F3ED80D6281D9ED600C33C5B /* libSDL2_ttf.a */,
F3ED80D8281D9ED600C33C5B /* Create DMG */,
);
name = Products;
sourceTree = "<group>";
};
F3ED80E2281DA16500C33C5B /* Frameworks */ = {
isa = PBXGroup;
children = (
F3ED8104281DADB900C33C5B /* macOS */,
F3ED8105281DADC900C33C5B /* iOS */,
F3ED810D281DC07200C33C5B /* tvOS */,
);
name = Frameworks;
sourceTree = "<group>";
};
F3ED8104281DADB900C33C5B /* macOS */ = {
isa = PBXGroup;
children = (
F3ED80E4281DA17800C33C5B /* SDL2.framework */,
F3ED80EA281DA1E000C33C5B /* webp.framework */,
);
name = macOS;
sourceTree = "<group>";
};
F3ED8105281DADC900C33C5B /* iOS */ = {
isa = PBXGroup;
children = (
F3ED80F6281DA40300C33C5B /* SDL2.framework */,
F39CD44F281DC949006CF638 /* webp.framework */,
);
name = iOS;
sourceTree = "<group>";
};
F3ED810D281DC07200C33C5B /* tvOS */ = {
isa = PBXGroup;
children = (
F3ED810E281DC09600C33C5B /* SDL2.framework */,
F39CD44C281DC7A4006CF638 /* webp.framework */,
);
name = tvOS;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
F3ED80B2281D9E8900C33C5B /* showfont (iOS) */ = {
isa = PBXNativeTarget;
buildConfigurationList = F3ED80C4281D9E8900C33C5B /* Build configuration list for PBXNativeTarget "showfont (iOS)" */;
buildPhases = (
F3ED80AF281D9E8900C33C5B /* Sources */,
F3ED80B0281D9E8900C33C5B /* Frameworks */,
F3ED80B1281D9E8900C33C5B /* Resources */,
F3ED80FA281DA44400C33C5B /* Copy Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "showfont (iOS)";
productName = "showfont (iOS)";
productReference = F3ED80B3281D9E8900C33C5B /* showfont.app */;
productType = "com.apple.product-type.application";
};
F3ED80B8281D9E8900C33C5B /* showfont (macOS) */ = {
isa = PBXNativeTarget;
buildConfigurationList = F3ED80C7281D9E8900C33C5B /* Build configuration list for PBXNativeTarget "showfont (macOS)" */;
buildPhases = (
F3ED80B5281D9E8900C33C5B /* Sources */,
F3ED80B6281D9E8900C33C5B /* Frameworks */,
F3ED80B7281D9E8900C33C5B /* Resources */,
F3ED80EC281DA29B00C33C5B /* Copy Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "showfont (macOS)";
productName = "showfont (macOS)";
productReference = F3ED80B9281D9E8900C33C5B /* showfont.app */;
productType = "com.apple.product-type.application";
};
F3ED80D9281D9F2100C33C5B /* showfont (tvOS) */ = {
isa = PBXNativeTarget;
buildConfigurationList = F3ED80DE281D9F2100C33C5B /* Build configuration list for PBXNativeTarget "showfont (tvOS)" */;
buildPhases = (
F3ED80DA281D9F2100C33C5B /* Sources */,
F3ED80DC281D9F2100C33C5B /* Frameworks */,
F3ED80DD281D9F2100C33C5B /* Resources */,
F39CD449281DC695006CF638 /* Copy Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "showfont (tvOS)";
productName = "showfont (iOS)";
productReference = F3ED80E1281D9F2100C33C5B /* showfont.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F3ED80A7281D9E8800C33C5B /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1330;
LastUpgradeCheck = 1330;
TargetAttributes = {
F3ED80B2281D9E8900C33C5B = {
CreatedOnToolsVersion = 13.3.1;
};
F3ED80B8281D9E8900C33C5B = {
CreatedOnToolsVersion = 13.3.1;
};
};
};
buildConfigurationList = F3ED80AA281D9E8800C33C5B /* Build configuration list for PBXProject "showfont" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F3ED80A6281D9E8800C33C5B;
productRefGroup = F3ED80B4281D9E8900C33C5B /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = F3ED80CE281D9ED600C33C5B /* Products */;
ProjectRef = F3ED80CD281D9ED600C33C5B /* SDL_ttf.xcodeproj */;
},
);
projectRoot = "";
targets = (
F3ED80B2281D9E8900C33C5B /* showfont (iOS) */,
F3ED80B8281D9E8900C33C5B /* showfont (macOS) */,
F3ED80D9281D9F2100C33C5B /* showfont (tvOS) */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
F3ED80D4281D9ED600C33C5B /* SDL2_ttf.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = SDL2_ttf.framework;
remoteRef = F3ED80D3281D9ED600C33C5B /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
F3ED80D6281D9ED600C33C5B /* libSDL2_ttf.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libSDL2_ttf.a;
remoteRef = F3ED80D5281D9ED600C33C5B /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
F3ED80D8281D9ED600C33C5B /* Create DMG */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = "Create DMG";
remoteRef = F3ED80D7281D9ED600C33C5B /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
F3ED80B1281D9E8900C33C5B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
F3ED80B7281D9E8900C33C5B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
F3ED80DD281D9F2100C33C5B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F3ED80AF281D9E8900C33C5B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3ED80CB281D9ECB00C33C5B /* showfont.c in Sources */,
F3ED80F3281DA3BD00C33C5B /* SDL_uikit_main.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F3ED80B5281D9E8900C33C5B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3ED80CC281D9ECB00C33C5B /* showfont.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
F3ED80DA281D9F2100C33C5B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3ED80DB281D9F2100C33C5B /* showfont.c in Sources */,
F3ED80F4281DA3BD00C33C5B /* SDL_uikit_main.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
F3ED80C2281D9E8900C33C5B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/../$(PLATFORM)\"";
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../$(PLATFORM)/SDL2.framework/Headers\"";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
PLATFORM = "";
"PLATFORM[sdk=appletvos*]" = tvOS;
"PLATFORM[sdk=iphoneos*]" = iOS;
"PLATFORM[sdk=macosx*]" = macOS;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Debug;
};
F3ED80C3281D9E8900C33C5B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/../$(PLATFORM)\"";
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../$(PLATFORM)/SDL2.framework/Headers\"";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MACOSX_DEPLOYMENT_TARGET = 10.6;
PLATFORM = "";
"PLATFORM[sdk=appletvos*]" = tvOS;
"PLATFORM[sdk=iphoneos*]" = iOS;
"PLATFORM[sdk=macosx*]" = macOS;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
name = Release;
};
F3ED80C5281D9E8900C33C5B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = EH385AYQ6F;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.showfont;
PRODUCT_NAME = showfont;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F3ED80C6281D9E8900C33C5B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = EH385AYQ6F;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.showfont;
PRODUCT_NAME = showfont;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
F3ED80C8281D9E8900C33C5B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.showfont;
PRODUCT_NAME = showfont;
SDKROOT = macosx;
};
name = Debug;
};
F3ED80C9281D9E8900C33C5B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.showfont;
PRODUCT_NAME = showfont;
SDKROOT = macosx;
};
name = Release;
};
F3ED80DF281D9F2100C33C5B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = EH385AYQ6F;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.showfont;
PRODUCT_NAME = showfont;
SDKROOT = appletvos;
};
name = Debug;
};
F3ED80E0281D9F2100C33C5B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = EH385AYQ6F;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.libsdl.showfont;
PRODUCT_NAME = showfont;
SDKROOT = appletvos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F3ED80AA281D9E8800C33C5B /* Build configuration list for PBXProject "showfont" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3ED80C2281D9E8900C33C5B /* Debug */,
F3ED80C3281D9E8900C33C5B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F3ED80C4281D9E8900C33C5B /* Build configuration list for PBXNativeTarget "showfont (iOS)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3ED80C5281D9E8900C33C5B /* Debug */,
F3ED80C6281D9E8900C33C5B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F3ED80C7281D9E8900C33C5B /* Build configuration list for PBXNativeTarget "showfont (macOS)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3ED80C8281D9E8900C33C5B /* Debug */,
F3ED80C9281D9E8900C33C5B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F3ED80DE281D9F2100C33C5B /* Build configuration list for PBXNativeTarget "showfont (tvOS)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F3ED80DF281D9F2100C33C5B /* Debug */,
F3ED80E0281D9F2100C33C5B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F3ED80A7281D9E8800C33C5B /* Project object */;
}