Skip to content

Commit 0f0aaa6

Browse files
committed
simplify ios
1 parent 6754a9f commit 0f0aaa6

File tree

8 files changed

+278
-492
lines changed

8 files changed

+278
-492
lines changed

ios/RCTPushy.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
249F2F50261C577300A1E60E /* HDiffPatch.m in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F4E261C577300A1E60E /* HDiffPatch.m */; };
1110
249F2F55261C584900A1E60E /* hpatch.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F54261C584900A1E60E /* hpatch.c */; };
1211
249F2F59261C586900A1E60E /* file_for_patch.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F58261C586900A1E60E /* file_for_patch.c */; };
1312
249F2F5E261C589D00A1E60E /* patch.c in Sources */ = {isa = PBXBuildFile; fileRef = 249F2F5C261C589D00A1E60E /* patch.c */; };
@@ -32,7 +31,6 @@
3231
9F394D8A1C7C25DC00C794C0 /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F394D7B1C7C25DC00C794C0 /* SSZipArchive.m */; };
3332
A3FD91A62C3C01600022D27F /* RCTPushy.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3FD91A52C3C01600022D27F /* RCTPushy.mm */; };
3433
A3FD91A82C3C01640022D27F /* RCTPushyDownloader.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3FD91A72C3C01640022D27F /* RCTPushyDownloader.mm */; };
35-
A3FD91AA2C3C01680022D27F /* RCTPushyManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = A3FD91A92C3C01680022D27F /* RCTPushyManager.mm */; };
3634
/* End PBXBuildFile section */
3735

3836
/* Begin PBXCopyFilesBuildPhase section */
@@ -49,8 +47,6 @@
4947
/* End PBXCopyFilesBuildPhase section */
5048

5149
/* 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>"; };
5450
249F2F53261C584900A1E60E /* hpatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hpatch.h; path = ../../../android/jni/hpatch.h; sourceTree = "<group>"; };
5551
249F2F54261C584900A1E60E /* hpatch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hpatch.c; path = ../../../android/jni/hpatch.c; sourceTree = "<group>"; };
5652
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>"; };
@@ -64,7 +60,6 @@
6460
249F2F63261C58C700A1E60E /* LzmaDec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LzmaDec.h; path = ../../../android/jni/lzma/C/LzmaDec.h; sourceTree = "<group>"; };
6561
91C5EFFF1C76ECA90037E727 /* libRCTPushy.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTPushy.a; sourceTree = BUILT_PRODUCTS_DIR; };
6662
91C5F0021C76ECA90037E727 /* RCTPushy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTPushy.h; sourceTree = "<group>"; };
67-
9F1BCB1B1CAE5937000EF2CB /* RCTPushyManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTPushyManager.h; sourceTree = "<group>"; };
6863
9F1BCB3B1CAF6B3E000EF2CB /* bspatch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bspatch.c; sourceTree = "<group>"; };
6964
9F1BCB3C1CAF6B3E000EF2CB /* bspatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bspatch.h; sourceTree = "<group>"; };
7065
9F1BCB4D1CAF6B68000EF2CB /* BSDiff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BSDiff.h; sourceTree = "<group>"; };
@@ -107,7 +102,6 @@
107102
9F394D7C1C7C25DC00C794C0 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZipArchive.h; sourceTree = "<group>"; };
108103
A3FD91A52C3C01600022D27F /* RCTPushy.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTPushy.mm; sourceTree = "<group>"; };
109104
A3FD91A72C3C01640022D27F /* RCTPushyDownloader.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTPushyDownloader.mm; sourceTree = "<group>"; };
110-
A3FD91A92C3C01680022D27F /* RCTPushyManager.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RCTPushyManager.mm; sourceTree = "<group>"; };
111105
/* End PBXFileReference section */
112106

113107
/* Begin PBXFrameworksBuildPhase section */
@@ -125,8 +119,6 @@
125119
isa = PBXGroup;
126120
children = (
127121
249F2F52261C581200A1E60E /* hpatch */,
128-
249F2F4F261C577300A1E60E /* HDiffPatch.h */,
129-
249F2F4E261C577300A1E60E /* HDiffPatch.m */,
130122
);
131123
path = HDiffPatch;
132124
sourceTree = "<group>";
@@ -172,11 +164,9 @@
172164
9F1BCB381CAF6B3E000EF2CB /* BSDiff */,
173165
9F394D571C7C25DC00C794C0 /* SSZipArchive */,
174166
91C5F0021C76ECA90037E727 /* RCTPushy.h */,
175-
9F1BCB1B1CAE5937000EF2CB /* RCTPushyManager.h */,
176167
9F292F7B1C7C44290095945D /* RCTPushyDownloader.h */,
177168
A3FD91A52C3C01600022D27F /* RCTPushy.mm */,
178169
A3FD91A72C3C01640022D27F /* RCTPushyDownloader.mm */,
179-
A3FD91A92C3C01680022D27F /* RCTPushyManager.mm */,
180170
);
181171
path = RCTPushy;
182172
sourceTree = "<group>";
@@ -335,8 +325,6 @@
335325
9F1BCB461CAF6B3E000EF2CB /* bspatch.c in Sources */,
336326
A3FD91A62C3C01600022D27F /* RCTPushy.mm in Sources */,
337327
9F394D8A1C7C25DC00C794C0 /* SSZipArchive.m in Sources */,
338-
249F2F50261C577300A1E60E /* HDiffPatch.m in Sources */,
339-
A3FD91AA2C3C01680022D27F /* RCTPushyManager.mm in Sources */,
340328
9F394D891C7C25DC00C794C0 /* zip.c in Sources */,
341329
9F394D841C7C25DC00C794C0 /* pwd2key.c in Sources */,
342330
249F2F59261C586900A1E60E /* file_for_patch.c in Sources */,

ios/RCTPushy/HDiffPatch/HDiffPatch.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

ios/RCTPushy/HDiffPatch/HDiffPatch.mm

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)