8000 删除文件 · pythonzz/LuaViewSDK@11d1516 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11d1516

Browse files
author
敛心
committed
删除文件
1 parent 4b0081b commit 11d1516

File tree

9 files changed

+379
-1769
lines changed

9 files changed

+379
-1769
lines changed

IOS/SDK/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pods/

IOS/SDK/LuaViewSDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@
201201
91232AAC1DAB67FC00536E0C /* LVWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 91232AAA1DAB67FC00536E0C /* LVWebView.h */; settings = {ATTRIBUTES = (Public, ); }; };
202202
91232AAD1DAB67FC00536E0C /* LVWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 91232AAB1DAB67FC00536E0C /* LVWebView.m */; };
203203
91232AAE1DAB682100536E0C /* LVWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 91232AAB1DAB67FC00536E0C /* LVWebView.m */; };
204-
914BB65C1E24C69E00C76042 /* LVGrammarChanger.h in Headers */ = {isa = PBXBuildFile; fileRef = 914BB65A1E24C69E00C76042 /* LVGrammarChanger.h */; settings = {ATTRIBUTES = (Public, ); }; };
205-
914BB65D1E24C69E00C76042 /* LVGrammarChanger.m in Sources */ = {isa = PBXBuildFile; fileRef = 914BB65B1E24C69E00C76042 /* LVGrammarChanger.m */; };
206-
914BB65E1E24C69E00C76042 /* LVGrammarChanger.m in Sources */ = {isa = PBXBuildFile; fileRef = 914BB65B1E24C69E00C76042 /* LVGrammarChanger.m */; };
207204
914D5F3B1DD3275D00CEA3FF /* LVClassInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 914D5F391DD3275D00CEA3FF /* LVClassInfo.h */; };
208205
914D5F3C1DD3275D00CEA3FF /* LVClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 914D5F3A1DD3275D00CEA3FF /* LVClassInfo.m */; };
209206
914D5F3D1DD3276400CEA3FF /* LVClassInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 914D5F3A1DD3275D00CEA3FF /* LVClassInfo.m */; };
@@ -415,8 +412,6 @@
415412
911270991DFAC65F001F8047 /* LVEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LVEvent.m; sourceTree = "<group>"; };
416413
91232AAA1DAB67FC00536E0C /* LVWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LVWebView.h; sourceTree = "<group>"; };
417414
91232AAB1DAB67FC00536E0C /* LVWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LVWebView.m; sourceTree = "<group>"; };
418-
914BB65A1E24C69E00C76042 /* LVGrammarChanger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LVGrammarChanger.h; sourceTree = "<group>"; };
419-
914BB65B1E24C69E00C76042 /* LVGrammarChanger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LVGrammarChanger.m; sourceTree = "<group>"; };
420415
914D5F391DD3275D00CEA3FF /* LVClassInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LVClassInfo.h; sourceTree = "<group>"; };
421416
914D5F3A1DD3275D00CEA3FF /* LVClassInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LVClassInfo.m; sourceTree = "<group>"; };
422417
91666CF41E6ECDE8005BC162 /* NSObject+LuaView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+LuaView.h"; sourceTree = "<group>"; };
@@ -779,8 +774,6 @@
779774
846481BD1A64C61F00DE6204 /* LVUtil.m */,
780775
84DCF0391B44D91800AD723B /* LVTypeConvert.h */,
781776
84DCF03A1B44D91800AD723B /* LVTypeConvert.m */,
782-
914BB65A1E24C69E00C76042 /* LVGrammarChanger.h */,
783-
914BB65B1E24C69E00C76042 /* LVGrammarChanger.m */,
784777
);
785778
name = util;
786779
sourceTree = "<group>";
@@ -995,7 +988,6 @@
995988
84C1D85B1C16C44B0058E974 /* LVRotationGesture.h in Headers */,
996989
84C1D85C1C16C44C0058E974 /* LVSwipeGesture.h in Headers */,
997990
84C1D85D1C16C44C0058E974 /* LVTapGesture.h in Headers */,
998-
914BB65C1E24C69E00C76042 /* LVGrammarChanger.h in Headers */,
999991
84C1D85F1C16C44C0058E974 /* LVHttp.h in Headers */,
1000992
84C1D8601C16C44C0058E974 /* LVHttpResponse.h in Headers */,
1001993
84C1D8611C16C44C0058E974 /* LVAudioPlayer.h in Headers */,
@@ -1214,7 +1206,6 @@
12141206
91F6788B1DF561D40042D6FC /* LVCanvas.m in Sources */,
12151207
3CFF77DA1C74740900847C05 /* LVPinchGesture.m in Sources */,
12161208
3CFF77DB1C74740900847C05 /* LVRotationGesture.m in Sources */,
1217-
914BB65E1E24C69E00C76042 /* LVGrammarChanger.m in Sources */,
12181209
91B1A48A1E6E873F000F71B3 /* LuaView.m in Sources */,
12191210
3CFF77DC1C74740900847C05 /* LVSwipeGesture.m in Sources */,
12201211
3CFF77DD1C74740900847C05 /* LVTapGesture.m in Sources */,
@@ -1304,7 +1295,6 @@
13041295
84C1D7FA1C16C3FA0058E974 /* LVPanGesture.m in Sources */,
13051296
91F6788A1DF561D40042D6FC /* LVCanvas.m in Sources */,
13061297
84C1D7FB1C16C3FA0058E974 /* LVPinchGesture.m in Sources */,
1307-
914BB65D1E24C69E00C76042 /* LVGrammarChanger.m in Sources */,
13081298
84C1D7FC1C16C3FA0058E974 /* LVRotationGesture.m in Sources */,
13091299
91B1A4891E6E873F000F71B3 /* LuaView.m in Sources */,
13101300
84C1D7FD1C16C3FA0058E974 /* LVSwipeGesture.m in Sources */,

IOS/SDK/Podfile.lock

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
PODS:
2-
- liblua (5.1.4)
2+
- liblua (5.1.4.3)
33

44
DEPENDENCIES:
5-
- liblua (from `https://github.com/alibaba/LuaViewSDK.git`, branch `develop`)
6-
7-
EXTERNAL SOURCES:
8-
liblua:
9-
:branch: develop
10-
:git: https://github.com/alibaba/LuaViewSDK.git
11-
12-
CHECKOUT OPTIONS:
13-
liblua:
14-
:commit: 7d449e9b87c7a90b713565fe56d4506ca5dbecb0
15-
:git: https://github.com/alibaba/LuaViewSDK.git
5+
- liblua (= 5.1.4.3)
166

177
SPEC CHECKSUMS:
18-
liblua: cd63da7e611c6ebd3a5fd0fedf3292c97a131ebc
8+
liblua: 1e187e0fd4e6cec2f712463cff9ace4d17dedcb0
199

2010
COCOAPODS: 0.39.0

IOS/SDK/Pods/Manifest.lock

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0