Info plist: Add newly required keys
For some reason, Xcode isn't adding these now. No idea what Apple has done to cause this. Signed-off-by: Christopher Snowhill <kode54@gmail.com>xcode15
parent
66e1d67b32
commit
c40b25b571
|
@ -423,6 +423,10 @@ static NSString *xmlEscapeString(NSString * string) {
|
|||
\t<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>\n\
|
||||
\t<key>CFBundleInfoDictionaryVersion</key>\n\
|
||||
\t<string>6.0</string>\n\
|
||||
\t<key>CFBundleName</key>\n\
|
||||
\t<string>$(PRODUCT_NAME)</string>\n\
|
||||
\t<key>CFBundleDisplayName</key>\n\
|
||||
\t<string>$(PRODUCT_NAME)</string>\n\
|
||||
\t<key>CFBundlePackageType</key>\n\
|
||||
\t<string>APPL</string>\n\
|
||||
\t<key>CFBundleShortVersionString</key>\n\
|
||||
|
|
|
@ -1984,6 +1984,10 @@
|
|||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
|
Loading…
Reference in New Issue