We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a4bbf3 + e4e7369 commit 933b351Copy full SHA for 933b351
Runtimes/Supplemental/Differentiation/Info.plist.in
@@ -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