|
51 | 51 | DDF7571622AA8688002E11D4 /* SRDKeyValueObservedChange.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF7569122AA77B1002E11D4 /* SRDKeyValueObservedChange.m */; };
|
52 | 52 | DDF7571722AA8693002E11D4 /* KeyValueObservationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF7568122AA773D002E11D4 /* KeyValueObservationTests.m */; };
|
53 | 53 | DDF7571822AA8694002E11D4 /* KeyValueObservationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF7568122AA773D002E11D4 /* KeyValueObservationTests.m */; };
|
| 54 | + DDF7572622AA8F27002E11D4 /* SRDKVOInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF7572422AA8F27002E11D4 /* SRDKVOInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 55 | + DDF7572722AA8F27002E11D4 /* SRDKVOInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF7572522AA8F27002E11D4 /* SRDKVOInfo.m */; }; |
| 56 | + DDF7572822AA8F2B002E11D4 /* SRDKVOInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF7572422AA8F27002E11D4 /* SRDKVOInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 57 | + DDF7572922AA8F2D002E11D4 /* SRDKVOInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF7572422AA8F27002E11D4 /* SRDKVOInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 58 | + DDF7572A22AA8F2F002E11D4 /* SRDKVOInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF7572422AA8F27002E11D4 /* SRDKVOInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 59 | + DDF7572B22AA8F33002E11D4 /* SRDKVOInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF7572522AA8F27002E11D4 /* SRDKVOInfo.m */; }; |
| 60 | + DDF7572C22AA8F34002E11D4 /* SRDKVOInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF7572522AA8F27002E11D4 /* SRDKVOInfo.m */; }; |
| 61 | + DDF7572D22AA8F35002E11D4 /* SRDKVOInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF7572522AA8F27002E11D4 /* SRDKVOInfo.m */; }; |
54 | 62 | /* End PBXBuildFile section */
|
55 | 63 |
|
56 | 64 | /* Begin PBXContainerItemProxy section */
|
|
104 | 112 | DDF756EC22AA7854002E11D4 /* KeyValueObservation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = KeyValueObservation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
105 | 113 | DDF756F422AA7B6E002E11D4 /* KeyValueObservation.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = KeyValueObservation.modulemap; sourceTree = SOURCE_ROOT; };
|
106 | 114 | DDF7570422AA7C34002E11D4 /* KeyValueObservation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KeyValueObservation.h; sourceTree = "<group>"; };
|
| 115 | + DDF7572422AA8F27002E11D4 /* SRDKVOInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SRDKVOInfo.h; sourceTree = "<group>"; }; |
| 116 | + DDF7572522AA8F27002E11D4 /* SRDKVOInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SRDKVOInfo.m; sourceTree = "<group>"; }; |
107 | 117 | /* End PBXFileReference section */
|
108 | 118 |
|
109 | 119 | /* Begin PBXFrameworksBuildPhase section */
|
|
216 | 226 | DDF7569822AA77B2002E11D4 /* SRDKeyValueObservedChange.h */,
|
217 | 227 | DDF7568D22AA77B1002E11D4 /* SRDKeyValueObservedChange+Internal.h */,
|
218 | 228 | DDF7569122AA77B1002E11D4 /* SRDKeyValueObservedChange.m */,
|
| 229 | + DDF7572422AA8F27002E11D4 /* SRDKVOInfo.h */, |
| 230 | + DDF7572522AA8F27002E11D4 /* SRDKVOInfo.m */, |
219 | 231 | );
|
220 | 232 | name = Sources;
|
221 | 233 | sourceTree = "<group>";
|
|
248 | 260 | DDF7570522AA7C34002E11D4 /* KeyValueObservation.h in Headers */,
|
249 | 261 | DDF7569B22AA77B2002E11D4 /* SRDKeyValueObservation+Internal.h in Headers */,
|
250 | 262 | DDF7569922AA77B2002E11D4 /* SRDKeyValueObservedChange+Internal.h in Headers */,
|
| 263 | + DDF7572622AA8F27002E11D4 /* SRDKVOInfo.h in Headers */, |
251 | 264 | );
|
252 | 265 | runOnlyForDeploymentPostprocessing = 0;
|
253 | 266 | };
|
|
258 | 271 | DDF756F822AA7BF8002E11D4 /* SRDKeyValueObservedChange.h in Headers */,
|
259 | 272 | DDF756F522AA7BF8002E11D4 /* NSArray+KeyValueObservation.h in Headers */,
|
260 | 273 | DDF756F622AA7BF8002E11D4 /* NSObject+KeyValueObservation.h in Headers */,
|
| 274 | + DDF7572822AA8F2B002E11D4 /* SRDKVOInfo.h in Headers */, |
261 | 275 | DDF756F722AA7BF8002E11D4 /* SRDKeyValueObservation.h in Headers */,
|
262 | 276 | DDF7570622AA7C34002E11D4 /* KeyValueObservation.h in Headers */,
|
263 | 277 | );
|
|
270 | 284 | DDF756FD22AA7BFA002E11D4 /* SRDKeyValueObservedChange.h in Headers */,
|
271 | 285 | DDF756FA22AA7BFA002E11D4 /* NSArray+KeyValueObservation.h in Headers */,
|
272 | 286 | DDF756FB22AA7BFA002E11D4 /* NSObject+KeyValueObservation.h in Headers */,
|
| 287 | + DDF7572922AA8F2D002E11D4 /* SRDKVOInfo.h in Headers */, |
273 | 288 | DDF756FC22AA7BFA002E11D4 /* SRDKeyValueObservation.h in Headers */,
|
274 | 289 | DDF7570722AA7C34002E11D4 /* KeyValueObservation.h in Headers */,
|
275 | 290 | );
|
|
282 | 297 | DDF7570222AA7BFC002E11D4 /* SRDKeyValueObservedChange.h in Headers */,
|
283 | 298 | DDF756FF22AA7BFC002E11D4 /* NSArray+KeyValueObservation.h in Headers */,
|
284 | 299 | DDF7570022AA7BFC002E11D4 /* NSObject+KeyValueObservation.h in Headers */,
|
| 300 | + DDF7572A22AA8F2F002E11D4 /* SRDKVOInfo.h in Headers */, |
285 | 301 | DDF7570122AA7BFC002E11D4 /* SRDKeyValueObservation.h in Headers */,
|
286 | 302 | DDF7570822AA7C34002E11D4 /* KeyValueObservation.h in Headers */,
|
287 | 303 | );
|
|
529 | 545 | buildActionMask = 2147483647;
|
530 | 546 | files = (
|
531 | 547 | DDF756A322AA77B2002E11D4 /* NSObject+KeyValueObservation.m in Sources */,
|
| 548 | + DDF7572722AA8F27002E11D4 /* SRDKVOInfo.m in Sources */, |
532 | 549 | DDF7569A22AA77B2002E11D4 /* SRDKeyValueObservation.m in Sources */,
|
533 | 550 | DDF756A022AA77B2002E11D4 /* NSArray+KeyValueObservation.m in Sources */,
|
534 | 551 | DDF7569D22AA77B2002E11D4 /* SRDKeyValueObservedChange.m in Sources */,
|
|
548 | 565 | buildActionMask = 2147483647;
|
549 | 566 | files = (
|
550 | 567 | DDF7570D22AA8686002E11D4 /* SRDKeyValueObservation.m in Sources */,
|
| 568 | + DDF7572B22AA8F33002E11D4 /* SRDKVOInfo.m in Sources */, |
551 | 569 | DDF7570E22AA8686002E11D4 /* SRDKeyValueObservedChange.m in Sources */,
|
552 | 570 | DDF7570B22AA8686002E11D4 /* NSObject+KeyValueObservation.m in Sources */,
|
553 | 571 | DDF7570C22AA8686002E11D4 /* NSArray+KeyValueObservation.m in Sources */,
|
|
567 | 585 | buildActionMask = 2147483647;
|
568 | 586 | files = (
|
569 | 587 | DDF7571122AA8687002E11D4 /* SRDKeyValueObservation.m in Sources */,
|
| 588 | + DDF7572C22AA8F34002E11D4 /* SRDKVOInfo.m in Sources */, |
570 | 589 | DDF7571222AA8687002E11D4 /* SRDKeyValueObservedChange.m in Sources */,
|
571 | 590 | DDF7570F22AA8687002E11D4 /* NSObject+KeyValueObservation.m in Sources */,
|
572 | 591 | DDF7571022AA8687002E11D4 /* NSArray+KeyValueObservation.m in Sources */,
|
|
586 | 605 | buildActionMask = 2147483647;
|
587 | 606 | files = (
|
588 | 607 | DDF7571522AA8688002E11D4 /* SRDKeyValueObservation.m in Sources */,
|
| 608 | + DDF7572D22AA8F35002E11D4 /* SRDKVOInfo.m in Sources */, |
589 | 609 | DDF7571622AA8688002E11D4 /* SRDKeyValueObservedChange.m in Sources */,
|
590 | 610 | DDF7571322AA8688002E11D4 /* NSObject+KeyValueObservation.m in Sources */,
|
591 | 611 | DDF7571422AA8688002E11D4 /* NSArray+KeyValueObservation.m in Sources */,
|
|
0 commit comments