|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 249F2F50261C577300A1E60E /* HDiffPatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F4E261C577300A1E60E /* HDiffPatch.m */; }; |
| 11 | + 249F2F55261C584900A1E60E /* hpatch.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F54261C584900A1E60E /* hpatch.c */; }; |
| 12 | + 249F2F59261C586900A1E60E /* file_for_patch.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F58261C586900A1E60E /* file_for_patch.c */; }; |
| 13 | + 249F2F5E261C589D00A1E60E /* patch.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F5C261C589D00A1E60E /* patch.c */; }; |
| 14 | + 249F2F64261C58C700A1E60E /* Lzma2Dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F60261C58C700A1E60E /* Lzma2Dec.c */; }; |
| 15 | + 249F2F65261C58C700A1E60E /* LzmaDec.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F62261C58C700A1E60E /* LzmaDec.c */; }; |
10 | 16 | 91C5F0031C76ECA90037E727 /* RCTPushy.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 91C5F0021C76ECA90037E727 /* RCTPushy.h */; };
|
11 | 17 | 91C5F0051C76ECA90037E727 /* RCTPushy.m in Sources */ = {isa = PBXBuildFile; fileRef = 91C5F0041C76ECA90037E727 /* RCTPushy.m */; };
|
12 | 18 | 9F1BCB1D1CAE5937000EF2CB /* RCTPushyManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F1BCB1C1CAE5937000EF2CB /* RCTPushyManager.m */; };
|
|
43 | 49 | /* End PBXCopyFilesBuildPhase section */
|
44 | 50 |
|
45 | 51 | /* Begin PBXFileReference section */
|
| 52 | + 249F2F4E261C577300A1E60E /* HDiffPatch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDiffPatch.m; sourceTree = "<group>"; }; |
| 53 | + 249F2F4F261C577300A1E60E /* HDiffPatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDiffPatch.h; sourceTree = "<group>"; }; |
| 54 | + 249F2F53261C584900A1E60E /* hpatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hpatch.h; path = ../../../android/jni/hpatch.h; sourceTree = "<group>"; }; |
| 55 | + 249F2F54261C584900A1E60E /* hpatch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hpatch.c; path = ../../../android/jni/hpatch.c; sourceTree = "<group>"; }; |
| 56 | + 249F2F57261C586900A1E60E /* file_for_patch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = file_for_patch.h; path = ../../../android/jni/HDiffPatch/file_for_patch.h; sourceTree = "<group>"; }; |
| 57 | + 249F2F58261C586900A1E60E /* file_for_patch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = file_for_patch.c; path = ../../../android/jni/HDiffPatch/file_for_patch.c; sourceTree = "<group>"; }; |
| 58 | + 249F2F5B261C589C00A1E60E /* patch_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = patch_types.h; path = ../../../android/jni/HDiffPatch/libHDiffPatch/HPatch/patch_types.h; sourceTree = "<group>"; }; |
| 59 | + 249F2F5C261C589D00A1E60E /* patch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = patch.c; path = ../../../android/jni/HDiffPatch/libHDiffPatch/HPatch/patch.c; sourceTree = "<group>"; }; |
| 60 | + 249F2F5D261C589D00A1E60E /* patch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = patch.h; path = ../../../android/jni/HDiffPatch/libHDiffPatch/HPatch/patch.h; sourceTree = "<group>"; }; |
| 61 | + 249F2F60261C58C700A1E60E /* Lzma2Dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = Lzma2Dec.c; path = ../../../android/jni/lzma/C/Lzma2Dec.c; sourceTree = "<group>"; }; |
| 62 | + 249F2F61261C58C700A1E60E /* Lzma2Dec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Lzma2Dec.h; path = ../../../android/jni/lzma/C/Lzma2Dec.h; sourceTree = "<group>"; }; |
| 63 | + 249F2F62261C58C700A1E60E /* LzmaDec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = LzmaDec.c; path = ../../../android/jni/lzma/C/LzmaDec.c; sourceTree = "<group>"; }; |
| 64 | + 249F2F63261C58C700A1E60E /* LzmaDec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LzmaDec.h; path = ../../../android/jni/lzma/C/LzmaDec.h; sourceTree = "<group>"; }; |
46 | 65 | 91C5EFFF1C76ECA90037E727 /* libRCTPushy.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTPushy.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
47 | 66 | 91C5F0021C76ECA90037E727 /* RCTPushy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTPushy.h; sourceTree = "<group>"; };
|
48 | 67 | 91C5F0041C76ECA90037E727 /* RCTPushy.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTPushy.m; sourceTree = "<group>"; };
|
|
102 | 121 | /* End PBXFrameworksBuildPhase section */
|
103 | 122 |
|
104 | 123 | /* Begin PBXGroup section */
|
| 124 | + 249F2F4D261C56E100A1E60E /* HDiffPatch */ = { |
| 125 | + isa = PBXGroup; |
| 126 | + children = ( |
| 127 | + 249F2F52261C581200A1E60E /* hpatch */, |
| 128 | + 249F2F4F261C577300A1E60E /* HDiffPatch.h */, |
| 129 | + 249F2F4E261C577300A1E60E /* HDiffPatch.m */, |
| 130 | + ); |
| 131 | + path = HDiffPatch; |
| 132 | + sourceTree = "<group>"; |
| 133 | + }; |
| 134 | + 249F2F52261C581200A1E60E /* hpatch */ = { |
| 135 | + isa = PBXGroup; |
| 136 | + children = ( |
| 137 | + 249F2F60261C58C700A1E60E /* Lzma2Dec.c */, |
| 138 | + 249F2F61261C58C700A1E60E /* Lzma2Dec.h */, |
| 139 | + 249F2F62261C58C700A1E60E /* LzmaDec.c */, |
| 140 | + 249F2F63261C58C700A1E60E /* LzmaDec.h */, |
| 141 | + 249F2F5B261C589C00A1E60E /* patch_types.h */, |
| 142 | + 249F2F5C261C589D00A1E60E /* patch.c */, |
| 143 | + 249F2F5D261C589D00A1E60E /* patch.h */, |
| 144 | + 249F2F58261C586900A1E60E /* file_for_patch.c */, |
| 145 | + 249F2F57261C586900A1E60E /* file_for_patch.h */, |
| 146 | + 249F2F54261C584900A1E60E /* hpatch.c */, |
| 147 | + 249F2F53261C584900A1E60E /* hpatch.h */, |
| 148 | + ); |
| 149 | + name = hpatch; |
| 150 | + sourceTree = "<group>"; |
| 151 | + }; |
105 | 152 | 91C5EFF61C76ECA90037E727 = {
|
106 | 153 | isa = PBXGroup;
|
107 | 154 | children = (
|
|
121 | 168 | 91C5F0011C76ECA90037E727 /* RCTPushy */ = {
|
122 | 169 | isa = PBXGroup;
|
123 | 170 | children = (
|
| 171 | + 249F2F4D261C56E100A1E60E /* HDiffPatch */, |
124 | 172 | 9F1BCB381CAF6B3E000EF2CB /* BSDiff */,
|
125 | 173 | 9F394D571C7C25DC00C794C0 /* SSZipArchive */,
|
126 | 174 | 91C5F0021C76ECA90037E727 /* RCTPushy.h */,
|
|
272 | 320 | 9F394D871C7C25DC00C794C0 /* mztools.c in Sources */,
|
273 | 321 | 9F394D821C7C25DC00C794C0 /* hmac.c in Sources */,
|
274 | 322 | 9F394D881C7C25DC00C794C0 /* unzip.c in Sources */,
|
| 323 | + 249F2F65261C58C700A1E60E /* LzmaDec.c in Sources */, |
275 | 324 | 9F1BCB1D1CAE5937000EF2CB /* RCTPushyManager.m in Sources */,
|
| 325 | + 249F2F5E261C589D00A1E60E /* patch.c in Sources */, |
276 | 326 | 9F1BCB4F1CAF6B68000EF2CB /* BSDiff.m in Sources */,
|
277 | 327 | 9F394D7E1C7C25DC00C794C0 /* aeskey.c in Sources */,
|
278 | 328 | 9F394D7F1C7C25DC00C794C0 /* aestab.c in Sources */,
|
279 | 329 | 9F394D7D1C7C25DC00C794C0 /* aescrypt.c in Sources */,
|
280 | 330 | 9F394D801C7C25DC00C794C0 /* entropy.c in Sources */,
|
281 | 331 | 9F292F7D1C7C44290095945D /* RCTPushyDownloader.m in Sources */,
|
| 332 | + 249F2F64261C58C700A1E60E /* Lzma2Dec.c in Sources */, |
| 333 | + 249F2F55261C584900A1E60E /* hpatch.c in Sources */, |
282 | 334 | 9F394D831C7C25DC00C794C0 /* prng.c in Sources */,
|
283 | 335 | 9F394D861C7C25DC00C794C0 /* ioapi.c in Sources */,
|
284 | 336 | 9F1BCB461CAF6B3E000EF2CB /* bspatch.c in Sources */,
|
285 | 337 | 9F394D8A1C7C25DC00C794C0 /* SSZipArchive.m in Sources */,
|
| 338 | + 249F2F50261C577300A1E60E /* HDiffPatch.m in Sources */, |
286 | 339 | 9F394D891C7C25DC00C794C0 /* zip.c in Sources */,
|
287 | 340 | 9F394D841C7C25DC00C794C0 /* pwd2key.c in Sources */,
|
| 341 | + 249F2F59261C586900A1E60E /* file_for_patch.c in Sources */, |
288 | 342 | 91C5F0051C76ECA90037E727 /* RCTPushy.m in Sources */,
|
289 | 343 | );
|
290 | 344 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments