|
64 | 64 | DF482FD81B0DA8A2000DAD98 /* QNConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = DF482FD61B0DA8A2000DAD98 /* QNConfiguration.h */; }; |
65 | 65 | DF482FD91B0DA8A2000DAD98 /* QNConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = DF482FD71B0DA8A2000DAD98 /* QNConfiguration.m */; }; |
66 | 66 | DF482FDA1B0DA8A2000DAD98 /* QNConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = DF482FD71B0DA8A2000DAD98 /* QNConfiguration.m */; }; |
| 67 | + DF5AC8E81B5F509200728D30 /* libresolv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DF5AC8E71B5F509200728D30 /* libresolv.dylib */; }; |
67 | 68 | DF6099FA1A5676AA00AC7297 /* QNDns.h in Headers */ = {isa = PBXBuildFile; fileRef = DF6099F91A5676AA00AC7297 /* QNDns.h */; }; |
68 | 69 | DF6099FC1A5676CA00AC7297 /* QNDns.m in Sources */ = {isa = PBXBuildFile; fileRef = DF6099FB1A5676CA00AC7297 /* QNDns.m */; }; |
69 | 70 | DF6099FE1A5676CA00AC7297 /* QNDns.m in Sources */ = {isa = PBXBuildFile; fileRef = DF6099FB1A5676CA00AC7297 /* QNDns.m */; }; |
|
154 | 155 | DF437CDE1B243A2C0099587B /* QNUpTokenTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNUpTokenTest.m; sourceTree = "<group>"; }; |
155 | 156 | DF482FD61B0DA8A2000DAD98 /* QNConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNConfiguration.h; sourceTree = "<group>"; }; |
156 | 157 | DF482FD71B0DA8A2000DAD98 /* QNConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNConfiguration.m; sourceTree = "<group>"; }; |
| 158 | + DF5AC8E71B5F509200728D30 /* libresolv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libresolv.dylib; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk/usr/lib/libresolv.dylib; sourceTree = DEVELOPER_DIR; }; |
157 | 159 | DF6099F91A5676AA00AC7297 /* QNDns.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QNDns.h; sourceTree = "<group>"; }; |
158 | 160 | DF6099FB1A5676CA00AC7297 /* QNDns.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNDns.m; sourceTree = "<group>"; }; |
159 | 161 | DF609A001A5839B400AC7297 /* QNDnsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QNDnsTest.m; sourceTree = "<group>"; }; |
|
213 | 215 | isa = PBXFrameworksBuildPhase; |
214 | 216 | buildActionMask = 2147483647; |
215 | 217 | files = ( |
| 218 | + DF5AC8E81B5F509200728D30 /* libresolv.dylib in Frameworks */, |
216 | 219 | DF0A03251B3BAC5700E3778C /* libQiniuSDK iOS.a in Frameworks */, |
217 | 220 | DF293C9A19DBC09400799011 /* libz.dylib in Frameworks */, |
218 | 221 | 7277FD17389341BDCAD29727 /* libPods-QiniuSDK iOSTests.a in Frameworks */, |
|
240 | 243 | A955AABD20BF51BFE5032419 /* Frameworks */ = { |
241 | 244 | isa = PBXGroup; |
242 | 245 | children = ( |
| 246 | + DF5AC8E71B5F509200728D30 /* libresolv.dylib */, |
243 | 247 | DF293C9319DB860200799011 /* libz.dylib */, |
244 | 248 | DF293C9019DB85CB00799011 /* libz.dylib */, |
245 | 249 | 8924D07F6E137C6379C173D4 /* libPods-QiniuSDK Mac.a */, |
|
962 | 966 | "\"CFNetwork\"", |
963 | 967 | "-framework", |
964 | 968 | "\"Foundation\"", |
| 969 | + "-l\"Pods-QiniuSDK iOS-HappyDNS\"", |
965 | 970 | ); |
966 | 971 | PRODUCT_NAME = "$(TARGET_NAME)"; |
967 | 972 | SDKROOT = iphoneos; |
| 973 | + VALID_ARCHS = "arm64 armv7 armv7s"; |
968 | 974 | }; |
969 | 975 | name = Debug; |
970 | 976 | }; |
|
989 | 995 | "\"CFNetwork\"", |
990 | 996 | "-framework", |
991 | 997 | "\"Foundation\"", |
| 998 | + "-l\"Pods-QiniuSDK iOS-HappyDNS\"", |
992 | 999 | ); |
993 | 1000 | PRODUCT_NAME = "$(TARGET_NAME)"; |
994 | 1001 | SDKROOT = iphoneos; |
995 | 1002 | VALIDATE_PRODUCT = YES; |
| 1003 | + VALID_ARCHS = "arm64 armv7 armv7s"; |
996 | 1004 | }; |
997 | 1005 | name = Release; |
998 | 1006 | }; |
|
0 commit comments