|
80 | 80 | 02BDC3E7141D6073000EF755 /* MODCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 02BDC3E5141D6073000EF755 /* MODCursor.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
81 | 81 | 02BDC3E8141D6073000EF755 /* MODCursor.m in Sources */ = {isa = PBXBuildFile; fileRef = 02BDC3E6141D6073000EF755 /* MODCursor.m */; };
|
82 | 82 | 02BDC3EC141D83A7000EF755 /* MODClient_utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 02BDC3EB141D83A7000EF755 /* MODClient_utils.m */; };
|
| 83 | + 02C345251A40D51F004F0D2C /* MODIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = 02C345231A40D51F004F0D2C /* MODIndex.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 84 | + 02C345261A40D51F004F0D2C /* MODIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = 02C345241A40D51F004F0D2C /* MODIndex.m */; }; |
| 85 | + 02C345281A40DEC8004F0D2C /* MODIndex-private.h in Headers */ = {isa = PBXBuildFile; fileRef = 02C345271A40DEB5004F0D2C /* MODIndex-private.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
83 | 86 | 02CCE7A0192A278800A9DB1B /* MODRagelJsonParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0299B61117F39FA200FB40A2 /* MODRagelJsonParser.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
84 | 87 | 02CF0E20191112CB008C822A /* bcon.c in Sources */ = {isa = PBXBuildFile; fileRef = 0204505F190E5EB000A80BED /* bcon.c */; };
|
85 | 88 | 02CF0E21191112CB008C822A /* bson-atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = 02045061190E5EB000A80BED /* bson-atomic.c */; };
|
|
1425 | 1428 | 02BDC3E5141D6073000EF755 /* MODCursor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MODCursor.h; sourceTree = "<group>"; };
|
1426 | 1429 | 02BDC3E6141D6073000EF755 /* MODCursor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MODCursor.m; sourceTree = "<group>"; };
|
1427 | 1430 | 02BDC3EB141D83A7000EF755 /* MODClient_utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MODClient_utils.m; sourceTree = "<group>"; };
|
| 1431 | + 02C345231A40D51F004F0D2C /* MODIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MODIndex.h; sourceTree = "<group>"; }; |
| 1432 | + 02C345241A40D51F004F0D2C /* MODIndex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MODIndex.m; sourceTree = "<group>"; }; |
| 1433 | + 02C345271A40DEB5004F0D2C /* MODIndex-private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MODIndex-private.h"; sourceTree = "<group>"; }; |
1428 | 1434 | 02CF0EA01911326B008C822A /* mongoc-stream-apple-tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "mongoc-stream-apple-tls.c"; sourceTree = "<group>"; };
|
1429 | 1435 | 02CF0EA519191117008C822A /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
|
1430 | 1436 | 02CF0EA919192608008C822A /* libsasl2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsasl2.dylib; path = usr/lib/libsasl2.dylib; sourceTree = SDKROOT; };
|
|
2945 | 2951 | 02688DDB14119CF50014ED51 /* MODDatabase.m */,
|
2946 | 2952 | 02688DE01411C5010014ED51 /* MODCollection.h */,
|
2947 | 2953 | 02688DE11411C5010014ED51 /* MODCollection.m */,
|
| 2954 | + 02C345231A40D51F004F0D2C /* MODIndex.h */, |
| 2955 | + 02C345271A40DEB5004F0D2C /* MODIndex-private.h */, |
| 2956 | + 02C345241A40D51F004F0D2C /* MODIndex.m */, |
2948 | 2957 | 02F4EA8519F1C39B00BE9695 /* MODBulkOperation.h */,
|
2949 | 2958 | 02F4EA8619F1C39B00BE9695 /* MODBulkOperation.m */,
|
2950 | 2959 | 02BDC3E5141D6073000EF755 /* MODCursor.h */,
|
|
3056 | 3065 | 027A1DA51767E91F0048AD60 /* MODMinKey.h in Headers */,
|
3057 | 3066 | 027A1DA81767E91F0048AD60 /* MODUndefined.h in Headers */,
|
3058 | 3067 | 02CCE7A0192A278800A9DB1B /* MODRagelJsonParser.h in Headers */,
|
| 3068 | + 02C345281A40DEC8004F0D2C /* MODIndex-private.h in Headers */, |
3059 | 3069 | 02AB33AC194870D6008C06B9 /* MODReadPreferences.h in Headers */,
|
3060 | 3070 | 02A85F5D14104373004F3FE9 /* MongoObjCDriver-private.h in Headers */,
|
3061 | 3071 | 025410A819AA7FCE00CF437E /* MODSSLOptions.h in Headers */,
|
|
3128 | 3138 | 02D3D3381926661300925BE7 /* mongoc-stream.h in Headers */,
|
3129 | 3139 | 02D3D3391926661300925BE7 /* mongoc-thread-private.h in Headers */,
|
3130 | 3140 | 02D3D33A1926661300925BE7 /* mongoc-trace.h in Headers */,
|
| 3141 | + 02C345251A40D51F004F0D2C /* MODIndex.h in Headers */, |
3131 | 3142 | 02D3D33B1926661300925BE7 /* mongoc-uri.h in Headers */,
|
3132 | 3143 | 02D3D33C1926661400925BE7 /* mongoc-util-private.h in Headers */,
|
3133 | 3144 | 02D3D33D1926661400925BE7 /* mongoc-write-command-private.h in Headers */,
|
|
3329 | 3340 | 025C56201433E7E40064B010 /* MODDBPointer.m in Sources */,
|
3330 | 3341 | 02CF0E7819111321008C822A /* mongoc-index.c in Sources */,
|
3331 | 3342 | 02B24274147D1BD6008A15A3 /* MODSortedMutableDictionary.m in Sources */,
|
| 3343 | + 02C345261A40D51F004F0D2C /* MODIndex.m in Sources */, |
3332 | 3344 | 02CF0E9F19112271008C822A /* yajl_version.c in Sources */,
|
3333 | 3345 | 02B13FA81949C41000EFF763 /* MODFunction.m in Sources */,
|
3334 | 3346 | 023ECFFD14851BEE00185781 /* MODSymbol.m in Sources */,
|
|
0 commit comments