|
17 | 17 | 63199F171D5FF7B9007E8A0E /* CLLocationManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63199F151D5FF7B9007E8A0E /* CLLocationManagerTests.swift */; };
|
18 | 18 | 6358AB7A1D5D4B6700B9B157 /* PMKCoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6358AB791D5D4B6700B9B157 /* PMKCoreLocation.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
19 | 19 | 63C7FFF71D5C020D003BAE60 /* PMKHomeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 63C7FFA71D5BEE09003BAE60 /* PMKHomeKit.framework */; };
|
| 20 | + 838C29D32103FB9700CE5309 /* HMAcessoryBrowser+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29CE2103FB9600CE5309 /* HMAcessoryBrowser+Promise.swift */; }; |
| 21 | + 838C29D42103FB9700CE5309 /* HMHome+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29CF2103FB9700CE5309 /* HMHome+Promise.swift */; }; |
| 22 | + 838C29D52103FB9700CE5309 /* HMCharacteristic+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29D02103FB9700CE5309 /* HMCharacteristic+Promise.swift */; }; |
| 23 | + 838C29D62103FB9700CE5309 /* HMHomeManager+Promise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29D12103FB9700CE5309 /* HMHomeManager+Promise.swift */; }; |
| 24 | + 838C29D72103FB9700CE5309 /* PromiseProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 838C29D22103FB9700CE5309 /* PromiseProxy.swift */; }; |
20 | 25 | /* End PBXBuildFile section */
|
21 | 26 |
|
22 | 27 | /* Begin PBXContainerItemProxy section */
|
|
44 | 49 | 63C7FFF21D5C020D003BAE60 /* PMKHKTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PMKHKTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
45 | 50 | 63CCF8121D5C0C4E00503216 /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; };
|
46 | 51 | 63CCF8171D5C11B500503216 /* Carthage.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Carthage.xcconfig; sourceTree = "<group>"; };
|
| 52 | + 838C29CE2103FB9600CE5309 /* HMAcessoryBrowser+Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMAcessoryBrowser+Promise.swift"; sourceTree = "<group>"; }; |
| 53 | + 838C29CF2103FB9700CE5309 /* HMHome+Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMHome+Promise.swift"; sourceTree = "<group>"; }; |
| 54 | + 838C29D02103FB9700CE5309 /* HMCharacteristic+Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMCharacteristic+Promise.swift"; sourceTree = "<group>"; }; |
| 55 | + 838C29D12103FB9700CE5309 /* HMHomeManager+Promise.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HMHomeManager+Promise.swift"; sourceTree = "<group>"; }; |
| 56 | + 838C29D22103FB9700CE5309 /* PromiseProxy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PromiseProxy.swift; sourceTree = "<group>"; }; |
47 | 57 | /* End PBXFileReference section */
|
48 | 58 |
|
49 | 59 | /* Begin PBXFrameworksBuildPhase section */
|
|
89 | 99 | 63C7FFA91D5BEE09003BAE60 /* Sources */ = {
|
90 | 100 | isa = PBXGroup;
|
91 | 101 | children = (
|
| 102 | + 838C29D02103FB9700CE5309 /* HMCharacteristic+Promise.swift */, |
| 103 | + 838C29CE2103FB9600CE5309 /* HMAcessoryBrowser+Promise.swift */, |
| 104 | + 838C29CF2103FB9700CE5309 /* HMHome+Promise.swift */, |
| 105 | + 838C29D12103FB9700CE5309 /* HMHomeManager+Promise.swift */, |
| 106 | + 838C29D22103FB9700CE5309 /* PromiseProxy.swift */, |
92 | 107 | 6358AB791D5D4B6700B9B157 /* PMKCoreLocation.h */,
|
93 | 108 | 63199F061D5FF25C007E8A0E /* CLGeocoder+AnyPromise.h */,
|
94 | 109 | 63199F071D5FF25C007E8A0E /* CLGeocoder+AnyPromise.m */,
|
|
224 | 239 | buildActionMask = 2147483647;
|
225 | 240 | files = (
|
226 | 241 | 63199F0E1D5FF25C007E8A0E /* CLGeocoder+Promise.swift in Sources */,
|
| 242 | + 838C29D62103FB9700CE5309 /* HMHomeManager+Promise.swift in Sources */, |
| 243 | + 838C29D52103FB9700CE5309 /* HMCharacteristic+Promise.swift in Sources */, |
| 244 | + 838C29D42103FB9700CE5309 /* HMHome+Promise.swift in Sources */, |
| 245 | + 838C29D32103FB9700CE5309 /* HMAcessoryBrowser+Promise.swift in Sources */, |
227 | 246 | 63199F101D5FF25C007E8A0E /* CLLocationManager+AnyPromise.m in Sources */,
|
| 247 | + 838C29D72103FB9700CE5309 /* PromiseProxy.swift in Sources */, |
228 | 248 | 63199F0D1D5FF25C007E8A0E /* CLGeocoder+AnyPromise.m in Sources */,
|
229 | 249 | 63199F111D5FF25C007E8A0E /* CLLocationManager+Promise.swift in Sources */,
|
230 | 250 | );
|
|
0 commit comments