mirror of
https://github.com/textmate/textmate.git
synced 2026-02-15 17:05:08 -05:00
21 lines
620 B
Plaintext
21 lines
620 B
Plaintext
{ CFBundleName = "${TARGET_NAME}";
|
|
CFBundleVersion = "1.0";
|
|
CFBundleIdentifier = "org.example.${TARGET_NAME}";
|
|
|
|
CFBundleExecutable = "${TARGET_NAME}";
|
|
CFBundleIconFile = "";
|
|
|
|
// CFBundleHelpBookName
|
|
// CFBundleHelpBookFolder
|
|
// LSMinimumSystemVersion
|
|
// NSContactsUsageDescription
|
|
|
|
CFBundleDevelopmentRegion = "English";
|
|
CFBundleInfoDictionaryVersion = "6.0";
|
|
CFBundlePackageType = "APPL";
|
|
CFBundleSignature = "????";
|
|
|
|
NSMainNibFile = "MainMenu";
|
|
NSPrincipalClass = "NSApplication";
|
|
}
|