File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # LiveCode 6.7.7 RC 1 / 7.1.0 DP 1 won't install on 10.6.8
Original file line number Diff line number Diff line change 9292 'libraries' :
9393 [
9494 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework' ,
95- '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework' ,
9695 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework' ,
9796 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework' ,
9897 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework' ,
9998 '$(SDKROOT)/System/Library/Frameworks/Security.framework' ,
10099 '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework' ,
101100 ],
101+
102+ # Adding AVFoundation in the list of libraries does not allow
103+ # us to weak link it. Only adding the linking flag does the job
104+ 'xcode_settings' :
105+ {
106+ 'OTHER_LDFLAGS' :
107+ [
108+ '-weak_framework AVFoundation' ,
109+ ]
110+ },
102111 },
103112 ],
104113 [
You can’t perform that action at this time.
0 commit comments