IOS7: Implement isConnectionLimited
This commit is contained in:
parent
cd7bf2b09f
commit
468c0f0743
5 changed files with 18 additions and 2 deletions
|
@ -445,6 +445,7 @@ void XcodeProvider::setupFrameworksBuildPhase(const BuildSetup &setup) {
|
|||
DEF_SYSFRAMEWORK("OpenGLES");
|
||||
DEF_SYSFRAMEWORK("QuartzCore");
|
||||
DEF_SYSFRAMEWORK("UIKit");
|
||||
DEF_SYSFRAMEWORK("SystemConfiguration");
|
||||
DEF_SYSTBD("libiconv");
|
||||
|
||||
// Local libraries
|
||||
|
@ -524,6 +525,7 @@ void XcodeProvider::setupFrameworksBuildPhase(const BuildSetup &setup) {
|
|||
frameworks_iOS.push_back("CoreFoundation.framework");
|
||||
frameworks_iOS.push_back("Foundation.framework");
|
||||
frameworks_iOS.push_back("UIKit.framework");
|
||||
frameworks_iOS.push_back("SystemConfiguration.framework");
|
||||
frameworks_iOS.push_back("AudioToolbox.framework");
|
||||
frameworks_iOS.push_back("QuartzCore.framework");
|
||||
frameworks_iOS.push_back("OpenGLES.framework");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue