summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/Xcode/SDL/SDL3/Info.plist
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
committer3gg <3gg@shellblade.net>2026-03-06 13:30:59 -0800
commit30f41c02aec763d32e62351452da9ef582bc3472 (patch)
tree6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/Xcode/SDL/SDL3/Info.plist
parent452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff)
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/Xcode/SDL/SDL3/Info.plist')
-rw-r--r--contrib/SDL-3.2.8/Xcode/SDL/SDL3/Info.plist22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/SDL-3.2.8/Xcode/SDL/SDL3/Info.plist b/contrib/SDL-3.2.8/Xcode/SDL/SDL3/Info.plist
deleted file mode 100644
index 9bcb244..0000000
--- a/contrib/SDL-3.2.8/Xcode/SDL/SDL3/Info.plist
+++ /dev/null
@@ -1,22 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 <key>CFBundleExecutable</key>
8 <string>$(EXECUTABLE_NAME)</string>
9 <key>CFBundleIdentifier</key>
10 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11 <key>CFBundleInfoDictionaryVersion</key>
12 <string>6.0</string>
13 <key>CFBundleName</key>
14 <string>$(PRODUCT_NAME)</string>
15 <key>CFBundlePackageType</key>
16 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17 <key>CFBundleShortVersionString</key>
18 <string>1.0</string>
19 <key>CFBundleVersion</key>
20 <string>$(CURRENT_PROJECT_VERSION)</string>
21</dict>
22</plist>