Skip to content

Commit 1f0c6d0

Browse files
committed
.gitmodules 修改
1 parent ac182aa commit 1f0c6d0

File tree

11 files changed

+6237
-33
lines changed

11 files changed

+6237
-33
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "Coding_iOS/Resources/webview"]
2-
path = Coding_iOS/Resources/webview
3-
url = git://git.coding.net/coding/CodingAppWebviewTemplate.git

Coding_iOS.xcodeproj/project.pbxproj

+28-28
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,6 @@
454454
4E8D5D7D1B462ADB00B70936 /* OTPTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E8D5D7C1B462ADB00B70936 /* OTPTableViewCell.m */; };
455455
4E8F92DE1B67BE3C00033D8F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4E8F92DB1B67BE3C00033D8F /* [email protected] */; };
456456
4E8F92DF1B67BE3C00033D8F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4E8F92DC1B67BE3C00033D8F /* [email protected] */; };
457-
4E90F89B1AF709C100B44F03 /* bubble.html in Resources */ = {isa = PBXBuildFile; fileRef = 4E90F8971AF709C100B44F03 /* bubble.html */; };
458-
4E90F89C1AF709C100B44F03 /* code.html in Resources */ = {isa = PBXBuildFile; fileRef = 4E90F8981AF709C100B44F03 /* code.html */; };
459-
4E90F89D1AF709C100B44F03 /* markdown.html in Resources */ = {isa = PBXBuildFile; fileRef = 4E90F8991AF709C100B44F03 /* markdown.html */; };
460-
4E90F89E1AF709C100B44F03 /* topic-ios.html in Resources */ = {isa = PBXBuildFile; fileRef = 4E90F89A1AF709C100B44F03 /* topic-ios.html */; };
461457
4E9113A21A1C426000AC9431 /* ASPopUpView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E91139F1A1C426000AC9431 /* ASPopUpView.m */; };
462458
4E9113A31A1C426000AC9431 /* ASProgressPopUpView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E9113A11A1C426000AC9431 /* ASProgressPopUpView.m */; };
463459
4E93F2331B84243D00017916 /* KxMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E93F2321B84243D00017916 /* KxMenu.m */; };
@@ -1226,10 +1222,14 @@
12261222
B14689C11EE100B200B01371 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B14689B11EE100B200B01371 /* [email protected] */; };
12271223
B14689C21EE100B200B01371 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B14689B21EE100B200B01371 /* [email protected] */; };
12281224
B14689C31EE100B200B01371 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B14689B31EE100B200B01371 /* [email protected] */; };
1225+
B177F5C52060E6B1006709C2 /* wiki.html in Resources */ = {isa = PBXBuildFile; fileRef = B177F5C02060E6B1006709C2 /* wiki.html */; };
1226+
B177F5C62060E6B1006709C2 /* bubble.html in Resources */ = {isa = PBXBuildFile; fileRef = B177F5C12060E6B1006709C2 /* bubble.html */; };
1227+
B177F5C72060E6B1006709C2 /* markdown.html in Resources */ = {isa = PBXBuildFile; fileRef = B177F5C22060E6B1006709C2 /* markdown.html */; };
1228+
B177F5C82060E6B1006709C2 /* topic-ios.html in Resources */ = {isa = PBXBuildFile; fileRef = B177F5C32060E6B1006709C2 /* topic-ios.html */; };
1229+
B177F5C92060E6B1006709C2 /* code.html in Resources */ = {isa = PBXBuildFile; fileRef = B177F5C42060E6B1006709C2 /* code.html */; };
12291230
B1816063202063440022B4C6 /* EATerminalViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B1816062202063440022B4C6 /* EATerminalViewController.m */; };
12301231
B184166920513CA100207666 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B184166720513CA000207666 /* [email protected] */; };
12311232
B184166A20513CA100207666 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B184166820513CA000207666 /* [email protected] */; };
1232-
B1890C142015D71E00F52ABA /* wiki.html in Resources */ = {isa = PBXBuildFile; fileRef = B1890C132015D71E00F52ABA /* wiki.html */; };
12331233
B1890C292015D82600F52ABA /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B1890C1E2015D82600F52ABA /* [email protected] */; };
12341234
B1890C2A2015D82600F52ABA /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B1890C1F2015D82600F52ABA /* [email protected] */; };
12351235
B1890C2B2015D82600F52ABA /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = B1890C202015D82600F52ABA /* [email protected] */; };
@@ -2164,10 +2164,6 @@
21642164
4E8D5D7C1B462ADB00B70936 /* OTPTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OTPTableViewCell.m; sourceTree = "<group>"; };
21652165
4E8F92DB1B67BE3C00033D8F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
21662166
4E8F92DC1B67BE3C00033D8F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
2167-
4E90F8971AF709C100B44F03 /* bubble.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = bubble.html; path = webview/app/build/bubble.html; sourceTree = "<group>"; };
2168-
4E90F8981AF709C100B44F03 /* code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = code.html; path = webview/app/build/code.html; sourceTree = "<group>"; };
2169-
4E90F8991AF709C100B44F03 /* markdown.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = markdown.html; path = webview/app/build/markdown.html; sourceTree = "<group>"; };
2170-
4E90F89A1AF709C100B44F03 /* topic-ios.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = "topic-ios.html"; path = "webview/app/build/topic-ios.html"; sourceTree = "<group>"; };
21712167
4E91139E1A1C426000AC9431 /* ASPopUpView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASPopUpView.h; sourceTree = "<group>"; };
21722168
4E91139F1A1C426000AC9431 /* ASPopUpView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASPopUpView.m; sourceTree = "<group>"; };
21732169
4E9113A01A1C426000AC9431 /* ASProgressPopUpView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASProgressPopUpView.h; sourceTree = "<group>"; };
@@ -3289,11 +3285,15 @@
32893285
B14689B11EE100B200B01371 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
32903286
B14689B21EE100B200B01371 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
32913287
B14689B31EE100B200B01371 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
3288+
B177F5C02060E6B1006709C2 /* wiki.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = wiki.html; sourceTree = "<group>"; };
3289+
B177F5C12060E6B1006709C2 /* bubble.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = bubble.html; sourceTree = "<group>"; };
3290+
B177F5C22060E6B1006709C2 /* markdown.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = markdown.html; sourceTree = "<group>"; };
3291+
B177F5C32060E6B1006709C2 /* topic-ios.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "topic-ios.html"; sourceTree = "<group>"; };
3292+
B177F5C42060E6B1006709C2 /* code.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = code.html; sourceTree = "<group>"; };
32923293
B1816061202063440022B4C6 /* EATerminalViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EATerminalViewController.h; sourceTree = "<group>"; };
32933294
B1816062202063440022B4C6 /* EATerminalViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EATerminalViewController.m; sourceTree = "<group>"; };
32943295
B184166720513CA000207666 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
32953296
B184166820513CA000207666 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
3296-
B1890C132015D71E00F52ABA /* wiki.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = wiki.html; sourceTree = "<group>"; };
32973297
B1890C1E2015D82600F52ABA /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
32983298
B1890C1F2015D82600F52ABA /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
32993299
B1890C202015D82600F52ABA /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
@@ -4969,18 +4969,6 @@
49694969
path = XGPush;
49704970
sourceTree = "<group>";
49714971
};
4972-
4EE083DD1ADB739300CA342E /* modules */ = {
4973-
isa = PBXGroup;
4974-
children = (
4975-
B1890C132015D71E00F52ABA /* wiki.html */,
4976-
4E90F8971AF709C100B44F03 /* bubble.html */,
4977-
4E90F8981AF709C100B44F03 /* code.html */,
4978-
4E90F8991AF709C100B44F03 /* markdown.html */,
4979-
4E90F89A1AF709C100B44F03 /* topic-ios.html */,
4980-
);
4981-
name = modules;
4982-
sourceTree = "<group>";
4983-
};
49844972
4EE1A2181B5D02CA004284F1 /* TableListView */ = {
49854973
isa = PBXGroup;
49864974
children = (
@@ -6130,7 +6118,7 @@
61306118
8EA6CFFA19E240C40076D59C /* Resources */ = {
61316119
isa = PBXGroup;
61326120
children = (
6133-
4EE083DD1ADB739300CA342E /* modules */,
6121+
B177F5BF2060E6B1006709C2 /* modules */,
61346122
4EE083DB1ADB736800CA342E /* service_terms.html */,
61356123
4ECEF9F61D1BB7FB002A27D3 /* diff-ios.html */,
61366124
4EBD7FB01CE482A400B3AF49 /* country_code.plist */,
@@ -6778,6 +6766,18 @@
67786766
path = vip;
67796767
sourceTree = "<group>";
67806768
};
6769+
B177F5BF2060E6B1006709C2 /* modules */ = {
6770+
isa = PBXGroup;
6771+
children = (
6772+
B177F5C02060E6B1006709C2 /* wiki.html */,
6773+
B177F5C12060E6B1006709C2 /* bubble.html */,
6774+
B177F5C22060E6B1006709C2 /* markdown.html */,
6775+
B177F5C32060E6B1006709C2 /* topic-ios.html */,
6776+
B177F5C42060E6B1006709C2 /* code.html */,
6777+
);
6778+
path = modules;
6779+
sourceTree = "<group>";
6780+
};
67816781
B1890C1D2015D82600F52ABA /* wiki */ = {
67826782
isa = PBXGroup;
67836783
children = (
@@ -7064,6 +7064,7 @@
70647064
4EACB4401A2C448F0097ABB3 /* [email protected] in Resources */,
70657065
D09E6AC01BF82DC6009D37F8 /* [email protected] in Resources */,
70667066
B1C871A61EB2D9E6003DACF0 /* [email protected] in Resources */,
7067+
B177F5C72060E6B1006709C2 /* markdown.html in Resources */,
70677068
4ECEF9F71D1BB7FB002A27D3 /* diff-ios.html in Resources */,
70687069
4EAC8B6A1BA01F190060B0FC /* [email protected] in Resources */,
70697070
4E2BF3D41B96CDF800A5A0A8 /* [email protected] in Resources */,
@@ -7188,7 +7189,6 @@
71887189
D0C448151C02F76600DC1C4B /* [email protected] in Resources */,
71897190
7E335D9F1B6F5E94003D0F3D /* [email protected] in Resources */,
71907191
4E80E95B1E02911E00DE1BC6 /* [email protected] in Resources */,
7191-
4E90F89B1AF709C100B44F03 /* bubble.html in Resources */,
71927192
4E5D13191C0EF48200985AEB /* [email protected] in Resources */,
71937193
8E8F7B2D19EF6306006BA8BD /* [email protected] in Resources */,
71947194
4EF17EE11B3C3112003CDD2D /* [email protected] in Resources */,
@@ -7273,7 +7273,6 @@
72737273
8E97CEA01A0C7E26006F9AD7 /* [email protected] in Resources */,
72747274
0A06C2531AB9E57900AB3B03 /* [email protected] in Resources */,
72757275
4EB52F601C7C5C4F00B5EBEA /* [email protected] in Resources */,
7276-
4E90F89C1AF709C100B44F03 /* code.html in Resources */,
72777276
4E6383FE1B33C18700D98648 /* [email protected] in Resources */,
72787277
B1AB5CB6202D7D500075A669 /* [email protected] in Resources */,
72797278
4E0849831A918A7F00BD27F6 /* [email protected] in Resources */,
@@ -7317,7 +7316,6 @@
73177316
4E2BF3D61B96CDF800A5A0A8 /* [email protected] in Resources */,
73187317
4E96E7E51A1B537E0037C098 /* [email protected] in Resources */,
73197318
D0C447DC1C02DB8900DC1C4B /* [email protected] in Resources */,
7320-
4E90F89E1AF709C100B44F03 /* topic-ios.html in Resources */,
73217319
D0C447C21C02DB5400DC1C4B /* [email protected] in Resources */,
73227320
4EF17EDF1B3C3112003CDD2D /* [email protected] in Resources */,
73237321
4EFE8DAF1B3960E6004B7559 /* [email protected] in Resources */,
@@ -7368,6 +7366,7 @@
73687366
B11DC7C120245728004E76A9 /* [email protected] in Resources */,
73697367
B1890C2C2015D82600F52ABA /* [email protected] in Resources */,
73707368
133DAA651CC13A30004D8501 /* [email protected] in Resources */,
7369+
B177F5C52060E6B1006709C2 /* wiki.html in Resources */,
73717370
B1C871AC1EB2D9E6003DACF0 /* [email protected] in Resources */,
73727371
8EA6D19319E240C40076D59C /* [email protected] in Resources */,
73737372
D09E6AC61BF84AF9009D37F8 /* [email protected] in Resources */,
@@ -7498,6 +7497,7 @@
74987497
D0C447F81C02DCA200DC1C4B /* [email protected] in Resources */,
74997498
4EF17ECE1B3C3112003CDD2D /* [email protected] in Resources */,
75007499
B1C871B51EB2D9F0003DACF0 /* [email protected] in Resources */,
7500+
B177F5C62060E6B1006709C2 /* bubble.html in Resources */,
75017501
4E2DB34B1BA6AEB4002F27C4 /* [email protected] in Resources */,
75027502
4EF17EDB1B3C3112003CDD2D /* [email protected] in Resources */,
75037503
4E6383D41B32665700D98648 /* [email protected] in Resources */,
@@ -7583,6 +7583,7 @@
75837583
4EACB4431A2C45300097ABB3 /* [email protected] in Resources */,
75847584
8E97CE691A0A3424006F9AD7 /* [email protected] in Resources */,
75857585
B1C8716C1EB182C7003DACF0 /* [email protected] in Resources */,
7586+
B177F5C92060E6B1006709C2 /* code.html in Resources */,
75867587
B1C871B31EB2D9F0003DACF0 /* [email protected] in Resources */,
75877588
4E6383DB1B3266C200D98648 /* [email protected] in Resources */,
75887589
D0C447C51C02DB5400DC1C4B /* [email protected] in Resources */,
@@ -7603,7 +7604,6 @@
76037604
D0C448141C02F76600DC1C4B /* [email protected] in Resources */,
76047605
4EC480111C2A909D005F1772 /* [email protected] in Resources */,
76057606
D0C447E01C02DB8900DC1C4B /* [email protected] in Resources */,
7606-
B1890C142015D71E00F52ABA /* wiki.html in Resources */,
76077607
B11DC7C020245728004E76A9 /* [email protected] in Resources */,
76087608
D0C447A51C02A3C700DC1C4B /* [email protected] in Resources */,
76097609
8EA6D19819E240C40076D59C /* [email protected] in Resources */,
@@ -7756,7 +7756,6 @@
77567756
13FB5D521CA17A6400EE127C /* [email protected] in Resources */,
77577757
B1C871681EB182C7003DACF0 /* [email protected] in Resources */,
77587758
B1BCB89A1FCE93830098B87B /* [email protected] in Resources */,
7759-
4E90F89D1AF709C100B44F03 /* markdown.html in Resources */,
77607759
134116F11CB529E1005E6550 /* [email protected] in Resources */,
77617760
4E2BF3D51B96CDF800A5A0A8 /* [email protected] in Resources */,
77627761
4E3DB53D1BFDD0F40062BA52 /* [email protected] in Resources */,
@@ -7776,6 +7775,7 @@
77767775
4E9423EE1E69401B0095F1CD /* [email protected] in Resources */,
77777776
8E97CE621A0A3424006F9AD7 /* [email protected] in Resources */,
77787777
D0C447E91C02DBC200DC1C4B /* [email protected] in Resources */,
7778+
B177F5C82060E6B1006709C2 /* topic-ios.html in Resources */,
77797779
4ED4B4891D82646100EED8C6 /* [email protected] in Resources */,
77807780
4E217F131A70EDC700F6DF88 /* SVWebViewControllerActivitySafari-iPad.png in Resources */,
77817781
4EAAD05B1E544006008AA957 /* [email protected] in Resources */,

Coding_iOS/.DS_Store

4 KB
Binary file not shown.

Coding_iOS/Resources/.DS_Store

-2 KB
Binary file not shown.

Coding_iOS/Resources/modules/bubble.html

+1,688
Large diffs are not rendered by default.

Coding_iOS/Resources/modules/code.html

+1,222
Large diffs are not rendered by default.

Coding_iOS/Resources/modules/markdown.html

+1,622
Large diffs are not rendered by default.

Coding_iOS/Resources/modules/topic-ios.html

+1,677
Large diffs are not rendered by default.

Coding_iOS/Resources/webview

-1
This file was deleted.

bootstrap

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
CMD_PATH=`dirname $0`
33
cd $CMD_PATH
44
cp Coding_iOS/Coding_iOS-Prefix.pch.example Coding_iOS/Coding_iOS-Prefix.pch
5-
git submodule update --init --recursive
65
pod install
76
carthage update
87
open Coding_iOS.xcworkspace

0 commit comments

Comments
 (0)