Skip to content

Commit e4e7369

Browse files
committed
Differentiation: add missing Info.plist.in
This is required to build the Differentiation module.
1 parent a8e7d7b commit e4e7369

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)