You've already forked react-native-qq
Init
This commit is contained in:
15
ios/RCTQQAPI.release.xcconfig
Normal file
15
ios/RCTQQAPI.release.xcconfig
Normal file
@ -0,0 +1,15 @@
|
||||
//
|
||||
// RCTQQAPI.release.xcconfig
|
||||
// RCTQQAPI
|
||||
//
|
||||
// Created by LvBingru on 12/18/15.
|
||||
// Copyright © 2015 erica. All rights reserved.
|
||||
//
|
||||
|
||||
FRAMEWORK_SEARCH_PATHS = $(inherited) "${QQAPI_ROOT}/RCTQQAPI"
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited)
|
||||
HEADER_SEARCH_PATHS = $(inherited) "${QQAPI_ROOT}/RCTQQAPI"
|
||||
LIBRARY_SEARCH_PATHS = $(inherited)
|
||||
OTHER_CFLAGS = $(inherited) -isystem "${QQAPI_ROOT}/RCTQQAPI/"
|
||||
OTHER_LDFLAGS = $(inherited) -ObjC -weak_library /usr/lib/libz.dylib -l"c++" -l"c++abi" -l"iconv" -l"sqlite3" -l"stdc++" -l"z" -framework "CoreGraphics" -framework "CoreTelephony" -framework "CoreText" -framework "CoreVideo" -framework "Foundation" -framework "Security" -framework "SystemConfiguration" -framework "TencentOpenAPI"
|
||||
QQAPI_ROOT = ${SRCROOT}
|
Reference in New Issue
Block a user