mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
c3dead2920
- brought X11 back to current for Darwin and FreeBSD - removed CairoCacheImage, added O2Surface_cairo - separated TTFFont into O2FontState_cairo/O2Font_FT/TTFFont - renamed CairoContext O2Context_cairo - added O2Context_builtin_FT which implements Onyx2D+FreeType - moved font queries to X11Display - added NSPlatform_bsd.m to AppKit - encoding change/fix(?) in NSColor.m - moved showText: into abstract class O2Context from _gdi classes - fix for ObjCModule.m to get executable path
27 lines
766 B
Plaintext
27 lines
766 B
Plaintext
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string></string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.cocotron.OpenGL</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>${PRODUCT_NAME}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>FMWK</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>OBJC</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string></string>
|
|
</dict>
|
|
</plist>
|