diff options
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist new file mode 100644 index 0000000..ae7efd1 --- /dev/null +++ b/Info.plist @@ -0,0 +1,28 @@ +<?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>en</string> + <key>CFBundleDisplayName</key> + <string>Base Windowed Application</string> + <key>CFBundleExecutable</key> + <string>Application</string> + <key>CFBundleIdentifier</key> + <string>com.teddywing.Base-Windowed-Application</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Base Windowed Application</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleVersion</key> + <string>1.0</string> + <key>LSMinimumSystemVersion</key> + <string>10.12</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2023 Teddy Wing</string> +</dict> +</plist> |