fix that cftype constant in AudioToolbox cannot be used

Relate to :
 - http://hipbyte.myjetbrains.com/youtrack/issue/RM-50
 - https://hipbyte.freshdesk.com/helpdesk/tickets/1514
This commit is contained in:
Watson
2014-01-20 16:54:08 +09:00
parent 7d03affae0
commit 7a281a1bba

View File

@@ -73,7 +73,7 @@ end
def apply_bridgesupport_fixes(bs)
rules = []
case File.basename(bs, '.bridgesupport')
when 'CoreMIDI', 'AudioToolBox'
when 'CoreMIDI', 'AudioToolbox'
rules << [/<cftype /, '<opaque ']
else
rules << [/<opaque /, '<cftype ']