Skip to content

Commit 933b351

Browse files
authored
Merge pull request swiftlang#83266 from compnerd/differentiation-info
Differentiation: add missing `Info.plist.in`
2 parents 5a4bbf3 + e4e7369 commit 933b351

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>CFBundleIdentifier</key>
6+
<string>@PLIST_INFO_UTI@</string>
7+
<key>CFBundleInfoDictionaryVersion</key>
8+
<string>6.0</string>
9+
<key>CFBundleName</key>
10+
<string>@PLIST_INFO_NAME@</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>@PLIST_INFO_VERSION@</string>
13+
<key>CFBundleVersion</key>
14+
<string>@PLIST_INFO_BUILD_VERSION@</string>
15+
</dict>
16+
</plist>

0 commit comments

Comments
 (0)