Revision 4d903f9c1c7b5fbd3864959120f457b83e2d743d authored by Slava Pestov on 16 January 2016, 02:37:57 UTC, committed by Slava Pestov on 19 January 2016, 22:22:14 UTC
In master, this was fixed by Luke Howard as part of some other changes in the
following patch:

<https://github.com/apple/swift/commit/b5880f386b814f8b5cb220d1c4e65e74c04eccf4>

This patch back-ports the relevant part of the above (checking for a true
return value from hasMetadataPattern() vs checking for a BoundGenericType).

Fixes <rdar://problem/24183374>.
1 parent b971595
Raw File
Info.plist.in
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>CFBundleIdentifier</key>
        <string>@PLIST_INFO_UTI@</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
        <string>@PLIST_INFO_NAME@</string>
        <key>CFBundleShortVersionString</key>
        <string>@PLIST_INFO_VERSION@</string>
        <key>CFBundleVersion</key>
        <string>@PLIST_INFO_BUILD_VERSION@</string>
</dict>
</plist>
back to top