mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-29 09:09:07 +08:00
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:
@@ -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 ']
|
||||
|
||||
Reference in New Issue
Block a user